The Discrete Fourier Transform (Chapter 3 of book)

01 January 2000

New Image

3.1 Introduction - The discrete Fourier transform (DFT) is a fundamental transform in digital signal processing, with applications in frequency analysis, fast convolution, image processing, etc. Moreover, fast algorithms exist that make it possible to compute the DFT very efficiently. The algorithms for the efficient computation of the DFT are collectively called fast Fourier transforms (FFTs). The historic paper by Cooley and Tukey made well known an FFT of complexity N log sub 2 N, where N is the length of the data vector. A sequence of early papers still serve as a good reference for the DFT and FFT. In addition to texts on digital signal processing, a number of books devote special attention to the DFT and FFT.