• Title/Summary/Keyword: Optimal Codes

Search Result 183, Processing Time 0.023 seconds

Analysis and Usage of Computer Experiments Using Spatial Linear Models (공간선형모형을 이용한 전산실험의 분석과 활용)

  • Park, Jeong-Soo
    • Journal of Korean Society for Quality Management
    • /
    • v.34 no.2
    • /
    • pp.122-128
    • /
    • 2006
  • One feature of a computer simulation experiment, different from a physical experiment, is that the output is often deterministic. Moreover the codes are computationally very expensive to run. This paper deals with the design and analysis of computer experiments(DACE) which is a relatively new statistical research area. We model the response of computer experiments as the realization of a stochastic process. This approach is basically the same as using a spatial linear model. Applications to the optimal mechanical designing and model calibration problems are illustrated. Algorithms for selecting the best spatial linear model are also proposed.

A Study on Optimal Traffic Signal Controls in Urban Street Networks (도시 가로망에서의 최적교통신호등 결정모형의 실용화에 관한 연구)

  • 이승환
    • Journal of Korean Society of Transportation
    • /
    • v.5 no.1
    • /
    • pp.3-23
    • /
    • 1987
  • Traffic signal control problems in urban street networks are formulated in two ways. In the formulations network flows are assumed to satisfy the user route choice criterion. the first formulation which is called implicit substiuation incorporates user route behavior implicitly in the objective function by recognizing the dependence of the link flows on the signal variables. On the other hands, the second one which is called 'penalty formulation' consists in expressing the route choice conditions in the form of a single nonlinear constraint. Approximate solution algorithm for each of the formulations was investigated in detail and computer codes were written to examine key aspects of each algorithm. A test was done on a network which is small in size but sufficiently complex in representing real-world traffic conditions and the test result shows that both algorithms produce converged solutions. It is recommended, however, that further studies should be done in order to compare the performance of each algorithm more in depth.

  • PDF

Reliability Analysis of Interleaved Memory with a Scrubbing Technique (인터리빙 구조를 갖는 메모리의 스크러빙 기법 적용에 따른 신뢰도 해석)

  • Ryu, Sang-Moon
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.20 no.4
    • /
    • pp.443-448
    • /
    • 2014
  • Soft errors in memory devices that caused by radiation are the main threat from a reliability point of view. This threat can be commonly overcome with the combination of SEC (Single-Error Correction) codes and scrubbing technique. The interleaving architecture can give memory devices the ability of tolerating these soft errors, especially against multiple-bit soft errors. And the interleaving distance plays a key role in building the tolerance against multiple-bit soft errors. This paper proposes a reliability model of an interleaved memory device which suffers from multiple-bit soft errors and are protected by a combination of SEC code and scrubbing. The proposed model shows how the interleaving distance works to improve the reliability and can be used to make a decision in determining optimal scrubbing technique to meet the demands in reliability.

Sequential Designs for Complex Computer Experiments with an Application to a Nuclear Fusion Model (복잡한 전산실험을 위한 축차적 계획법과 핵 융합모형에의 응용)

  • Jeong Soo Park
    • The Korean Journal of Applied Statistics
    • /
    • v.7 no.2
    • /
    • pp.183-200
    • /
    • 1994
  • Data-adaptive sequential suboptimal designs for very complex computer simulation codes are considered based on a spatial prediction model. These designs are constructed for two simulators of the computational nuclear fusion devices model. The difficulty of constructing the optimal designs due to the irregular design region, and its alternatives are also discussed with some computational algorithms for obtaining the designs.

  • PDF

A Smoke Management System Design For Semiconductor Fabrication Facilities (반도체 공장의 제연설계)

  • ;Michael J. Ferreira
    • Fire Science and Engineering
    • /
    • v.14 no.4
    • /
    • pp.23-28
    • /
    • 2000
  • A performance-based design of smoke management systems for semiconductor fabrication facilities is described in this paper. The example of one such facility is discussed. Performance criteria for smoke control systems were established, effective smoke removal system features were identified and optimal system exhaust capacity requirements were developed by applying engineering tools including Fire Dynamic Simulator model. Considering the fact that the absence of relevant design guide, codes for consensus standards for semiconductor smoke design in Korea and United States this performance based approach can and should be applied to other fabrication facilities designs.

  • PDF

