• 제목/요약/키워드: Implementation time

검색결과 7,332건 처리시간 0.032초

A DSP-Based Dual Loop Digital Controller Design and Implementation of a High Power Boost Converter for Hybrid Electric Vehicles Applications

  • Ellabban, Omar;Mierlo, Joeri Van;Lataire, Philippe
    • Journal of Power Electronics
    • /
    • 제11권2호
    • /
    • pp.113-119
    • /
    • 2011
  • This paper presents a DSP based direct digital control design and implementation for a high power boost converter. A single loop and dual loop voltage control are digitally implemented and compared. The real time workshop (RTW) is used for automatic real-time code generation. Experimental results of a 20 kW boost converter based on the TMS320F2808 DSP during reference voltage changes, input voltage changes, and load disturbances are presented. The results show that the dual loop control achieves better steady state and transient performance than the single loop control. In addition, the experimental results validate the effectiveness of using the RTW for automatic code generation to speed up the system implementation.

개선된 시스템 제어기를 사용한 능동소음제어의 실시간 구현 특성 (Characteristics of Real-time Implementation using the Advanced System Controller in ANC Systems)

  • 문학룡;손진근
    • 전기학회논문지P
    • /
    • 제64권4호
    • /
    • pp.267-272
    • /
    • 2015
  • Active noise control (ANC) is a method of cancelling a noise signal in an acoustic cavity by generating an appropriate anti-noise signal via canceling loudspeakers. The continuous progress of ANC involves the development of improved adaptive signal processing algorithms, transducers, and DSP hardware. In this paper, the convergence behavior and the stability of the FxLMS algorithm in ANC systems with real-time implementation is proposed. Specially, The advanced DSP H/W with dual core(DSP+ARM) and API(application programming interface) S/W programming was developed to improve the real-time implementation performance under the FxLMS algorithms of input noise such as road noise environment. The experimental results are found to be in good agreement with the theoretical predictions.

Implementation of Networked Control System using a Profibus-DP Network

  • Lee, Kyung-Chang;Lee, Suk
    • International Journal of Precision Engineering and Manufacturing
    • /
    • 제3권3호
    • /
    • pp.12-20
    • /
    • 2002
  • As numerous sensors and actuators are used in many automated systems, various industrial networks are adopted for real-time distributed control. In order to take advantages of the networking, however, the network implementation should be carefully designed to satisfy real-time requirements considering network induced delays. This paper presents an implementation scheme of a networked control system via Profibus-DP network fur real-time distributed control. More specifically, the effect of the network induced delay on the control performance is evaluated on a Profibus-DP testbed. Also, two conventional PID gain tuning methods are slightly modified fur fouling controllers fur the networked control system. With appropriate choices for gains, it is shown that the networked control system can perform almost as well as the traditional control system.

SMT자동화를 위한 시각 시스템의 실시간 구현 (A Real-Time Implementation of the Vision System for SMT Automation)

  • 전병환;윤일동;김용환;황신환;이상욱;최종수
    • 대한전자공학회논문지
    • /
    • 제27권6호
    • /
    • pp.944-953
    • /
    • 1990
  • This paper describes design and implementation of a real-time high-precision vision system for an automation of SMT(surface mounting technology ). Also, a part inspection algorithm which calculates the position and direction of SMD(surface mounted device) accurately and performs the ruling using those information are presented, and a parallel processing technique for implementing those algorithms is also described. For a real-time implementation of iage acquisition and processing, several hardware modules, namely, multi-functional A/D-D/A board, frame memory board are developed. Particularly, a PE (processing element) board which employs the DSP56001 DSP (digital signal processor) is developed for the purpose of concurrent processing of part inspection algorithms. A stand-alone vision system is built by integration of the developed hardware modules and related softwares.

  • PDF

제한조건을 고려한 효율적 회로 설계 알고리즘 (An efficient circuit design algorithm considering constraint)

  • 김재진
    • 디지털산업정보학회논문지
    • /
    • 제8권1호
    • /
    • pp.41-46
    • /
    • 2012
  • In this paper, An efficient circuit design algorithm considering constraint is proposed. The proposed algorithm sets up in time constraint and area constraint, power consumption constraint for a circuit implementation. First, scheduling process for time constraint. Select the FU(Function Unit) which is satisfied with time constraint among the high level synthesis results. Analyze area and power consumption of selected FUs. Constraint set for area and power constraint. Device selection to see to setting condition. Optimization circuit implementation in selected device. The proposed algorithm compared with [7] and [8] algorithm. Therefore the proposed algorithm is proved an efficient algorithm for optimization circuit implementation.

