• Title/Summary/Keyword: 최적 필터

Search Result 695, Processing Time 0.027 seconds

Analysis of Switching Harmonics Attenuation in Resonance Frequency Variation by Elements of LCL Filter (LCL 필터요소에 의한 공진주파수 변화에 따른 스위칭고조파 감쇄성능 분석)

  • Kim, Yong-Jung;Kim, Hyosung
    • Proceedings of the KIPE Conference
    • /
    • 2016.07a
    • /
    • pp.157-158
    • /
    • 2016
  • LCL 필터는 스위칭 고조파를 저감하는 저역통과필터로써 L 필터에 비해 경제적이며 효과적인 스위칭고조파 감쇄능력을 갖는다. 하지만 LCL 필터는 L 필터에서 존재하지 않은 공진문제를 야기한다. 이러한 LCL 필터의 공진현상은 계통주입전류의 품질을 저하시키고 LCL 필터의 고조파 억제성능을 저하시킬 수 있는 잠재적 요소이다. 최근에는 스위칭 고조파 및 LCL 필터 공진성분 뿐만 아니라 기본파 주파수 부근의 저차 고조파 성분도 계통주입전류를 왜곡시키는 원인의 하나로 밝혀져다. 그러므로 LCL 필터를 설계하기 위해서는 주요 주파수 영역에서의 정확한 필터동작해석이 요구된다. 본 논문은 기본파 주파수, 공진주파수, 스위칭주파수에 대한 L 필터와 LCL 필터의 주파수응답을 통해 필터의 동작을 해석하며, 시뮬레이션을 통해 계통주입전류의 스위칭 고조파 및 저차 고조파를 저감하기 위한 최적의 필터인덕터 비율을 제안한다.

  • PDF

Variable Length Optimum Convergence Factor Algorithm for Adaptive Filters (적응 필터를 위한 가변 길이 최적 수렴 인자 알고리듬)

  • Boo, In-Hyoung;Kang, Chul-Ho
    • The Journal of the Acoustical Society of Korea
    • /
    • v.13 no.4
    • /
    • pp.77-85
    • /
    • 1994
  • In this study an adaptive algorithm with optimum convergence factor for steepest descent method is proposed, which controls automatically the filter order to take the appropriate level. So far, fixed order filters have been used when adaptive filter is employed according to the priori knowledge or experience in various adaptive signal processing applications. But, it is so difficult to know the filter order needed in real implementations that high order filters have to be performed. As a result, redundant calculations are increased in the case of high order filters. The proposed variable length optimum convergence factor (VLOCF) algorithm takes the appropriated filter order within the given one so that the redundant calculation is decreased to get the enhancement of convergence speed and smaller convergence error during the steady state. The proposed algorithm is evaluated to prove the validity by computer simulation for system Identification.

  • PDF

Optimal Design and Efficient Implementation of UMTS Tx/Rx Filter (UMTS 송수신 필터의 최적 설계 및 효율적인 구현)

  • 김춘기;오우진
    • Proceedings of the IEEK Conference
    • /
    • 2000.09a
    • /
    • pp.593-596
    • /
    • 2000
  • 본 논문에서는 UMTS(Universal Mobile Telecommunications System)의 규격에 명시된 SRCF(Square Root Raised Cosine Filter) 와 호환성을 가지면서, 우수한 성능과 구현이 간단한 필터를 설계 및 구현하는 방법에 대하여 소개한다. 또한, VHDL을 이용하여 ALTERA FPGA서 필터를 직접 구현하는 결과를 보이고 있다.

  • PDF