Lossless Audio Coding using Integer DCT

  • Kang MinHo;Lee Sung Woo;Park Se Hyoung;Shin Jaeho
    • Proceedings of the IEEK Conference
    • /
    • summer
    • /
    • pp.114-117
    • /
    • 2004
  • This paper proposes a novel algorithm for hybrid lossless audio coding, which employs integer discrete cosine transform. The proposed algorithm divides the input signal into frames of a proper length, decorrelates the framed data using the integer DCT and finally entropy-codes the frame data. In particular, the adaptive Golomb-Rice coding method used for the entropy coding selects an optimal option which gives the best compression efficiency. Since the proposed algorithm uses integer operations, it significantly improves the computation speed in comparison with an algorithm using real or floating-point operations. When the coding algorithm is implemented in hardware, the system complexity as well as the power consumption is remarkably reduced. Finally, because each frame is independently coded and is byte-aligned with respect to the frame header, it is convenient to move, search, and edit the coded data.

  • PDF

Semi-resolution Practicability of Three-Dimensional Statics of Cables from Computer Programs

  • Dodaran, Asgar Ahadpour;Park, SangKil
    • Journal of Ocean Engineering and Technology
    • /
    • v.26 no.6
    • /
    • pp.1-6
    • /
    • 2012
  • The purpose of this paper is to present a rational method for analyzing, designing, or evaluating the spread mooring systems used with floating drilling units. This paper presents a validated model to calculate the catenary static configuration. A semi-resolution approach is presented in this paper that is capable of predicting the static performance of a caisson mooring system. The solution is derived as a function of only three parameters, which can be solved numerically by implementing different kinds of boundary conditions. The efficiency and accuracy of the method permit quick parametric studies for the optimal selection of the system particle, which is undoubtedly useful for a preliminary design. A number of numerical examples demonstrate the validity of the adopted approach. The paper contains a complete description of the test cases and reports the results in such a way that it can provide a "benchmark" test for users and programmers of computer codes for flexible riser analysis.

Intelligent Multiagent Based Software Programmable Logic Control (지능적인 멀티에이전트 기반 소프트웨어 PLC)

  • Cho Young Im
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.11 no.4
    • /
    • pp.297-303
    • /
    • 2005
  • In this paper, I developed an intelligent multi agents based softPLC(IMPLC). In IMPLC, the standard IEC 1131-3 PLC languages(LD, SFC, FBD, ST) programmed by a user are converted to IL, which is one of intermediate codes, in order to make them interactions. And then the IL is converted to the standard C code regarding some extension and transplanting, which can be used in a commercial editor such as visual C++. In IMPLC, the logical errors and syntax errors occurred by users are detected, so that the optimal PC control based softPLC can be possible. IMPLC provide easy programming platform to such beginner as well as professionals. The study of code conversion is firstly tried in the world as well as KOREA. I applied IMPLC to 3 steps conveyer belt system. The simulation results say that the debugging steps by IMPLC using multi agents are decreased than the conventional softPLC's.

A Design of Turbo Decoder for 3GPP using Log-MAP Algorithm (Log-MAP을 사용한 3GPP용 터보 복호기의 설계)

  • Kang, Heyng-Goo;Jeon, Heung-Woo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.1
    • /
    • pp.533-536
    • /
    • 2005
  • MAP algorithm is known for optimal decoding algorithm of Turbo codes, but it has very large computational complexity and delay. Generally log-MAP algorithm is used in order to overcome the defect. In this paper we propose modified scheme of the state metric calculation block which can improve the computation speed in log-MAP decoder and simple linear offset unit without using LUT. The simulation results show that the operation speed of the proposed scheme is improved as compared with that of the past scheme.

  • PDF

Extended-list SQRD-based Decoder for Improving BER performance in V-Blast systems

  • PHAM, Van-Su;LE, Minh-Tuan;MAI, Linh;YOON, Giwan
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.2
    • /
    • pp.98-102
    • /
    • 2005
  • In the QR Decomposition-based (QRD) decoding class, the system performance is sensitive to the error propagation. Thus, it is critical to correctly decode the previous layers. One approach to desensitize the error propagation is to propose the optimal decoding order of layers. In this work, we propose a new extended-list Sorted QRD-base (SQRD) decoding approach. In the proposed decoding scheme, the solution of the few first layers is extended as the list of promising possible solutions. By doing so, the diversity of the lowest layer is increased. As a result, the system performance is less sensitive to the error propagation than its counterparts. The proposed approach is verified by the computer simulation results.

  • PDF