대칭형 멀티코어 커널에서 DBS(Doppler Beam Sharpening) 알고리즘 실시간 구현 (Real-Time Implementation of Doppler Beam Sharpening in a SMP Multi-Core Kernel)

  • 공영주;우선걸
    • 대한임베디드공학회논문지
    • /
    • 제11권4호
    • /
    • pp.251-257
    • /
    • 2016
  • The multi-core technology has become pervasive in embedded systems. An implementation of the Doppler Beam Sharpening algorithm that improves the azimuth resolution by using doppler frequency shift is possible only in multi-core environment because of the amount of calculation. In this paper, we design of multi-core architecture for a real time implementation of DBS algorithm. And based on designed structure, we produce a DBS image on P4080 board.

Profibus-DP에서의 원격 피드백 제어 시스템 구축 (Implementation of Remote Feedback Control System via Profibus-DP Network)

  • 이경창;강송;이석
    • 한국정밀공학회지
    • /
    • 제18권5호
    • /
    • pp.120-129
    • /
    • 2001
  • As many sensors and actuators are used in many automated systems, various industrial networks are adopted for real-time distributed control. In order to take advantages of the networking, however, the network implementation should be carefully designed to satisfy real-time requirements considering network delays. This paper presents the implementation of a remote feedback control system via Profibus-DP net work for real-time distributed control More specifically, the effect of the network delay on the control performance evaluated on Profibus-DP testbed. Also, the traditional PID gain tuning methods are used to demonstrate the feasibility of the remote feedback control.

  • PDF

실시간 운영체계 Q+를 위한 C 표준 라이브러리 설계 및 구현 (The Design and Implementation of C Standard Library for RTOS Q+)

  • 김도형;박승민
    • 정보처리학회논문지A
    • /
    • 제8A권1호
    • /
    • pp.1-8
    • /
    • 2001
  • This paper describes the design and implementation of C standard library for real-time operating system Q+, that is being developed for the internet appliance. The C library in the real-time operating system should be defined according to the standard interface and support the concurrent execution of threads. The implemented C standard library is reentrant and follows POSIX.l standard interface. And, the C standard library functions, which are adequate to the Q+ application and commonly provided by commercial real-time operating systems, are selected among POSIX.l standard functions. The C standard library is implemented on the Q+ kernel and D-TV set-top box according to the implementation sequence, which is determined by analyzing the relation of function calls.

  • PDF

산업용 머니퓰레이터를 위한 여러 제어 알고리즘의 구현과 비교 (Implementation and Comparison of Various Control Algorithms for Industrial Manipulators)

  • 유동상;신유식;정병진;변증남
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1987년도 전기.전자공학 학술대회 논문집(I)
    • /
    • pp.234-237
    • /
    • 1987
  • Recently various control algorithms for industrial manipulators have been proposed. However, computation time, modelling error, and torque type controller design have prevented real-time implementation. As the result, most of performance evaluations of control algorithms have been carried out only by computer simulations. In this paper, we explore real-time implementation to show the feasibility and effectiveness of such algorithms. Experimental results indicate that computed torque method and learning control algorithms can be effectively applied to control industrial manipulators.

  • PDF

산업용 비젼시스템을 위한 하드웨어 체인코더의 설계 (A Hardware Implementation of Chain-coding Algorithm for Industrial Vision Systems)

  • 이병일;신유식;임준홍;변증남
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1987년도 전기.전자공학 학술대회 논문집(I)
    • /
    • pp.265-269
    • /
    • 1987
  • In an industrial vision system, a coding technique for binary image is essential to extract useful informations. To reduce the processing time, a hardware implementation of the chain coding algorithm is attemped. For that purpose, the chain coding algorithm is modified so that it is more suitable for a hardware implementation. A hardwired chain coder is also developed and tested with developed vision system. The result shows that the processing time is greatly reduced and that the developed vision system is maybe feasible for real-time applications.

  • PDF