• Title/Summary/Keyword: Code Optimization

Search Result 590, Processing Time 0.054 seconds

Conventional Analytical and New Raman Spectroscopy-Based Methods for Detecting Benzo[a]pyrene in Food: Review and Perspective (식품 내 벤조피렌 분석법의 기존 연구동향 및 라만분광법 기반기술 전망)

  • Lee, Mi-Hyun;Yee, So-Yoon;Jin, Xuanyan;Choi, Dae Sik;Rhee, Hanju;Rhee, Jin-Kyu
    • Microbiology and Biotechnology Letters
    • /
    • v.43 no.3
    • /
    • pp.177-186
    • /
    • 2015
  • With a view to supporting the provisions of the current Korean food code for the detection of Benzo[a]pyrene, various analytical methods of detection in foods were evaluated and established in terms of linearity, limits of detection/quantitation, efficiency, and accuracy, amongst others. It was observed that to improve the technologies involved in the application of these methods, complicated and combined preparation processes of foods, including extraction, separation and purification, have been the main focus of efforts at optimization. Recently, on-site quick reaction for the detection of hazardous substances in the environment and food materials aims at developing simplified examination processes, such as lable-free and non-invasive technological analysis, to reduce the costs and time involved in the examination. Herein, current benzo[a]pyrene detection methods are reviewed in addition to new Raman spectroscopy-based trials established to pursue improve the speed, simplicity and suitability of testing.

Storage Assignment for Variables Considering Efficient Memory Access in Embedded System Design (임베디드 시스템 설계에서 효율적인 메모리 접근을 고려한 변수 저장 방법)

  • Choi Yoonseo;Kim Taewhan
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.32 no.2
    • /
    • pp.85-94
    • /
    • 2005
  • It has been reported and verified in many design experiences that a judicious utilization of the page and burst access modes supported by DRAMs contributes a great reduction in not only the DRAM access latency but also DRAM's energy consumption. Recently, researchers showed that a careful arrangement of data variables in memory directly leads to a maximum utilization of the page and burst access modes for the variable accesses, but unfortunately, found that the problems are not tractable, consequently, resorting to simple (e.g., greedy) heuristic solutions to the problems. In this parer, to improve the quality of existing solutions, we propose 0-1 ILP-based techniques which produce optimal or near-optimal solution depending on the formulation parameters. It is shown that the proposed techniques use on average 32.2%, l5.1% and 3.5% more page accesses, and 84.0%, 113.5% and 10.1% more burst accesses compared to OFU (the order of first use) and the technique in [l, 2] and the technique in [3], respectively.

Implementation of H.264/SVC Decoder Based on Embedded DSP (임베디드 DSP 기반 H.264/SVC 복호기 구현)

  • Kim, Youn-Il;Baek, Doo-San;Kim, Jae-Gon;Kim, Jin-Soo
    • Journal of Broadcast Engineering
    • /
    • v.16 no.6
    • /
    • pp.1018-1025
    • /
    • 2011
  • Scalable Video Coding (SVC) extension of H.264/AVC is a new video coding standard for media convergence by providing diverse videos of different spatial-temporal-quality layers with a single bitstream. Recently, real-time SVC codecs are being developed for the application areas of surveillance video and mobile video, etc. This paper presents the design and implementation of a H.264/SVC decoder based on an embedded DSP using Open SVC Decoder (OSD) which is a real-time software decoder designed for the PC environment. The implementation consists of porting C code of the OSD software from PC to DSP environment, profiling the complexity performance of OSD with further optimization, and integrating the optimized decoder into the TI Davinci EVM (Evaluation Module). 50 QCIF/CIF frames or 15 SD frames per second can be decoded with the implemented DSP-based SVC decoder.

