• Title/Summary/Keyword: Sequential design of experiments

Search Result 70, Processing Time 0.041 seconds

Method of Display and Processing of Binocular Stereoscopic Image for 3D Endoscopy (3차원 내시경술을 위한 양안 입체 영상처리 및 디스플레이 방법)

  • 송철규
    • Journal of Biomedical Engineering Research
    • /
    • v.19 no.5
    • /
    • pp.531-538
    • /
    • 1998
  • This paper represents the design of 3D endoscopic image processing system in order to Improve visualization and enhance the ability of the surgeon to perform delicate endoscopic surgery. The proposed 3D systems have four features of stereo endoscopic image processing The multiplexer give field seauential stereo for recording and for aligning cameras and viewing stereo with 3D monitor. Demultiplexing of the field sequential image which separates out the R and L images for dual TFT-LCD 3D monitor viewed with passive polarized glasses. separable processing of the left and right eye images, and design of TFT-LCD 3D monitor. The viewing angle, zone, and image quality of the Polarization-type Stereoscopic Display (SM500TFT-3D) system which we have developed using 15 Samsung TFT-1.CD with a screen resolution of 1024×768 pixels were measured and compared with those of Electric Shutter-type Stereoscopic Display system. The result of experiments shows that the Polarization-type Stereoscopic Display System using TFT-LCD has a wade viewing angle and zone which Is necessary fort multi-view and it has better image quality and stability of the optical performances than the Electric Shutter-type does.

  • PDF

Design and Implementation of MODA Allocation Scheme based on Analysis of Block Cleaning Cost (블록 클리닝 비용 분석에 기초한 MODA할당 정책 설계 및 구현)

  • Baek, Seung-Jae;Choi, Jong-Moo
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.34 no.11
    • /
    • pp.599-609
    • /
    • 2007
  • Due to the restrictions of Flash memory such as overwrite limitation and write/erase operational unit differences, block cleaning is required in Flash memory based file systems and known as a key factor on the performance of file systems. In this paper, we identify three parameters, namely utilization, invalidity and uniformity, and analyze how the parameters affect the cost of block cleaning. The analysis show that as uniformity degrades, the cost of block cleaning increases drastically. To overcome this problem, we design a new modification-aware(MODA) page allocation scheme that strives to keep uniformity high by separating frequently-updating data from infrequently-updating data. Real implementation experiments conducted on an embedded system show that the MODA scheme can actually enhance uniformity of Flash memory, which consequently leads to reduce the cost of block cleaning with an average of 123%, compared to the traditional sequential allocation scheme that is used in YAFFS.

Fault Diagnosis and Tolerance for Asynchronous Counters with Critical Races Caused by Total Ionizing Dose in Space (우주 방사능 누적에 의한 크리티컬 레이스가 존재하는 비동기 카운터를 위한 고장 탐지 및 극복)

  • Kwak, Seong-Woo;Yang, Jung-Min
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.22 no.1
    • /
    • pp.49-55
    • /
    • 2012
  • Asynchronous counters, where the counter value is changed not by a synchronizing clock but by outer inputs, are used in various modern digital systems such as spaceborne electronics. In this paper, we propose a scheme of fault tolerance for asynchronous counters with critical races caused by total ionizing dose (TID) in space. As a typical design flaw of asynchronous digital circuits, critical races cause an asynchronous circuit to show non-deterministic behavior, i.e., the next stable state of a state transition is not a fixed value but may be any value of a state set. Using the corrective control scheme for asynchronous sequential machines, this paper provides an existence condition and design procedure for a state feedback controller that can invalidate the effect of critical races. We implement the proposed control system in VHDL code and conduct experiments to demonstrate that the proposed control system can overcome critical races.

A Simulation Study on the Overhaul Repair Shop of Weapon System (전면정비방식의 무기체계 정비공장에 대한 시뮬레이션 연구)

  • Shin, Kyeong-Wook;Lee, Geun-Hyu;Moon, Dug-Hee
    • Journal of the Korea Society for Simulation
    • /
    • v.20 no.3
    • /
    • pp.119-127
    • /
    • 2011
  • Overhaul and repair service means the sequential processes of disassembly, repair and reassembly for a product which has been used for a long time. Overhaul is required for the companies producing airplanes, ships, trains, military weapons and heavy industrial equipments which are very expensive and have a long life cycle. The most important performance measure of the overhaul repair shop is usually the lead time. Thus, how to design the manufacturing system to meet the delivery date is a major concern in overhaul repair shop. This paper introduces the case study of an overhaul repair shop producing military weapon systems with the 3D simulation tool, $QUEST^{TM}$. At first, the characteristics of overhaul shop and what should be considered for simulation modeling are explained. Then, various simulation scenarios including two types of disassembly systems, one is flow line system and the other is cell system, are discussed with the results of simulation experiments.

