• Title/Summary/Keyword: parallel system

Search Result 4,293, Processing Time 0.033 seconds

Predictive Current Control of 12-Pulse Parallel Connected Dual Converter System (12펄스 병렬 연결 듀얼 컨버터 시스템의 예측전류제어)

  • 이창원;송인호;최창호
    • Proceedings of the KIPE Conference
    • /
    • 1998.07a
    • /
    • pp.405-408
    • /
    • 1998
  • In this paper, a predictive current control of 12-pulse parallel connected dual converter system with interphase transfromer(IPT) is presented. Firstly, 12-pulse parallel connected dual converter system and the predictive current control of this system is discussed. And the validity of the presented system and the excellence of the predictive current control response is proved through the simyulation and experiment result.

  • PDF

A Study on Parallel Processing System for Automatic Segmentation of Moving Object in Image Sequences

  • Lee, Hyung;Park, Jong-Won
    • Proceedings of the IEEK Conference
    • /
    • 2000.07a
    • /
    • pp.429-432
    • /
    • 2000
  • The new MPEG-4 video coding standard enables content-based functionalities. In order to support the philosophy of the MPEG-4 visual standard, each frame of video sequences should be represented in terms of video object planes (VOP’s). In other words, video objects to be encoded in still pictures or video sequences should be prepared before the encoding process starts. Therefore, it requires a prior decomposition of sequences into VOP’s so that each VOP represents a moving object. A parallel processing system is required an automatic segmentation to be processed in real-time, because an automatic segmentation is time consuming. This paper addresses the parallel processing: system for an automatic segmentation for separating moving object from the background in image sequences. The proposed parallel processing system comprises of processing elements (PE’s) and a multi-access memory system (MAMS). Multi-access memory system is a memory controller to perform parallel memory access with the variety of types: horizontal, vertical, and block access way. In order to realize these ways, a multi-access memory system consists of a memory module selection module, data routing modules, and an address calculation and routing module. The proposed system is simulated and evaluated by the CADENCE Verilog-XL hardware simulation package.

  • PDF

Mining Parallel Text from the Web based on Sentence Alignment

  • Li, Bo;Liu, Juan;Zhu, Huili
    • Proceedings of the Korean Society for Language and Information Conference
    • /
    • 2007.11a
    • /
    • pp.285-292
    • /
    • 2007
  • The parallel corpus is an important resource in the research field of data-driven natural language processing, but there are only a few parallel corpora publicly available nowadays, mostly due to the high labor force needed to construct this kind of resource. A novel strategy is brought out to automatically fetch parallel text from the web in this paper, which may help to solve the problem of the lack of parallel corpora with high quality. The system we develop first downloads the web pages from certain hosts. Then candidate parallel page pairs are prepared from the page set based on the outer features of the web pages. The candidate page pairs are evaluated in the last step in which the sentences in the candidate web page pairs are extracted and aligned first, and then the similarity of the two web pages is evaluate based on the similarities of the aligned sentences. The experiments towards a multilingual web site show the satisfactory performance of the system.

  • PDF

The Parallel Operation of Each other three phase AC/DC Converter using DC Current Droop Control for Multi-parallel DC Distribution System (다병렬 직류배전 시스템의 DC전류 드룹 제어를 이용한 서로 다른 3상 AC/DC컨버터의 병렬운전기법)

  • Lee, Hee-Jun;Hong, Jin-Seok;Hyun, Seung-Wook;Kang, Jin-Wook;Kim, Han-Soo;Won, Chung-Yuen
    • Journal of the Korean Institute of Illuminating and Electrical Installation Engineers
    • /
    • v.29 no.6
    • /
    • pp.42-48
    • /
    • 2015
  • DC distribution system is difficult to compose the single-system because of the capacity restriction of power semiconductors. Therefore, DC Distribution system needs parallel operation of AC/DC converters for increase to system capacity. However, this system generates the circulating current. This paper is reducing the circulating current and safely sharing the load using the proposed DC current droop control method when each other 3-phase AC/DC converter connected. This system confirms through the simulation and experiment. Also, when each other converter of parallel operate. it is compared the response characteristics

Development and Evaluation of Automatic Steering System for Parallel Parking (평행주차를 위한 자동 조향 제어시스템 개발 및 성능평가)

  • Lee, Dae Hyun;Kim, Yong Joo;Kim, Tae Hyeong;Chung, Sun Ok;Choi, Chang Hyun
    • Journal of Drive and Control
    • /
    • v.13 no.1
    • /
    • pp.18-26
    • /
    • 2016
  • This research is conducted to develop an automatic steering system for parallel parking, and the performance of the system was evaluated by parallel parking a conventional vehicle. The automatic steering system consisted of MDPS (motor driven power steering) to control steering, ESC (electronic stability control) to acquire wheel speed, ultrasonic sensors to recognize the parking space, and a controller to communicate and handle data. The parallel parking process using the automatic steering control consisted of parking space recognition, parking path generation, and parking path tracking. The path for parallel parking was generated based on a kinematic model of a conventional vehicle, and a PI controller was used to control the steering angle for path tracking. Parallel parking using the automatic steering control was conducted according to vehicle speed conditions. The results show that the errors on the x-axis and y-axis were below 0.54 m and 0.14 m, respectively, and the error on the steering angle was less than $1^{\circ}$. Therefore, it is possible to implement parallel parking using an automatic steering control system for conventional vehicles.

