DFTJEW

From Class Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Discrete Fourier Transform

The Fourier Transform is a powerful tool to convert a continuous function from the time domain into the frequency domain. The Fourier transform, however, is an integral transform; it is done by integration. This cannot be done with a discrete function. The Discrete Fourier Transform (DFT) allows us to transform a discrete function from the time domain into the frequency domain.

If is a discrete function in time, then the DFT of would be:


When dealing with a continuous function, an inverse Fourier Transform can be used to go back from the frequency domain into the time domain. The discete analog of the inverse Fourier Transform is the IDFT (Inverse Discrete Fourier Transform) which is defined below:

One thing to note about the DFT is that it assumes periodicity. Let us, for example, consider a DFT on the interval of to . The DFT will expect the data at + to be equal to the data at -.


Principle author: Jeffrey Wonoprabowo