• Title/Summary/Keyword: Sign algorithm

Search Result 278, Processing Time 0.026 seconds

A Fast and Precise Blind I/Q Mismatch Compensation for Image Rejection in Direct-Conversion Receiver

  • Kim, Suna;Yoon, Dae-Young;Park, Hyung Chul;Yoon, Giwan;Lee, Sang-Gug
    • ETRI Journal
    • /
    • v.36 no.1
    • /
    • pp.12-21
    • /
    • 2014
  • In this paper, we propose a new digital blind in-phase/quadrature-phase (I/Q) mismatch compensation technique for image rejection in a direct-conversion receiver (DCR). The proposed image-rejection circuit adopts DC offset cancellation and a sign-sign least mean squares (LMS) algorithm with a unique step size adaptation both for a fast and precise I/Q mismatch estimation. In addition, several performance-optimizing design considerations related to accuracy, speed, and hardware simplicity are discussed. The implementation of the proposed circuit in an FPGA results in an image-rejection ratio (IRR) of 65 dB, which is the best performance with modulated signals, along with an adaptation time of 0.9 seconds, which is a tenfold increase in the compensation speed as compared to previously reported circuits. The proposed technique will be a promising solution in the area of image rejection to increase both the speed and accuracy of future DCRs.

An Vision System for Traffic Sign Recognition (교통표지판 인식을 위한 비젼시스템)

  • 남기환;배철수;박호식;박동희;한준희;나상동
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.10a
    • /
    • pp.645-648
    • /
    • 2003
  • This paper presents an active vision system for on-line traffic sign recognition. The system is composed of two cameras, one is equipped with a wide-angle lens and the other with a telephoto lends, and a PC with an image processing board. The system first detects candidates for traffic signs in the wide-angle image using color, intensity, and shape information. For each candidate, the telephoto-camera is directed to its predicted position to capture the candidate in a large size in the image. The recognition algorithm is designed by intensively using built in functions of an off-the-shelf mage processing board to realize both easy implementation and fast recognition. The results of on-road experiments show the feasibility of the system.

  • PDF

DEVELOPMENT OF A CONTROL SYSTEM FOR AN AUTOMATIC ROAD SIGN REMOVING EQUIPMENT USING HIGH PRESSURE WATER-JET (초고압수를 이용한 노면표시 자동제거 장비개발을 위한 제어시스템 및 노면최적조건에 대한 연구)

  • Kwon Soon-Wook;Kim Kyoon-Tai;Han Jae-Goo
    • Korean Journal of Construction Engineering and Management
    • /
    • v.5 no.4 s.20
    • /
    • pp.139-146
    • /
    • 2004
  • Resent removal work for road signs has been labor intensive and required times since it has been done manually using shaving type equipment. While traditional process is conducting, there are traffic jams caused by the passing control, and happened unexpected accidents to workers working at dangerous road circumstance. Besides, in current shaving method, there are high potentialities on the air pollution as well as the explosive accident occurred by using a propane gas. So, as an alternative, we have studied to develop the automatic erasing equipment made up with a high pressure water-jet system and automatic control system, mobile system; Wate-rjet system consists of an intensifier and nozzles to give a high pressure and spray on the sign, and automatic control system is composed of one axis robot using a hydraulic servo actuator controlled by a lever, And as a mobile system, a truck plays an important role for the transport of equipment and the forward movement in a removal process. In this paper, we have analyzed the characteristics of road signs and have investigated current erasing methods in the field. And we have organized and designed automatic erasing equipment, and we have made a basic experiment to find out the optimal spray condition as like the spray distance, spray angle and injection pressure.

An Vision System for Traffic sign Recognition (교통표지판 인식을 위한 비젼시스템)

  • 남기환;배철수
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.8 no.2
    • /
    • pp.471-476
    • /
    • 2004
  • This paper presents an active vision system for on-line traffic sign recognition. The system is composed of two cameras, one is equipped with a wide-angle lens and the other with a telephoto lends, and a PC with an image processing board. The system first detects candidates for traffic signs in the wide-angle image using color, intensity, and shape information. For each candidate, the telephoto-camera is directed to its predicted position to capture the candidate in a large size in the image. The recognition algorithm is designed by intensively using built in functions of an off-the-shelf image processing board to realize both easy implementation and fast recognition. The results of on-road experiments show the feasibility of the system.

Design of a Low-Power LDPC Decoder by Reducing Decoding Iterations (반복 복호 횟수 감소를 통한 저전력 LDPC 복호기 설계)

  • Lee, Jun-Ho;Park, Chang-Soo;Hwang, Sun-Young
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.32 no.9C
    • /
    • pp.801-809
    • /
    • 2007
  • LDPC Low Density Parity Check) code, which is an error correcting code determined to be applied to the 4th generation mobile communication systems, requires a heavy computational complexity due to iterative decodings to achieve a high BER performance. This paper proposes an algorithm to reduce the number of decoding iterations to increase performance of the decoder in decoding latency and power consumption. Measuring changes between the current decoded LLR values and previous ones, the proposed algorithm predicts directions of the value changes. Based on the prediction, the algorithm inverts the sign bits of the LLR values to speed up convergence, which means parity check equation is satisfied. Simulation results show that the number of iterations has been reduced by about 33% without BER performance degradation in the proposed decoder, and the power consumption has also been decreased in proportional to the amount of the reduced decoding iterations.

