• Title/Summary/Keyword: implementation algorithm

Search Result 4,233, Processing Time 0.026 seconds

Implementation of Real-Time Adaptive Noise Cancellation System Using DSP Processor (DSP 프로세서를 이용한 실시간 ANC 시스템 구현에 관한 연구)

  • Lee Young Il;Choi Hong Sub
    • MALSORI
    • /
    • no.52
    • /
    • pp.121-132
    • /
    • 2004
  • This paper is aiming at real-time implementation of adaptive noise cancellation system using DSP processor. ACHARF algorithm, which guarantees stability and fast convergence by adaptive compensator, is used on this DSP system. For the experiments, TLV320AIC23 stereo CODEC of TI Inc. is used with TMS320C6413 DSP processor. Signals of primary input and reference input are obtained by two microphones. The primary input is the voice plus noise signal and the reference input is white noise or real noise. The experimental results show that ANC system using DSP processor with ACHARF is verified to be an effective speech enhancement method for various speech processing units.

  • PDF

Nonlinear dynamic FE analysis of structures consisting of rigid and deformable parts -Part II - Computer implementation and test examples

  • Rojek, J.;Kleiber, M.
    • Structural Engineering and Mechanics
    • /
    • v.2 no.4
    • /
    • pp.327-343
    • /
    • 1994
  • This is the second part of the paper (Rojek and Kleiber 1993) devoted to nonlinear dynamic analysis of structures consisting of rigid and deformable parts. The first part contains a theoretical formulation of nonlinear equations of motion for the coupled system as well as a solution algorithm. The second part presents the computer implementation of the equations derived in the first part with a short review of the capabilities of the computer program used and the library of finite elements. Details of material nonlinearity treatment are also given. The paper is illustrated by discussing a practical problem of a safety cab analysis for an agricultural tractor.

Digital Gray-Scale/Color Image-Segmentation Architecture for Cell-Network-Based Real-Time Applications

  • Koide, Tetsushi;Morimoto, Takashi;Harada, Youmei;Mattausch, Jurgen Hans
    • Proceedings of the IEEK Conference
    • /
    • 2002.07a
    • /
    • pp.670-673
    • /
    • 2002
  • This paper proposes a digital algorithm for gray-scale/color image segmentation of real-time video signals and a cell-network-based implementation architecture in state-of-the-art CMOS technology. Through extrapolation of design and simulation results we predict that about 300$\times$300 pixels can be integrated on a chip at 100nm CMOS technology, realizing very high-speed segmentation at about 1600sec per color image. Consequently real-time color-video segmentation will become possible in near future.

  • PDF

A Novel Binary-to-Residue Conversion Algorithm for Moduli ($2^n$ - 1, $2^n$, $2^n + 2^{\alpha}$)

  • Syuto, Makoto;Satake, Eriko;Tanno, Koichi;Ishizuka, Okihiko
    • Proceedings of the IEEK Conference
    • /
    • 2002.07a
    • /
    • pp.662-665
    • /
    • 2002
  • This paper describes a novel converter to implement high-speed binary-to-residue conversion for moduli 2$^{n}$ - 1, 2$^{n}$ , 2$^{n}$ +2$^{\alpha}$/($\alpha$$\in${0,1,…,n-1}) without using look-up table. In our implementation, the high-speed converter can be achieved, because of the modulo addition time is independent of the word length of operands by using the Signed-Digit (SD) adders inside the modulo adders. For a LSI implementation of residue SD number system with ordinary binary system, the proposed binary-to-residue converter is the efficient circuit.cient circuit.

  • PDF

Implementation of Chanel Encoder and Viterbi Decoder for the IEEE 802.1la Wireless LAN (IEEE 802.11a Wireless LAN용 채널부호화기 및 비터비 디코더의 구현)

  • Byun Nam-Hyun;Cheong Cha-Keon
    • Proceedings of the IEEK Conference
    • /
    • 2004.06b
    • /
    • pp.431-434
    • /
    • 2004
  • In this paper we present about implementation of channel coder and Viterbi decoder for Mobile communication & IEEE 802.11a Wireless LAN. In the IEEE 802.11a Wireless LAN decoding provided that Viterbi algorithm and convolutional encoder by constraint k=7, ($133_8,\;171_8$) for channel error correction. This Paper presents a novel survivor memory management and decoding techniques with sequential backward state transition control in the trace-back Viterbi decoder, In order to verification we provide to the examples of circuit design and decoding results.

  • PDF