Design and Implementation of Real-Time Parallel Engine for Discrete Event Wargame Simulation (이산사건 워게임 시뮬레이션을 위한 실시간 병렬 엔진의 설계 및 구현)

  • Kim, Jin-Soo;Kim, Dae-Seog;Kim, Jung-Guk;Ryu, Keun-Ho
    • The KIPS Transactions:PartA
    • /
    • v.10A no.2
    • /
    • pp.111-122
    • /
    • 2003
  • Military wargame simulation models must support the HLA in order to facilitate interoperability with other simulations, and using parallel simulation engines offer efficiency in reducing system overhead generated by propelling interoperability. However, legacy military simulation model engines process events using sequential event-driven method. This is due to problems generated by parallel processing such as synchronous reference to global data domains. Additionally. using legacy simulation platforms result in insufficient utilization of multiple CPUs even if a multiple CPU system is under use. Therefore, in this paper, we propose conversing the simulation engine to an object model-based parallel simulation engine to ensure military wargame model's improved system processing capability, synchronous reference to global data domains, external simulation time processing, and the sequence of parallel-processed events during a crash recovery. The converted parallel simulation engine is designed and implemented to enable parallel execution on a multiple CPU system (SMP).

A Study on Sorting in A Computer Using The Binary Multi-level Multi-access Protocol

  • Jung Chang-Duk
    • Proceedings of the Korea Inteligent Information System Society Conference
    • /
    • 2006.06a
    • /
    • pp.303-310
    • /
    • 2006
  • The sorting algorithms have been developed to take advantage of distributed computers. But the speedup of parallel sorting algorithms decrease rapidly with increased number of processors due to parallel processing overhead such as context switching time and inter-processor communication cost. In this paper, we propose a parallel sorting method which provides linear speedup of an optimal serial algorithm for a system with a large number of processors. This algorithm may even provide superlinear speedup for a practical system. The algorithm takes advantage of an interconnection network properties and its protocol.

  • PDF

Design of Parallel Processor for Image Processing

  • No, Seok-Hwan;Park, Jong-Won
    • Proceedings of the IEEK Conference
    • /
    • 2006.06a
    • /
    • pp.743-744
    • /
    • 2006
  • This paper presents implementation of parallel processing system for image processing. The parallel processing system proposed consisted of 16 processing elements, and multi-access memory system, and interface modules. The multi-access memory system we introduced is made up of a memory module selection, a data routing module, and an address calculation and routing module.

  • PDF

A Computer Program for System Reliability Prediction (시스템의 신뢰성(信賴性) 예측(豫測)을 위한 컴퓨터 프로그램)

  • Kim, Yeong-Hwi;Choe, Mun-Gi
    • Journal of Korean Institute of Industrial Engineers
    • /
    • v.1 no.2
    • /
    • pp.51-56
    • /
    • 1975
  • A computer program for computing complex system reliability is described. The program is composed of three phases : Phase I program reduces all series, parallel and series-parallel components and subsequently obtains an irreducible non-series-parallel system. Phase II program enumerates all the possible paths from the source to the sink of the graph. Phase III program then computes system reliability based on the information obtained by the Phase II program. The program is based on a modified version of the algorithm published in [6]. An example of the use of the computer program is given.

  • PDF

Optimal Economic Load Dispatch using Parallel Genetic Algorithms in Large Scale Power Systems (병렬유전알고리즘을 응용한 대규모 전력계통의 최적 부하배분)

  • Kim, Tae-Kyun;Kim, Kyu-Ho;Yu, Seok-Ku
    • The Transactions of the Korean Institute of Electrical Engineers A
    • /
    • v.48 no.4
    • /
    • pp.388-394
    • /
    • 1999
  • This paper is concerned with an application of Parallel Genetic Algorithms(PGA) to optimal econmic load dispatch(ELD) in power systems. The ELD problem is to minimize the total generation fuel cost of power outputs for all generating units while satisfying load balancing constraints. Genetic Algorithms(GA) is a good candidate for effective parallelization because of their inherent principle of evolving in parallel a population of individuals. Each individual of a population evaluates the fitness function without data exchanges between individuals. In application of the parallel processing to GA, it is possible to use Single Instruction stream, Multiple Data stream(SIMD), a kind of parallel system. The architecture of SIMD system need not data communications between processors assigned. The proposed ELD problem with C code is implemented by SIMSCRIPT language for parallel processing which is a powerfrul, free-from and versatile computer simulation programming language. The proposed algorithms has been tested for 38 units system and has been compared with Sequential Quadratic programming(SQP).

  • PDF