Fast Fourier Transform (FFT)
Fast Fourier Transform (FFT)
Fast Fourier Transform (FFT)
TRANSFORM (FFT)
FFT
• Fast Fourier Transform (FFT), a method developed by Cooley and Turkey.
• The FFT may be defined as an algorithm (or a method) for computing the DFT
efficiently (with reduced number of calculations).
• The computational efficiency is achieved by adopting a divide and conquer
approach.
• This approach is based on the decomposition of an N-point DFT into successively
smaller DFTs and then combining them to give the total transform.
• Based on this basic approach, a family of computational algorithms were
developed and they are collectively known as FFT algorithms.
• Basically there are two FFT algorithms; Decimation- in-time (DIT) FFT algorithm
and Decimation-in-frequency (DIF) FFT algorithm.
• The DFT of a sequence x(n) of length N is expressed by a complex-
valued sequence X(k) as