
FFT with Python
In this post, I’ll cover the basics of creating and plotting a discrete-time signal. Next, we will find its frequency spectrum using the Fast Fourier Transform (FFT). Finally, we’ll explore an unfortunate effect called spectral leakage and see how windowing can help reduce it. This will be a hands-on, applied discussion, showing how to do all of this using Python.