• Title/Summary/Keyword: Implementation technique

Search Result 2,097, Processing Time 0.024 seconds

Design and Implementation of the dynamic hashing structure for indexing the current positions of moving objects (이동체의 현재 위치 색인을 위한 동적 해슁 구조의 설계 및 구현)

  • 전봉기
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.8 no.6
    • /
    • pp.1266-1272
    • /
    • 2004
  • Location-Based Services(LBS) give rise to location-dependent queries of which results depend on the positions of moving objects. Because positions of moving objects change continuously, indexes of moving object must perform update operations frequently for keeping the changed position information. Existing spatial index (Grid File, R-Tree, KDB-tree etc.) proposed as index structure to search static data effectively. There are not suitable for index technique of moving object database that position data is changed continuously. In this paper, I propose a dynamic hashing index that insertion/delete costs are low. The dynamic hashing structure is that apply dynamic hashing techniques to combine a hash and a tree to a spatial index. The results of my extensive experiments show the dynamic hashing index outperforms the $R^$ $R^*$-tree and the fixed grid.

Implementation of an efficient Pocket PC- based Hangul Matching System (Pocket PC기반의 효율적인 한글 정합 시스템 구현)

  • Park Jong-Min;Cho Beom-Joon
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.8 no.7
    • /
    • pp.1546-1552
    • /
    • 2004
  • Electronic Ink is a stored data in the form of the handwritten text or the script without converting it into ASCII by handwritten recognition on the pen-based computers and Personal Digital Assistants(Pocket PC) for supporting natural and convenient data input. One of the most important issues is to search the electronic ink in order to use it. We proposed and implemented a script matching algorithm for the electronic ink. Proposed matching algorithm separated the input stroke into a set of primitive stroke using the curvature of the stroke curve. After determining the type of separated strokes, it produced a stroke feature vector. And then it calculated the distance between the stroke feature vector of input strokes and one of strokes in the database using the dynamic programming technique.

Implementation of Mobile Node Monitoring System for Campus Vehicle Management (RSSI 기반 센서 노드 위치 관리 기법을 적용한 캠퍼스 차량 관리 시스템 구현)

  • Kim, Hyun-Joong;Yang, Hyun-Ho
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.4
    • /
    • pp.999-1004
    • /
    • 2010
  • Most of campus vehicle management systems, so far, simply manages coming in or go out of vehicles, issuing a parking tickets. Recently some of them use RFID tags to count total numbers of cars in the campus, excluding exact parking position management. In this paper we propose a new campus vehicle management system using wireless sensor network location management scheme. This system adopts RSSI based location management method with some performance improvement technique. According to the experimental result, this proposed scheme can be used to implement an effective campus vehicle management system.

Implementation of Digital Signal Processing Board Suitable for a Semi-active Laser Tracking to Detect a Laser Pulse Repetition Frequency and Optimization of a Target Coordinates (반능동형 레이저 유도 추적에 적합한 레이저 펄스 반복 주파수 검출을 위한 디지털 신호처리 보드 구현 및 표적 좌표 최적화)

  • Lee, Young-Ju;Kim, Yong-Pyung
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.64 no.4
    • /
    • pp.573-577
    • /
    • 2015
  • In this paper, we propose a signal processing board suitable for a semi-active laser tracking to detect an optical signal generated from the laser target designator by applying an analog trigger signal, the quadrant photodetector and a high speed ADC(analog-digital converter) sampling technique. We improved the stability by applying the averaging method to minimize the measurement error of a gaussian pulse. To evaluate the performances of the proposed methods, we implemented a prototype board and performed experiments. As a result, we implemented a frequency counter with an error 14.9ns in 50ms. PRF error code has a stability of less than 1.5% compared to the NATO standard. Applying the three point averaging method to ADC sampling, the stability of 28% in X-axis and 22% in Y-axis than one point sampling was improved.

Implementation Technique of Real-time Monitoring System for High-Speed Rail Contact Wire with High Tension (고속철도 전차선로 고장력 실시간 모니터링 기술 구현)

  • Cho, Yong Hyeon;Park, Young;Jung, Hyun Jin
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.64 no.8
    • /
    • pp.1256-1261
    • /
    • 2015
  • Along with the increase of railway catenary system operation speed to 400 km/h, there have been growing demands for good quality current collection systems that satisfy quality standards as well as criteria for safe working. Retaining uniform elasticity tension of contact wires is essential in maintaining high quality contact between pantograph and OCL (Overhead Contact Line) of current collection systems in high speed railways. Therefore, the tension of contact wire must be kept within tight tolerance limits in both working conditions and adverse weather conditions of catenary system. In accordance with these conditions, this paper presents a real time monitoring system for the tensioning device of the newly installed catenary system on the special route of Honam high speed line for 400 km/h operation. For the verification of the true value of tension of contact wires, we have developed ring-type tensioning sensors which were installed on supporting points of mast which compose the catenary system. According to the field test performed on the Honam high speed line catenary system, variation of tension was measured accurately in real-time.