Parallel Algorithm for Optimal Stack Filters on MCC and CCC (MCC 및 CCC에서의 최적 스택 필터를 위한 병렬 알고리즘)

  • Jeon, Byeong-Mun;Jeong, Chang-Seong
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.26 no.10
    • /
    • pp.1185-1193
    • /
    • 1999
  • 최적 스택 필터는 시그널 또는 영상의 임의의 특성 정보를 보존하고자 하는 요구조건에 의해 강제된 구조적 제약 하에서 최대의 잡음제거 효과를 얻을 수 있다. 그리고 임계치 분할 특성과 양의 부울 함수에 기반한 이진 영역에서의 처리 특성은 이 필터가 높은 병렬성을 갖고 있음을 보여준다. 본 논문에서는 두 개의 병렬 계산 모델 MCC(Mesh-Connected Computer)와 CCC(Cube-Connected Computer)에서 최적 스택 필터를 위한 1차원 병렬 알고리즘을 개발한다. 최적 스택 필터의 실행 시간은 주로 이진 median 연산에 의해 결정되고 본 논문에서 제안된 알고리즘은 선형 분리성에 의해 이 연산을 구현한다. 이를 바탕으로, M 레벨의 1-D 시그널의 길이가 L이고 윈도우 폭이 N이라고 가정할 때, 제안된 알고리즘은 {{{{root M times root M`` MCC에서 O(L sqrt{M}`) 시간에 그리고 M 개의 PE를 갖는 CCC에서 O(L log M)시간에 수행될 수 있다. 또한 잡음을 더욱 효과적으로 제거하기 위해 윈도우 폭 N을 증가시킬 때, 제안된 병렬 알고리즘의 계산 시간은 일정하게 유지됨을 보인다.Abstract An optimal stack filter achieves the maximum noise attenuation under the structural constraints imposed by the requirement of preserving certain signal or image features. And the filter provides a high parallelism due to the principles of threshold decomposition and binary processing based on positive Boolean functions(PBFs). In this paper, we develop an one-dimensional parallel algorithm for the optimal stack filter on two parallel computation models, MCC(Mesh-Connected Computer) and CCC(Cube-Connected Computer). The running time of the optimal stack filter depends mainly on the binary median operation and our algorithm realizes this operation by the linear separability. Based on this scheme, our parallel algorithm can be performed in {{{{O(L sqrt{M}`) MCC and inO(L log M) time on CCC with M PEs, when the length of M``-valued 1-D signal is L`` and window width is N`` Also, we show that the computation time of our parallel algorithm keeps constant when the window width N increases in order to achieve the best noise attenuation.

Optimal Design of Ladder Type SAW Filters (사다리형 SAW 필터의 최적 설계)

  • 노용래
    • The Journal of the Acoustical Society of Korea
    • /
    • v.18 no.1
    • /
    • pp.16-24
    • /
    • 1999
  • Design of SAW ladder filters has been performed by a rather trial and error method, that is, by modifying the design variables step by step until designed performance of the filter satisfies given specifications. In this work, optimal design method has been developed that automatically determines the detailed pattern of the SAW ladder filter to meet the specification once desired performance is given. As a first step for the development, the analysis tool for the SAW ladder filter has been produced by means of the Smith equivalent circuit analysis technique, and its validity has been verified through comparison of its calculation result with experimental data. With the analysis tool, we have investigated the performance variation of the filter with the change of its design factors, and the result has led to the optimal design algorithm. Validity and efficiency of the algorithm has been checked through test design of several SAW ladder filter samples on the market.

  • PDF

A Study on the Sweet-Spot Widening using 2-Channel Sound Transaural Filter (2채널 트랜스오럴 필터를 이용한 최적 청취영역 확대에 관한 연구)

  • Ahn Chan-Shik;Hwang Shin;Kim Soon-Hyob
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • spring
    • /
    • pp.53-56
    • /
    • 2002
  • 본 논문은 2채널 스피커를 사용하여 청취자에게 보다 입체적인 음향 효과를 제시하기 위하여 크로스토크현상을 제거하고 청취자의 보다 자유로운 청취를 위해 최적 청취영역 확대를 위한 실험과 시스템 구현에 관한 것이다. 정면에 위치한 두 스피커로부터 교차경로인 크로스토크를 제거하기 위해 음질의 왜곡을 최소화하는 자유음장 모델을 이용하여 구현한 트랜스오럴 필터 사용하였고 최적 청취영역의 확대를 위해 스피커는 BPF(Band Pass Filter)를 이용하여 저주파와 고주파를 분리하여 각각 재생할 수 있는 스피커를 구성하였으며 저주파 영역은 제외하고 중고주파 영역을 이용하였으며 기존 크로스토크제거 시스템을 사용하여 고정된 한 점의 청취영역에서 좌${\cdot}$우로 5Cm씩 이동하au 100Cm까지 측정한 결과 30Cm, 55Cm, 75Cm, 90Cm, 100Cm에서 크로스토크제거됨을 알 수 있는 음의 분리도가 5dB이상 나타났다. 실험 결과 얻어진 각 지점들로부터 자유음장 모델을 이용하여 트랜스오럴 필터링 하였으며 각각의 간섭현상을 막기 위해 주파수 영역에서 심리음향에 기초한 1/3-Octave Band Pass Filter를 사용하여 음질 보상을 실시하였다. 음원을 제작하여 기존의 2채널 시스템에서 제시하는 음원을 각각의 위치의 음원과 비교하여 음질 평가를 실시하였으며 기존의 트랜스오럴 필터와 비교평가를 실시하였다.

  • PDF

OPTIMAL DISCRETE FOURIER TRANSFORMATION IN THE PRESENCE OF MEASUREMENT NOISES (측정 잡음 하에서의 최적 이산 퓨리에 변환)

  • Kwon, Wook-Hyun;Lee, Gi-Won;Lee, Kyu-Seung
    • Proceedings of the KIEE Conference
    • /
    • 1989.11a
    • /
    • pp.470-473
    • /
    • 1989
  • 본 논문은 상태 변수 모델 하에서 유도된 최적 FIR 필터의 해를 이용한 새로운 이산 퓨리에 변환 방법을 제시한다. 이 방법은 측정 잡음 하에서 시변 하모닉스 성분을 추정하는데 특히 유용하여, 기존의 이산 퓨리에 변환 보다 훨씬 효과적인 노이즈 억제성능을 얻을 수 있으며 또한 칼만 필터를 사용한 하모닉스 추정 방법에서 발생하는 발산 문제를 해결할 수 있다. 그것은 유일한 필터 구간 내에서 BIBO 안정도를 향상 보장하는 FIR필터의 구조에서 야기된다. 한편 기존의 하모닉스 추정 방법들과 여러 가지 측면의 성능 비교가 있었고 시뮬레이션 예제를 통해 본 논문에서 제시한 방법의 효용성을 입증하였다.

  • PDF

An Filtering Algorithm for Searching the Optimal Path Considering the Attributes and Distances of the Routing Objects According to Users' Preferences (사용자의 선호도에 따른 경유지의 속성과 거리를 고려한 최적경로 탐색을 위한 필터링 알고리즘)

  • Bao, Weiwei;Kim, Eunju;Park, Yonghun;Yoo, Jaesoo
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2011.05a
    • /
    • pp.49-50
    • /
    • 2011
  • 본 논문에서는 출발지부터 목적지까지 가는 도중에 슈퍼, 주유소, 식당 등과 같은 특정 장소를 경유하면서 거리와 서비스 같은 다중 속성을 고려한 최적경로를 탐색 알고리즘을 제안한다. 제안하는 최적경로는 기존 연구와 다르게 거리와 같은 단일 속성만 고려하지 않고, 사용자가 지정하는 가중치를 적용하여 다중 속성을 고려해서 사용자 원하는 경유객체들을 하나씩 포함한다. 기존 알고리즘들은 다중 속성과 사용자의 선호도를 고려한 최적경로를 탐색하는 경우에는 적합하지 않다. 이 문제점을 해결하기 위해서 본 논문에서는 필터링 기법을 이용하여 경유객체를 될 수 없는 객체들을 제거하고 최적경로를 탐색하는 알고리즘을 제안한다. 제안하는 알고리즘의 우수성을 확인하기 위해 다양한 성능평가를 수행한다.

  • PDF

Optimal Design of a One-chip-type SAW Duplexer Filter Using Micro-strip Line Lumped Elements (마이크로 스트립라인 집중소자를 이용한 일체형 탄성표면파 듀플렉서 필터의 최적설계)

  • 이승희;이영진;노용래
    • The Journal of the Acoustical Society of Korea
    • /
    • v.20 no.3
    • /
    • pp.83-90
    • /
    • 2001
  • Conventional SAW duplexer filters employ a 1/4 wavelength transmission line, which causes difficulty in fabrication of the strip line on the package. Its manufacturing process is also complicated, because it needs integrating process of the separate transmitting filter, receiving filter and isolation circuits. This paper concerns development of a new structure of the duplexer filter that has all the transmitting filter, the receiving filter and the isolation circuit as a one chip device. For composition of the duplexer, we design the component SAW ladder filters and the isolation network consisting of lumped inductor and capacitor elements. Performance of the whole duplexer is optimized by the nonlinear multivariable minimization of a proper target function, and the result is compared with that of commercial filters.

  • PDF

A Study on Optimum Subband Filter Bank Design Using Vector Quantizer (벡터 양자화기를 사용한 최적의 부대역 필터 뱅크 구현에 관한 연구)

  • Jee, Innho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.17 no.1
    • /
    • pp.107-113
    • /
    • 2017
  • This paper provides a new approach for modeling of vector quantizer(VQ) followed by analysis and design of subband codecs with imbedded VQ's. We compute the mean squared reconstruction error(MSE) which depend on N the number of entries in each codebook, k the length of each codeword, and on the filter bank(FB) coefficients in subband codecs. We show that the optimum M-band filter bank structure in presence of pdf-optimized vector quantizer can be designed by a suitable choice of equivalent scalar quantizer parameters. Specific design examples have been developed for two different classes of filter banks, paraunitary and the biorthogonal FB and the 2 channel case. These theoretical results are confirmed by Monte Carlo simulation.