Study of Radix-3 FFT

Radix-3 FFT에 관한 고찰

  • Received : 2009.12.21
  • Accepted : 2010.07.01
  • Published : 2010.07.01

Abstract

Fast Fourier Transform is the fast implementation of Discrete Fourier Transform, which deletes periodic operation of DFT. According to the definition, radix-2 FFT can be implemented byre cursive call which divides the input signal points into 2 signal points. Because of its time-consuming stack-copy operation, this recursive method is very slow. To overcome this drawback, butterfly operation with signal rearrangement was devised. Based on the ideas of signal rearrangement and butterfly operation, this paper applies the signal rearrangement method to the Radix-3 FFT and checks the validity of this method.

고속푸리에변환(Fast Fourier Transform)은 이산푸리에변환(Discrete Fourier Transform)의 주기적으로 반복되는 연산을 생략하여 그 속도를 향상시킨 연산방법이다. Radix-2 FFT는 그 정의에 따라 함수 재귀호출에 의해 구현될 수 있는데 이 방법은 스택복사 과정의 시간소모 때문에 고속동작이 어렵게 된다. 이를 극복하기 위해 신호점을 연산순서에 맞게 미리 재배열하고 배열된 신호점을 나비연산하는 방법으로 고속연산을 구현할 수 있다. 이 논문은 신호점 재배열 방법에 의한 Radix-2 FFT의 고속연산에 착안하여 Radix-3 FFT에 신호점 재배열 방식을 적용해 보고 그 타당성에 관해 고찰하였다.

Keywords

References

  1. J. W. Cooley and J. W. Tukey, "An algorithm for the machine calculation of complex Fourier series" Math. Comp., vol.19, April 1965, pp, 297-301 https://doi.org/10.1090/S0025-5718-1965-0178586-1
  2. Eric Dubois, Anastasios N. Venetsanopoulos, "A New Algorithm for the Radix-3 FFT", IEEE Trans. acoustics, speech, and signal processing, VOL. ASSP-26, NO. 3, June 1978
  3. R. C. Singleton, "An algorithm for computing the mixed radix fast Fourier transform," IEEE Trans. Audio Electroacoust., vol. AU-17, pp. 93-103, June 1969.
  4. Yoiti Suzuki, Toshio Sone, AND Ken'iti Kido, "A New FFT Algorithm of Radix 3, 6, and 12", IEEE Trans. acoustics, speech, and signal processing, VOL. ASSP-34. NO. 2, APRIL 1986
  5. 장영범, 허은성, 박진수, 홍대기, "OFDM용 고속 Radix-8 FFT 구조", 전자공학회논문지-SP, 제44권 제5호, 2007.9, pp. 84-93
  6. 서석호, 박세승, 이강현, "효율적인 FFT Radix-4의 구현", 한국정보기술학회 2007년도 하계학술발표논문집 2007.6, pp. 249-252
  7. 리우항, 이한호, "A High-Speed Low-Complexity 128/64-point $Radix-2^4$ FFT Processor for MIMO-OFDM Systems", 전자공학회논문지-SD, 제46권 제2호 2009.2, pp. 15-23