Implementation of A REal-time Endpoint Detection Algorithm Using TMS320C30 (TMS320C30을 이용한 실시간 음성부 검출 알고리즘 구현)

  • 이항섭
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • 1993.06a
    • /
    • pp.229-232
    • /
    • 1993
  • 이 논문은 최근에 개발된 실시간 음성부 검출 알고리즘[1]을 TMS320C30 System board와 IBM PC486을 이용한 implementation에 관한 논문이다. 음성부 검출 알고리즘은 Energy와 LCR(Level Crossing Rate)를 이용하여 각 frame을 음성/묵음으로 분류하는 방법을 사용하였고 DSP 보드를 사용하여 한 frame이 입력되면 다음 frame이 입력되기 전에 그 frame에 대한 음성/묵음 분류를 하여 음성입력이 끝남과 동시에 음성이라고 판단되는 부분만을 DPS moemory상에 저장하므로 불필요한 memory의 낭비를 중이고 다음 단계의 음성처리를 위한 시간을 절약하였다. 이 알고리즘의 성능 평가를 위하여 Rabiner와 Sambur의 알고리즘과 한민수의 알고리즘과를 전문가가 수작업으로 찾아낸 결과와 비교 평가하였다. 알고리즘의 오차는 평균 남성 4.925ms, 여성 5.85ms로 1 frame 이내의 오차를 보였다.

  • PDF

The Design and Implementation of Implicit Object Classes for Geometric Modeling System (형상 모델링을 위한 음함수 객체의 설계 및 구현)

  • Park, Sang-Kun;Chung, Seong-Youb
    • Korean Journal of Computational Design and Engineering
    • /
    • v.13 no.3
    • /
    • pp.187-199
    • /
    • 2008
  • This paper describes a C++ class hierarchy of implicit objects for geometry modeling and processing. This class structure provides a software kernel for integrating many various models and methods found in current implicit modeling areas. The software kernel includes primitive objects playing a role of unit element in creating a complex shape, and operator objects used to construct more complex shape of implicit object formed with the primitive objects and other operators. In this paper, class descriptions of these objects are provided to better understand the details of the algorithm or implementation, and its instance examples to show the capabilities of the object classes for constructive shape geometry. In addition, solid modeling system shown as an application example demonstrates that the proposed implicit object classes allow us to carry out modern solid modeling techniques, which means they have the capabilities to extend to various applications.

Implementation and Design of Inertial Sensor using the estimation of error coefficient method for sensing rotation

  • Lee, Cheol
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.12 no.3
    • /
    • pp.95-101
    • /
    • 2020
  • We studied the Implementation and design of inertial sensor that enables to improve performance by reduce the noise of rotor which Angle of inclination. Analyze model equation including motion equation and error, signal processing filter algorithm on high frequency bandwidth with eliminates error using estimation of error coefficient method is was designed and the prototype inertial sensor showed the pick off noise up to 0.2 mV and bias error performance of about 0.06 deg/hr by the experiments. Accordingly, we confirmed that the design of inertial sensor was valid for high rotation.

Design and Implementation of Agent-Recruitment Service System for the Intelligent Head Hunting Service (지능형 헤드헌팅 서비스를 위한 중개 채용 서비스 시스템 설계 및 구현)

  • Lee, Wonjin;Cho, Kangmin
    • Journal of Korea Multimedia Society
    • /
    • v.21 no.2
    • /
    • pp.224-231
    • /
    • 2018
  • Recently, the importance of intelligent personalized services is increasing in the era of the 4th Industrial Revolution. In this paper, we proposes design and implementation of the agent recruitment service system for the intelligent headhunting service. The proposed service system has designed and implemented an intelligent service system to efficiently recruit and manage applicants(job seekers). In addition, we develops the modules that can analyze the profile information of the applicant(job seeker), and implement the algorithm to predict the talent verification and analyze the talent type. The proposed service system is expected to contribute to designing the innovative and new service models for the intelligent agent recruitment service system.

Real-Time Implementation of the Active adaptive noise Controller in Duct (덕트내 능동소음 제어기의 실시간 구현)

  • Koh, Seok-Yong;Lee, Kang-Wook;Jung, Yang-Woong;Jung, Chan-Soo
    • Proceedings of the KIEE Conference
    • /
    • 1991.11a
    • /
    • pp.378-381
    • /
    • 1991
  • In this paper, the active noise controll system in duct is analyzed with real time implementation. The primary noise signal detected by microphone is modeled using adaptive algorithm and the secondary signal which has the same amplitude and $180^{\circ}$ phase shift with the primary noise signal is generated in the controller. The signal processor DSP56001 is used to implement the real-time controller and the experimental results shows that our system can reduce the noise level in duct to $20{\sim}40$ [db].

  • PDF