Digital Implementation of PWM Techniques for Two-phase Eight-switch Inverter fed Brushless DC Motor Drives

  • Lin, Hai;You, Yong-Min;Cheon, Sung-Rock;Kwon, Byung-Il
    • Journal of Electrical Engineering and Technology
    • /
    • v.8 no.2
    • /
    • pp.295-303
    • /
    • 2013
  • This paper reports an investigation of pulse width modulation (PWM) techniques for two-phase brushless DC (BLDC) motors fed by a two-phase eight-switch inverter in a fan application. The three-phase BLDC motor is widely applied in industry; however, a lower-cost two-phase BLDC motor and drive circuit has been greatly in demand in recent years. In this paper, we introduce a mathematical model of the two-phase BLDC motor with sinusoidal back electromotive forces (EMFs) based on traditional three-phase BLDC motors. To simplify the drive algorithm and speed up its application, we analyze the principle of block commutation for a two-phase BLDC motor drive in the 180-electrical-degree conduction mode, and we further propose five PWM schemes to improve the commutation performance of the two-phase BLDC drive. The effectiveness of the proposed PWM methods is verified through experiments.

A Module Decomposition Method for Object-Oriented Design (객체 지향 설계를 위한 모듈 분해방법)

  • Heo, Gye-Beom;Choe, Yeong-Geun
    • The Transactions of the Korea Information Processing Society
    • /
    • v.2 no.3
    • /
    • pp.299-313
    • /
    • 1995
  • Object-Oriented design method decomposes the program into object that establish the relationship between objects. It is the technique of object centered decomposition unlike function oriented legacy system. Since existing Object- Oriented design method doesn't fully explain of the design method of module and decomposition, and need to implement the Object-Oriented software as a total system init. It has many problems that whole object design method and application programs should be analyzed for the understanding an Object-Oriented software component. Therefore, this study provides a procedure for Object-Oriented module design and criteria of decomposition to practically support the complex and large system development. Futhermore, it shows a consistency between design model and implementation through a case study applying these module decomposition criteria to the real system.

  • PDF

Phase Current Reconstruction Techniques for Two-Phase Inverters using a Single Current Sensor

  • Cho, Young-Hoon;Cho, Kwan-Yuhl;Mok, Hyung-Soo;Kim, Kyeong-Hwa;Lai, Jih-Shen
    • Journal of Power Electronics
    • /
    • v.11 no.6
    • /
    • pp.837-845
    • /
    • 2011
  • This paper proposes phase current reconstruction techniques for two-phase two-leg and two-phase four-leg inverters using a single current sensor. In the proposed methods, one phase current is sampled simultaneously with a particular branch current by using only one current sensor, and then current reconstruction algorithms are applied to extract the information on two phase currents from the sensor output. The sampled current information is periodically updated at the peak and the valley of the triangular carrier waveform in each switching cycle of pulse-width modulation (PWM). The voltage vector spaces where the phase currents can be reconstructed are evaluated. Compared to the existing method using two individual current sensors in two phases, the proposed schemes can save implementation cost since it is possible to remove one current sensor. In addition, the proposed methods are free from gain discrepancy issues between two current sensors. Simulations and experiments show excellent current reconstruction performance of the proposed methods.

Proposal and Implementation on Non-Repudiation of Origin for DNP3 (DNP3에 적합한 발신 부인 방지 기법 제안과 그 구현)

  • Yu, Ki-Soon;Song, Kyoung-Young;Jang, Min-Ho
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.40 no.5
    • /
    • pp.815-825
    • /
    • 2015
  • DNP3(Distributed Network Protocol) is one of the most representative protocols which is used in SCADA(Supervisory Control and Data Acquisition) system. IEC 62351 is listing the integrity, confidentiality, availability and non-repudiation or accountability as the security requirement. However, IEEE Std. 1815 that is DNP3 standards does not define a mechanism for non-repudiation or accountability. In this paper, we propose a non-repudiation of origin technique about the sender of critical ASDU and implement the proposed scheme using software such as OpenSSL and SCADA source code library.

Design of Robust Output Feedback Variable Structure Control System (강인한 출력궤환 가변구조제어계의 설계)

  • 이기상;임재형
    • The Transactions of the Korean Institute of Electrical Engineers
    • /
    • v.43 no.3
    • /
    • pp.458-467
    • /
    • 1994
  • It has been well known that the assumption of full state availability is one of the most important restrictions to the practical realization of VSCS. And several attempts to alleviate the assumption had been made. however, it is not easy to find a positive scheme among them. Recently, an output feedback variable structure control system(OFVSCS) was proposed and the effectiveness of the scheme was validated for the disturbance free systems. The purpose of this study is to propose a robust OFVSCS that have the robust properties against process parameter variations and external disturbances by extending the basic OFVSCS and to evaluate its control performances. The ROFVSES is composed of dynamic switching function and output feedback switching control inputs that are constructed by the use of the unknown vector modeling technique. With the proposed schems, existence of sliding mode is guaranteed and any nonzero bias can be suppressed in the face of disturbances and process parameter variations as far as well-known matching condition is satisfied. Due to the fact that the ROFVSCS is driven by small number of measured informations, the practical application of VSCS for the systems with unmeasurable states and for high order systems, the conventional schemes cannot be applied, is possible with the proposed scheme. It is noticeable that the implementation cast of VSCS can be considerably reduced without sacrifice of control performances by adopting ROFVSCS since there is no need to measure the states with high measurement cost.