• Title/Summary/Keyword: 최적화프로그램

Search Result 1,005, Processing Time 0.024 seconds

Development of Elastic Shaft Alignment Design Program (선체변형을 고려한 탄성 축계정렬 설계 프로그램 개발)

  • Choung Joon-Mo;Choe Ick-Heung
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.43 no.4 s.148
    • /
    • pp.512-520
    • /
    • 2006
  • The effects of flexibilities of supporting structures on shaft alignment are growing as ship sizes are Increasing mainly for container carrier and LNG carrier. But, most of classification societies not only do not suggest any quantitative guidelines about the flexibilities but also do not have shaft alignment design program considering the flexibility of supporting structures. A newly developed program, which is based on innovative shaft alignment technologies including nonlinear elastic multi-support bearing concept and hull deflection database approach, has S basic modules : 1)fully automated finite element generation module, 2) hull deflection database and it's mapping module on bearings, 3) squeezing and oil film pressure calculation module, 4) optimization module and 5) gap & sag calculation module. First module can generate finite element model including shafts, bearings, bearing seats, hull and engine housing without any misalignment of nodes. Hull deflection database module has built-in absolute deflection data for various ship types, sizes and loading conditions and imposes the transformed relative deflection data on shafting system. The squeezing of lining material and oil film pressures, which are relatively solved by Hertz contact theory and built-in hydrodynamic engine, can be calculated and visualized by pressure calculation module. One of the most representative capabilities is an optimization module based on both DOE and Hooke-Jeeves algorithm.

Analysis on the GPU Performance according to Hierarchical Memory Organization (계층적 메모리 구성에 따른 GPU 성능 분석)

  • Choi, Hongjun;Kim, Jongmyon;Kim, Cheolhong
    • The Journal of the Korea Contents Association
    • /
    • v.14 no.3
    • /
    • pp.22-32
    • /
    • 2014
  • Recently, GPGPU has been widely used for general-purpose processing as well as graphics processing by providing optimized hardware for parallel processing. Memory system has big effects on the performance of parallel processing units such as GPU. In the GPU, hierarchical memory architecture is implemented for high memory bandwidth. Moreover, both memory address coalescing and memory request merging techniques are widely used. This paper analyzes the GPU performance according to various memory organizations. According to our simulation results, GPU performance improves by 15.5%, 21.5%, 25.5%, 30.9% as adding 8KB L1, 16KB L1, 32KB L1, 64KB L1 cache, respectively, compared to case without L1 cache. However, experimental results show that some benchmarks decrease performance since memory transaction increases due to data dependency. Moreover, average memory access latency is increased as the depth of hierarchical cache level increases when cache miss occurs significantly.

Discrete Optimum Design of Steel Framed Structures Subjected to Deformed of Panel Zone (패널영역의 변형을 고려한 강뼈대 구조물의 이산화 최적설계)

  • 박순응;박문호;권민호;장준호
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.15 no.2
    • /
    • pp.315-327
    • /
    • 2002
  • The main objective of this study is to develop an discrete optimization algorithm of plane steel frames with rigid using second-order-elastic-plastic hinge analysis which is considering panel zone. Conventional analyses of steel frame are usually tarried out without considering the effect of panel zone deformation on frame behavior The validity of this model is established by comparison without panel zone on joint models is analyzed numerically to demonstrate the importance of using realistic models in steel frame analysis. The objective function is taken as Weight of steel frames and the constraints we formulated based on AISC-LRFD(1994). The validity of the developed algorithm we demonstrate by comparing the result with those of SAP2000. The result of the study indicates that the optimal design algorithm considering of panel zone behavior more economic design than simple steel frame design methods.

