FFT implementation
Naim Dahnoun
Abstract
Naim Dahnoun
Abstract
The Fourier transform and its reverse transform convert a signal from a time or space domain to a frequency domain and from the frequency domain to a time or space domain, respectively. These transforms are very important in electrical engineering, communication, geology, medicine and optics, and the list is endless. However, for speed, these transforms are optimised to run fast. This has led to many algorithms, amongst these being the fast Fourier transform (FFT) Cooley-Tukey algorithm, the prime-factor FFT algorithm and the split-radix FFT algorithm. This chapter introduces a derivation of an FFT algorithm and show its implementation. Any periodic signal represented by a function can be expressed by an infinite series of sines and cosines. A large amount of work has been devoted to reducing the computation time of a discrete Fourier transform (DFT). This has led to efficient algorithms known as FFT.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The Fourier transform and its reverse transform convert a signal from a time or space domain to a frequency domain and from the frequency domain to a time or space domain, respectively. These transforms are very important in electrical engineering, communication, geology, medicine and optics, and the list is endless. However, for speed, these transforms are optimised to run fast. This has led to many algorithms, amongst these being the fast Fourier transform (FFT) Cooley-Tukey algorithm, the prime-factor FFT algorithm and the split-radix FFT algorithm. This chapter introduces a derivation of an FFT algorithm and show its implementation. Any periodic signal represented by a function can be expressed by an infinite series of sines and cosines. A large amount of work has been devoted to reducing the computation time of a discrete Fourier transform (DFT). This has led to efficient algorithms known as FFT.
Key concepts: Split-radix FFT algorithm, Fast Fourier transform, Prime-factor FFT algorithm, Rader's FFT algorithm, Cooley–Tukey FFT algorithm, Twiddle factor, Algorithm, Frequency domain