A Buffer Architecture based on Dynamic Mapping table for Write Performance of Solid State Disk (동적 사상 테이블 기반의 버퍼구조를 통한 Solid State Disk의 쓰기 성능 향상)

  • Cho, In-Pyo;Ko, So-Hyang;Yang, Hoon-Mo;Park, Gi-Ho;Kim, Shin-Dug
    • The KIPS Transactions:PartA
    • /
    • v.18A no.4
    • /
    • pp.135-142
    • /
    • 2011
  • This research is to design an effective buffer structure and its management for flash memory based high performance SSDs (Solid State Disks). Specifically conventional SSDs tend to show asymmetrical performance in read and /write operations, in addition to a limited number of erase operations. To minimize the number of erase operations and write latency, the degree of interleaving levels over multiple flash memory chips should be maximized. Thus, to increase the interleaving effect, an effective buffer structure is proposed for the SSD with a hybrid address mapping scheme and super-block management. The proposed buffer operation is designed to provide performance improvement and enhanced flash memory life cycle. Also its management is based on a new selection scheme to determine random and sequential accesses, depending on execution characteristics, and a method to enhance the size of sequential access unit by aggressive merging. Experiments show that a newly developed mapping table under the MBA is more efficient than the basic simple management in terms of maintenance and performance. The overall performance is increased by around 35% in comparison with the basic simple management.

Design of Line Scratch Detection and Restoration Algorithm using GPU (GPU를 이용한 선형 스크래치 탐지와 복원 알고리즘의 설계)

  • Lee, Joon-Goo;Shim, She-Yong;You, Byoung-Moon;Hwang, Doo-Sung
    • Journal of the Korea Society of Computer and Information
    • /
    • v.19 no.4
    • /
    • pp.9-16
    • /
    • 2014
  • This paper proposes a linear scratch detection and restoration algorithm using pixel data comparison in a single frame or consecutive frames. There exists a high parallelism in that a scratch detection and restoration algorithm needs a large amount of comparison operations. The proposed scratch detection and restoration algorithm is designed with a GPU for fast computation. We test the proposed algorithm in sequential and parallel processing with the set of digital videos in National Archive of Korea. In the experiments, the scratch detection rate of consecutive frames is as fast as about 20% for that of a single frame. The detection and restoration rates of a GPU-based algorithm are similar to those of a CPU-based algorithm, but the parallel implementation speeds up to about 50 times.

Optimizing a Multimedia File System for Streaming Severs (스트리밍 서버를 위한 멀티미디어 파일 시스템 최적화)

  • 박진연;김두한;원유집;류연승
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.5_6
    • /
    • pp.268-278
    • /
    • 2004
  • In this paper, we describe our experience in the design and implementation of the SMART file system to handle multimedia workload. Our work has three design objectives: (ⅰ) efficient support for sequential workload, (ⅱ) avoiding disk fragmentation, (ⅲ) logical unit based file access. To achieve these three objectives, we develop a file system where a file consists of linked list of Data Unit Group. Instead of tree like structure of the legacy Unix file system, we use single level file structure. Our file system can also access the file based upon the logical unit which can be video frame or audio samples. Data Unit Group is a group of logical data units which is allocated continuous disk blocks. At the beginning of each Data Unit Group, there exists an index array. Each index points to the beginning of logical data units, e.g. frames in the Data Unit Group. This index array enables the random access and sequencial access of semantic data units. SMART file system is elaborately tailored to effectively support multimedia workload. We perform physical experiments and compare the performance of SMART file system with EXT2 file system and SGI XFS file system. In this experiment, SMART file system exhibits superior performance under streaming workload.

