Fast Fourier Transform

From Hydrogenaudio Knowledgebase
Revision as of 02:24, 9 September 2006 by HotshotGG (Talk | contribs)

Jump to: navigation, search


Fast Fourier Transform is an efficient algorithm for calculating the discrete fourier transform (DFT). Reduces the execution time by hundreds in some cases. Whereas DFT takes an order of O(n^2)\, computations, FFT takes an order of O(n\,\log\,n), and is definitely the preferred algorithm to used in all applications. The FFT in most implementations consistent of samples that are exactly a power of 2.