Anomaly Detection in Sensor Data

  • Kim, Jong-Min;Baik, Jaiwook
    • Journal of Applied Reliability
    • /
    • v.18 no.1
    • /
    • pp.20-32
    • /
    • 2018
  • Purpose: The purpose of this study is to set up an anomaly detection criteria for sensor data coming from a motorcycle. Methods: Five sensor values for accelerator pedal, engine rpm, transmission rpm, gear and speed are obtained every 0.02 second from a motorcycle. Exploratory data analysis is used to find any pattern in the data. Traditional process control methods such as X control chart and time series models are fitted to find any anomaly behavior in the data. Finally unsupervised learning algorithm such as k-means clustering is used to find any anomaly spot in the sensor data. Results: According to exploratory data analysis, the distribution of accelerator pedal sensor values is very much skewed to the left. The motorcycle seemed to have been driven in a city at speed less than 45 kilometers per hour. Traditional process control charts such as X control chart fail due to severe autocorrelation in each sensor data. However, ARIMA model found three abnormal points where they are beyond 2 sigma limits in the control chart. We applied a copula based Markov chain to perform statistical process control for correlated observations. Copula based Markov model found anomaly behavior in the similar places as ARIMA model. In an unsupervised learning algorithm, large sensor values get subdivided into two, three, and four disjoint regions. So extreme sensor values are the ones that need to be tracked down for any sign of anomaly behavior in the sensor values. Conclusion: Exploratory data analysis is useful to find any pattern in the sensor data. Process control chart using ARIMA and Joe's copula based Markov model also give warnings near similar places in the data. Unsupervised learning algorithm shows us that the extreme sensor values are the ones that need to be tracked down for any sign of anomaly behavior.

Optimization of real-time path finding for material handling of finishing work considering the logistics flow (물류량을 고려한 마감공사 자재운반의 실시간 경로탐색 최적화 연구)

  • Kim, Wansoub;Lee, Dongmin;Kim, Taehoon;Cho, Hunhee;Kang, Kyung-In
    • Proceedings of the Korean Institute of Building Construction Conference
    • /
    • 2015.11a
    • /
    • pp.170-171
    • /
    • 2015
  • Resource procurement and material handling are considered as a significant part of construction project especially in large or tall building construction site. There are multiple variables that must be considered in a construction site during finishing work such as movement of materials, equipments, and workers. Therefore, it is difficult for construction workers to find the material handling path solely by intuition. The aim of this study is to propose a real-time path finding model suitable for complicated logistics flow in the field. The model explores the optimal transport path of finishing material with its basis on optimization algorithm, and it determines the direction of the Smart Sign. The proposed model is expected to be utilized for planning of efficient finishing material handling.

  • PDF

Scaling Reuse Detection in the Web through Two-way Boosting with Signatures and LSH

  • Kim, Jong Wook
    • Journal of Korea Multimedia Society
    • /
    • v.16 no.6
    • /
    • pp.735-745
    • /
    • 2013
  • The emergence of Web 2.0 technologies, such as blogs and wiki, enable even naive users to easily create and share content on the Web using freely available content sharing tools. Wide availability of almost free data and promiscuous sharing of content through social networking platforms created a content borrowing phenomenon, where the same content appears (in many cases in the form of extensive quotations) in different outlets. An immediate side effect of this phenomenon is that identifying which content is re-used by whom is becoming a critical tool in social network analysis, including expert identification and analysis of information flow. Internet-scale reuse detection, however, poses extremely challenging scalability issues: considering the large size of user created data on the web, it is essential that the techniques developed for content-reuse detection should be fast and scalable. Thus, in this paper, we propose a $qSign_{lsh}$ algorithm, a mechanism for identifying multi-sentence content reuse among documents by efficiently combining sentence-level evidences. The experiment results show that $qSign_{lsh}$ significantly improves the reuse detection speed and provides high recall.

A Study on the Torque Optimization of Parking Sign system (주차판 표시장치의 토크 최적화에 대한 연구)

  • 정양희;이보희;유일현;최상호;김종태
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.5 no.3
    • /
    • pp.543-551
    • /
    • 2001
  • This paper is concerned with optimization of a motor torque to drive Parking Sign system. It needs to minimize powers for stand alone operation and requires the optimized parameters in order to move the plates in the minimum torque. The operation can be represented as a complicated non-linear equation which is difficult to solve by general optimization techniques. In this paper, the dynamic equations of the system are derived, also the suitable Genetic Algorithm is designed to solve the equations. Computer simulation shows the availability of this method.

  • PDF

A Learning Method of LQR Controller using Increasing or Decreasing Information in Input-Output Relationship (입출력의 증감 정보를 이용한 LQR 제어기 학습법)

  • Chung, Byeong-Mook
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.23 no.9 s.186
    • /
    • pp.84-91
    • /
    • 2006
  • The synthesis of optimal controllers for multivariable systems usually requires an accurate linear model of the plant dynamics. Real systems, however, contain nonlinearities and high-order dynamics that may be difficult to model using conventional techniques. This paper presents a novel loaming method for the synthesis of LQR controllers that doesn't require explicit modeling of the plant dynamics. This method utilizes the sign of Jacobian and gradient descent techniques to iteratively reduce the LQR objective function. It becomes easier and more convenient because it is relatively very easy to get the sign of Jacobian instead of its Jacobian. Simulations involving an overhead crane and a hydrofoil catamaran show that the proposed LQR-LC algorithm improves controller performance, even when the Jacobian information is estimated from input-output data.