good wiki

Fast Fourier transform

The Fast Fourier Transform (FFT) is an efficient computational algorithm commonly used to compute the Discrete Fourier Transform (DFT) of a sequence or function. The DFT is a widely used mathematical tool in various fields, including signal processing, image processing, and data analysis.

More at Wikipedia

About

The DFT is a widely used mathematical tool in various fields, including signal processing, image processing, and data analysis. The FFT greatly reduces the computational complexity of the DFT by exploiting the symmetry and periodicity properties of the Fourier transform. This algorithm has revolutionized the field of signal processing, making it possible to analyze and manipulate large amounts of data in real-time. The wikipedia page on the Fast Fourier Transform provides detailed information about the history, mathematical formulation, computation steps, and applications of this algorithm.