소프트웨어 라디오 시스템을 위한 계산이 간단한 디지털 채널라이저의 설계

  • 오혁준;심우현;이용훈
    • The Proceeding of the Korean Institute of Electromagnetic Engineering and Science
    • /
    • v.10 no.3
    • /
    • pp.2-17
    • /
    • 1999
  • Interpolated second order polynomials(ISOP's) are proposed to design efficient cascaded integrator-comb(CIC)-based decimation filters for a programmable downconverter. It is shown that some simple ISOP's can effectively reduce the passband droop caused by CIC filtering with little degradation in aliasing attenuation. In addition, ISOP's are shown to be useful for simplifying halfband filters that usually follow CIC filtering. As a result, a modified half band filter(MHBF) is introduced which is simpler than conventional halfband filters. The proposed decimation filter for a programmable downconverter is a cascade of a CIC filter, an ISOP, MHBF's and a programmable finite impulse response(FIR) filter. A procedure for designing the decimation filter is developed. In particular, an optimization technique that simultaneously designs the decimation filter is developed. In particular, an optimization technique that simultaneously designs the ISOP and programmable FIR filters is presented. Design examples demonstrate that the proposed method leads to more efficient programmable downconverters than existing ones.

  • PDF

Optimal Shape Design of Dual Reflector Antenna Based on Genetic Algorithm (유전 알고리즘 기반의 이중 반사경 안테나 형상최적화 기법)

  • Park, Jung-Geun;Chung, Young-Seek;Kang, Won-June;Shin, Jin-Woo;So, Joon-Ho;Cheon, Chang-Yul
    • The Journal of Korean Institute of Electromagnetic Engineering and Science
    • /
    • v.26 no.5
    • /
    • pp.445-454
    • /
    • 2015
  • In this paper, we propose an optimal design method for a dual reflector antenna(DRA) using the Genetic algorithm. In order to reduce the computational burden during the optimal design, we exploit the iterative physical optics(IPO) to calculate the surface current distribution at each reflector antenna. To improve the accuracy, we consider the shadow effect by the structure and the coupling effect by the multi-reflection based on the iterative MFIE(Magnetic Field Integral Equation). To reduce the number of design variables and generate a smooth surface, we use the Bezier function with the control points, which become the design variables in this paper. We adopt the HPBW(Half Power Beam Width), the FNBW(First Null Beam Width), and the SLL(Side Lobe Level) as the objective or cost functions. To verify the results, we compare them with the those of the commercial tool.

NTGST-Based Parallel Computer Vision Inspection for High Resolution BLU (NTGST 병렬화를 이용한 고해상도 BLU 검사의 고속화)

  • 김복만;서경석;최흥문
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.41 no.6
    • /
    • pp.19-24
    • /
    • 2004
  • A novel fast parallel NTGST is proposed for high resolution computer vision inspection of the BLUs in a LCD production line. The conventional computation- intensive NTGST algorithm is modified and its C codes are optimized into fast NTGST to be adapted to the SIMD parallel architecture. And then, the input inspection image is partitioned and allocated to each of the P processors in multi-threaded implementation, and the NTGST is executed on SIMD architecture of N data items simultaneously in each thread. Thus, the proposed inspection system can achieve the speedup of O(NP). Experiments using Dual-Pentium III processor with its MMX and extended MMX SIMD technology show that the proposed parallel NTGST is about Sp=8 times faster than the conventional NTGST, which shows the scalability of the proposed system implementation for the fast, high resolution computer vision inspection of the various sized BLUs in LCD production lines.

The Promotion and Content Composition of Geotravel as a New Way of Tourism (새로운 관광수단으로서 지리여행의 콘텐츠 구성과 활용 방안)

  • Park, Jongkwan
    • Journal of the Korean Geographical Society
    • /
    • v.50 no.1
    • /
    • pp.53-71
    • /
    • 2015
  • Geographical travel(Geotravel) is new theme tourism based on geographical fieldwork. Geotravel is an emotional journey to explore physical and human landscapes, and is also a comprehensive environmental one beyond the scope of historical tourism. Geotravel provides an optimized regional content and programs for experiential tourism of the family. Taking advantage of geographical characteristics as spatial tourism, the geotravel methodology in catchment unit is strongly recommended. The geotravel content has to be developed in convergence standpoint. The integrated key words of geotravel are human and water. Geotravel is a pattern of specialized edutainment tourism for the public and elementary, secondary school students as well. The development of geographical travel courses is necessary for the popularization of geotravel. Mobile apps will be the medium that delivers easy geographical travel information. And geotravel curator has to be raised quickly for the generalized easy and interesting geotravel.

  • PDF

Design and Implementation of Dual-Mode SDR Modem Platform (듀얼모드 SDR 모뎀 플랫폼의 설계 및 구현)

  • Yun, Yu-Suk;Choi, Seung-Won
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.33 no.4A
    • /
    • pp.387-393
    • /
    • 2008
  • In this paper, we present an SDR (Software Defined Radio) handset modem platform which supports communication systems such as HSDPA (High Speed Downlink Packet Access), and WiBro (Wireless Broadband Portable Internet). The proposed SDR platform employs DSPs (Digital Signal Processors), FPGAs (Field Programmable Gate Arrays), and microprocessors in such a way that the various communication functions like HSDPA and WiBro can be programmed and downloaded to the hardware platform. The proposed SDR platform can be used for functional verification of the physical layers of the mobile handset system in the mobile communication network. We first demonstrate the receiving structure of the physical layer of the HSDPA and WiBro system. Then, the hardware implementation of the proposed SDR platform is shown with functions and optimized signal flows required at each mode. Finally, the link performance of each mode operating on the proposed SDR platform is presented through the internal loopback tests with the test vectors. The experimental performance has been compared with the computer simulation results.

Analysis of Vocational Training Needs Using Big Data Technique (빅데이터 기법을 활용한 직업훈련 요구분석)

  • Sung, Bo-Kyoung;You, Yen-Yoo
    • Journal of the Korea Convergence Society
    • /
    • v.9 no.5
    • /
    • pp.21-26
    • /
    • 2018
  • In this study, HRD-NET (http://hrd.go.kr), a vocational and training integrated computer network operated by the Ministry of Employment and Labor, is used to confirm whether job training information required by job seekers is being provided smoothly The question bulletin board was extracted using 'R' program which is optimized for big data technique. Therefore, the effectiveness, appropriateness, visualization, frequency analysis and association analysis of the vocational training system were conducted through this, The results of the study are as follows. First, the issue of vocational training card, video viewing, certificate issue, registration error, Second, management and processing procedures of learning cards for tomorrow 's learning cards are complicated and difficult. In addition, it was analyzed that the training cost system and the refund structure differentiated according to the training occupation, the process, and the training institution in the course of the training. Based on this paper, we will study not only the training system of the Ministry of Employment and Labor but also the improvement of the various training computer system of the government department through the analysis of big data.

Design of Imaging Optical System with 24mm Focal length for MWIR (MWIR용 24mm 초점거리를 가지는 결상광학계의 설계)

  • Lee, Sang-Kil;Lee, Dong-Hee
    • Journal of the Korea Convergence Society
    • /
    • v.9 no.6
    • /
    • pp.203-207
    • /
    • 2018
  • This paper deals with the design and development of a lens system capable of imaging an infrared image of $3{\sim}5{\mu}m$ wavelength bands with a focal length of 24mm and good atmospheric transmission characteristics. The design used CodeV, a commercial design program, and the optimization is carried out with weighting to eliminate chromatic aberration, spherical aberration and distortion. The designed lens system consists of two lenses consisting of Si and Ge. Each lens has an aspherical surface on one side. And this optical system has the resolution of the characteristics that the MTF value is 0.40 at the line width of 29lp/mm and the MTF value is 0.25 at the line width of 20lp/mm. This optical system is considered to have the capability to be applied to the thermal imaging camera for MWIR using the $206{\times}156$ array infrared detector of $25{\mu}m$ pixels and the $320{\times}240$ array infrared detector of $17{\mu}m$ pixels.