Fast Fourier Transform
Learn how the discrete Fourier transform can be simplified for practical implementation.
We'll cover the following...
We have learned that the DFT computes the spectrum of a length signal at equally spaced frequencies. The exact expression is given as:
When implemented in real systems, that is a lot of operations to perform for any digital signal processor, which we’ll explore in the next section.
Complexity of the DFT
If is real, we have two complex multiplications for each frequency—one with the real and the other with the imaginary part of the analysis sinusoid. In total, these are multiplications for each . Then, adding complex numbers requires ...