This document discusses Fast Fourier Transform (FFT). It begins by explaining that FFT is a faster version of the Discrete Fourier Transform (DFT) that calculates the same results but in less time by utilizing clever algorithms. It then discusses the types of FFT including decimation in time, decimation in frequency, radix 2 and 4 FFTs, and Winograd Fourier Transform Algorithm. Next, it describes how the FFT does not directly give the spectrum but discusses using MATLAB's fftshift function to show the spectrum from -fs/2 to fs/2. It concludes by discussing some advantages and disadvantages of FFT spectrum analyzer technology.