Optimization of coding and PRML detection scheme for perpendicular magnetic recording systems (수직 자기기록 시스템을 위한 코딩 및 PRML 검출 방법의 최적화)

  • Lee Joo hyun;Lee Jae jin
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.30 no.3C
    • /
    • pp.59-63
    • /
    • 2005
  • We propose non-DC-free generalized PRML (GPRML) that are suppressed DC contents for matching to the response of perpendicular magnetic recording channel with a ring-head. In addition, DC-free encoding is considered to prevent low-frequency disturbances. The SNR performance is obtained by combining the various PRML channels with DC-free and non-DC-free codes during the normalized recording density increases from 2.5 to 3.5. The GPRML detections without using DC-free code get SNR gains more than 1dB compared to the conventional PRML systems at 10/sup -5/BER. We confirmed that the rate 127/136 DC-free coded GPRML systems show good performances compared with the 16/17 non-DC-free coded GPRML systems. In results, DC-free coded GPRML detections get gains about 1.4dB and 2.0dB at the density of 3.3 and 3.5, respectively.

Optimum Design of Plane Steel Frame Structures Using Refined Plastic Hinge Analysis and SUMT (개선소성힌지해석과 SUMT를 이용한 평면 강골조의 연속최적설계)

  • Yun, Young Mook;Kang, Moon Myoung;Lee, Mal Suk
    • Journal of Korean Society of Steel Construction
    • /
    • v.16 no.1 s.68
    • /
    • pp.21-32
    • /
    • 2004
  • In this study, a continuous optimum design model with its application program for plane steel frame structures developed. In the model, the sequential unconstrained minimization technique (SUMT) transforming the nonlinear optimization problem with multidesign variables and constraints into an unconstrained minimization problem and the refined plastic hinge analysis method as one of the most effective second-order inelastic analysis methods for steel frame structures were implemented. The total weight of a steel frame structure was taken as the objective function, and the AISC-LRFD code requirements for the local and member buckling, flexural strength, shear strength, axial strength and size of the cross-sectional shapes of members were used for the derivation of constraint equations. To verify the appropriateness of the present model, the optimum designs of serveral plane steel frame structures subject to vertical and horizontal loads were conducted.

Analysis of Programming Techniques for Creating Optimized CUDA Software (최적화된 CUDA 소프트웨어 제작을 위한 프로그래밍 기법 분석)

  • Kim, Sung-Soo;Kim, Dong-Heon;Woo, Sang-Kyu;Ihm, In-Sung
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.7
    • /
    • pp.775-787
    • /
    • 2010
  • Unlike general-purpose CPUs, the GPUs have been specialized as many-core streaming processors, and are frequently replacing the CPUs in an increasing range of computations thanks to their outstanding parallel computing capacity. In order to respond to such trend, NVIDIA has recently issued a new parallel computing architecture called CUDA(Compute Unified Device Architecture), offering a flexible GPU programming environment for GPGPU(General Purpose GPU) computing. In general, when programmers use the CUDA API, they should clearly understand many aspects of GPU's computing architecture to produce efficient parallel software. In this article, we explain several optimization techniques for CUDA programming that we have verified through a lot of experiment and trial and error, and review how those techniques affect the performance of code execution. In particular, we use a specific problem as an example to analyze several elements that affect performances, such as effective accesses to hierarchical memory system, processor occupancy, and latency hiding. In conclusion, we present several directions that may be utilized effectively in CUDA-based parallel programming.

Optimum Life-Cycle Cost Design of Steel Bridges (강교의 생애주기비용 최적설계)

  • Cho, Hyo-Nam;Lee, Kwang-Min;Kim, Jung-Ho;Choi, Young-Min;Bong, Youn-Jong
    • Journal of Korean Society of Steel Construction
    • /
    • v.15 no.4 s.65
    • /
    • pp.341-358
    • /
    • 2003
  • This paper proposed a general formulation of Life-Cycle Cost (LCC) models and LCC effective design system models of steel bridges suitable for practical implementation. An LCC model for the optimum design of steel bridges included initial cost and direct/indirect rehabilitation costs of a steel bridge as well as repair/replacement costs, loss of contents or fatality and injury losses, road user costs, and indirect socioeconomic losses. The new road user cost model and regional socioeconomic losses model were especially considered because of the traffic network. Illustrative design examples of an actual steel box girder and an orthotropic steel deck bridge were discussed to demonstrate the LCC effectiveness of the design of steel bridges. Based on the results of the numerical investigation, the LCC-effective optimum design of steel bridges based on the proposed LCC model was found to lead to a more rational, economical, and safer design compared with the initial cost-optimum design and the conventional code-based design.