Design of an Arm Gesture Recognition System Using Feature Transformation and Hidden Markov Models (특징 변환과 은닉 마코프 모델을 이용한 팔 제스처 인식 시스템의 설계)

  • Heo, Se-Kyeong;Shin, Ye-Seul;Kim, Hye-Suk;Kim, In-Cheol
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.2 no.10
    • /
    • pp.723-730
    • /
    • 2013
  • This paper presents the design of an arm gesture recognition system using Kinect sensor. A variety of methods have been proposed for gesture recognition, ranging from the use of Dynamic Time Warping(DTW) to Hidden Markov Models(HMM). Our system learns a unique HMM corresponding to each arm gesture from a set of sequential skeleton data. Whenever the same gesture is performed, the trajectory of each joint captured by Kinect sensor may much differ from the previous, depending on the length and/or the orientation of the subject's arm. In order to obtain the robust performance independent of these conditions, the proposed system executes the feature transformation, in which the feature vectors of joint positions are transformed into those of angles between joints. To improve the computational efficiency for learning and using HMMs, our system also performs the k-means clustering to get one-dimensional integer sequences as inputs for discrete HMMs from high-dimensional real-number observation vectors. The dimension reduction and discretization can help our system use HMMs efficiently to recognize gestures in real-time environments. Finally, we demonstrate the recognition performance of our system through some experiments using two different datasets.

Current Limiting and Recovery Characteristics of Two Magnetically Coupled Type SFCL with Two Coils Connected in Parallel Using Dual Iron Cores (이중철심을 이용한 병렬연결된 자기결합형 초전도한류기의 전류제한 및 회복특성)

  • Ko, Seok-Cheol;Lim, Sung-Hun
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.17 no.5
    • /
    • pp.717-722
    • /
    • 2016
  • In this paper, in order to support the peak current limiting function depending on the intensity of the fault current at the early stage of failure, a two magnetically coupled type superconducting fault current limiter (SFCL) is proposed, which includes high-Tc superconducting (HTSC) element 1, where the existing primary and secondary coils are connected to one iron core in parallel, and HTSC element 2, which is connected to the tertiary winding using an additional iron core. The results of the experiments in this study confirmed that the two magnetic coupling type SFCL having coil 1 and coil 2 connected in parallel using dual iron cores is capable of having only HTSC element 1 support the burden of the peak current when a failure occurs. The reason for this is that although HTSC element 1 was quenched and malfunctioned because the instantaneous factor of the initial fault current was large, the current flowing to coil 3 did not exceed the critical current, which would otherwise cause HTSC element 2 to be quenched and not function. In order to limit the peak current upon fault through the sequential HTSC elements, the design should allow it to have the same value as the low value of coil 1 while having coil 3 possess a higher self-inductance value than coil 2. In addition, a short-circuit simulation experiment was conducted to examine and validate the current limiting and recovery characteristics of the SFCL when the winding ratio between coil 1 and coil 2 was 0.25. Through the analysis of the short-circuit tests, the current limiting and recovery characteristics in the case of the additive polarity winding was confirmed to be superior to that of the subtractive polarity winding.

Statistical Optimization of Solid Growth-medium for Rapid and Large Screening of Polysaccharides High-yielding Mycelial Cells of Inonotus obliquus (단백다당체 고생산성의 Inonotus obliquus 균주의 신속 개량을 위한 고체 성장배지의 통계적 최적화)

  • Hong, Hyung-Pyo;Jeong, Yong-Seob;Chun, Gie-Taek
    • KSBB Journal
    • /
    • v.25 no.2
    • /
    • pp.142-154
    • /
    • 2010
  • The protein-bound innerpolysaccharides (IPS) produced by suspended mycelial cultures of Inonotus obliquus have promising potentials as an effective antidiabetic as well as an immunostimulating agents. To enhance IPS production, intensive strain improvement process should be carried out using large amount of UV-mutated protoplasts. During the whole strain-screening process, the stage of solid growth-culture was found to be the most time-requiring step, thus preventing rapid screening of high-yielding producers. In order to reduce the cell growth period in the solid growth-stage, therefore, solid growth-medium was optimized using the statistical methods such as (i) Plackett-Burman and fractional factorial designs (FFD) for selecting positive medium components, and (ii) steepest ascent (SAM) and response surface (RSM) methods for determining optimum concentrations of the selected components. By adopting the medium composition recommended by the SAM experiment, significantly higher growth rate was obtained in the solid growth-cultures, as represented by about 41% larger diameter of the cell growth circle and higher mycelial density. Sequential optimization process performed using the RSM experiments finally recommended the medium composition as follows: glucose 25.61g/L, brown rice 12.53 g/L, soytone peptone 12.53 g/L, $MgSO_4$ 5.53 g/L, and agar 20 g/L. It should be noted that this composition was almost similar to the medium combinations determined by the SAM experiment, demonstrating that the SAM was very helpful in finding out the final optimum concentrations. Through the use of this optimized medium, the period for the solid growth-culture could be successfully reduced to about 8 days from the previous 15~20 days, thus enabling large and mass screening of high producers in a relatively short period.