FFT Flashcards
The computation procedure of DFT is very lengthy and cumbersome. To improve this we can use ——-
twiddle factor
is a very efficient method for computing the DFT coefficients. It reduces the number of complex multiplications from N^2 in case of DFT to simply (N /2 )log2(N) In the case of FFT.
Fast Fourier Transform (FFT)
- Shuffling of the input sequence x(n) (bit-reversed indexing).
- Frequency samples X(k) are in normal order.
Decimation-in-Time method
- Input sequence x(n) is in normal order.
- frequency samples X(k) are in bit-reversed indexing.
Decimation-in-Frequency method
The complexity of the decimation-in-frequency FFT is the same as the decimation-in-time, and the computations performed in place.
READINGS
is a portion of the computation that combines the results of smaller discrete Fourier transforms (DFTs) into a larger DFT, or vice versa (breaking a larger DFT up into subtransforms).
Butterfly Diagram