Study on Variation of Depth Dose Curves by the Strong Magnetic Fields : Monte Carlo Calculation for 10 MV X-rays (강자기장에 의한 깊이선량율(PDD) 변화에 관한 연구 : 10 MV 광자선에 대한 몬테칼로 계산)

  • 정동혁;김진기;김정기;신교철;김기환;김성규;김진영;오영기;지영훈
    • Progress in Medical Physics
    • /
    • v.14 no.4
    • /
    • pp.234-239
    • /
    • 2003
  • We examined the variation of percent depth dose (PDD) curves for 10 MV X-rays in the presence of magnetic fields. The EGS4 Monte Carlo code was applied and modified to take account of the effect of electron deflection under magnetic field was used. We defined and tested DI (dose improvement) and DR (dose reduction) to describe variation of PDD curves under various magnetic fields. For a magnetic field of 3 T applied at the depth region of 5-10 cm and field size of 10${\times}$10 $\textrm{cm}^2$, the DI is 1.56 (56% improvement) and DR is 0.68 (32% reduction). We explained the results from the Lorentz law and the concept of electron equilibrium. We suggested that the dose optimization in radiotherapy can be achieved from using the characteristics of dose distributions under magnetic fields.

  • PDF

Numerical simulation of the influence of interaction between Qanat and tunnel on the ground settlement

  • Sarfarazi, Vahab;Tabaroei, Abdollah
    • Geomechanics and Engineering
    • /
    • v.23 no.5
    • /
    • pp.455-466
    • /
    • 2020
  • This paper presents analysis of the interaction between tunnel and Qanat with a particular interest for the optimization of Qanat shape using the discrete element code, PFC2D, and the results will be compared with the FEM results of PLAXIS2D. For these concerns, using software PFC2D based on Discrete Element Method (DEM), a model with dimension of 100m 100 m was prepared. A circular tunnel with dimension of 9 m was situated 20 m below the ground surface. Also one Qanat was situated perpendicularly above the tunnel roof. Distance between Qanat center and ground surface was 8 m. Five different shapes for Qanat were selected i.e., square, semi-circular, vertical ellipse, circular and horizontal ellipse. Confining pressure of 5 MPa was applied to the model. The vertical displacement of balls situated in ground surface was picked up to measure the ground subsidence. Also two measuring circles were situated at the tunnel roof and at the Qanat roof to check the vertical displacements. The properties of the alluvial soil of Tehran city are: γdry=19 (KN/㎥), E= 750 (kg/㎠), ν=0.35, c=0.3(kg/㎠), φ=34°. In order to validate the DEM results, a comparison between the numerical results (obtained in this study) and analytical and field monitoring have been done. The PFC2D results are compared with the FEM results. The results shows that when Qanat has rectangular shape, the tensile stress concentration at the Qanat corners has maximum value while it has minimum value for vertical ellipse shape. The ground subsidence for Qanat rectangular shape has maximum value while it has minimum value for ellipse shape of Qanat. The vertical displacements at the tunnel roof for Qanat rectangular shape has maximum value while it has minimum value for ellipse shape of Qanat. Historical shape of Qante approved the finding of this research.

Implementation of Automation Program and Efficient Cable Drum Schedule using Dynamic Programming Algorithm (동적 계획 알고리즘을 이용한 효과적인 케이블 드럼 스케줄 및 자동화 프로그램 구현)

  • Park, Ki-Hong;Lee, Yang Sun
    • Journal of Digital Contents Society
    • /
    • v.17 no.4
    • /
    • pp.257-263
    • /
    • 2016
  • Cable drum schedule is the final step for the electrical equipment of the power plant, and is assigned cables to efficiently cable drum. In this paper, we have implemented an automated program which cables are scheduled in accordance with the capacity of the cable drum for each cable code. Proposed cable drum schedule was applied to the dynamic programming algorithm to effectively solve the optimization problem, and the implemented program is conducted so as to verify the proposed model. The experiment results show that implemented program eliminates the errors that can occur existing method, so we were able to reduce the design time of cable drum schedule. Cables for the electrical equipment of the power plant is designed to at least 2 million units or more. Thus the automation program to provide applies, it is considered that the design time of the cable drum schedule can be greatly reduced without serious error.