Dit-Fft With Derivation
Dit-Fft With Derivation
Dit-Fft With Derivation
• A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier
transform (DFT) of a sequence, or its inverse (IDFT). The decimation of the input
sequence is done in the time domain.
BIT REVERSAL TECHNIQUE
ADVANTAGE
• FFT is an algorithm for computing the DFT. It is faster than the more obvious way of computing the DFT
according to the formula.
• The time taken by this algorithm is less because it uses the divide and conquer method
• We divide our signal into smaller ones, and perform DFT of these smaller signals.
• At the end we add all the smaller DFT to get actual DFT of the big signal.
• This gives great benefit asymptotically. So for large values of N, a lot of time is saved. (O(NlogN))
APPLICATION
• The fast fourier transform (FFT) is an important technique for image compression, digital signal
processing and communication especially for application in multiple input multiple output OFDM
system.
• It is also used in the Spectral analysis of signals and has various applications in the mathematics and
science domains.
• It is used to simplify the mathematical analysis
APPLICATIONS