Fast Fourier Transform

From Hydrogenaudio Knowledgebase
Revision as of 18:06, 25 November 2006 by HotshotGG (talk | contribs)


Fast Fourier Transform is an efficient algorithm for calculating the discrete fourier transform (DFT). It reduces the execution time by hundreds in some cases. Whereas DFT takes an order of computations, FFT takes an order of , and is definitely the preferred algorithm to used in all applications in terms of computational complexity. The FFT in most implementations consistent of samples that are exactly a power of 2, this is commonly known as a algorithm where etc.