Digital Signal Processing/Discrete-Time Fourier Transform
From Wikibooks, the open-content textbooks collection
The Discrete-Time Fourier Transform is a version of the fourier transform that is used to convert a discrete data set into a continuous-frequency representation. The DTFT is used mostly in theory, and less in practice, because computers are not usually capable of handling continuous-time frequency data. The DTFT is also useful because it provides a theoretical basis for the Z transform.
Contents |
[edit] DTFT
[DTFT]
The resulting function, X(ejω) is a continuous function that is interesting for analysis. It can be used in programs, such as Matlab, to design filters and obtain the corresponding time-domain filter values.
[edit] DTFT Convolution Theorem
Like the CTFT, the DTFT has a convolution theorem associated with it. However, since the DTFT results in discrete-frequency values, the convolution theorem needs to be modified as such:
- DTFT Convolution Theorem
- Multiplication in the continuous time domain becomes discrete convolution in the discrete frequency domain. Convolution in the continuous time domain becomes mulitplication in the discrete frequency domain.
[edit] Energy
It is sometimes helpful to calculate the amount of energy that exists in a certain set. These calculations are based off the assumption that the different values in a set are voltage values, however this doesn't necessarily need to be the case to employ these operations.
We can show that the energy of a given set can be given by the following equation:
[edit] Energy in Frequency
Likewise, we can make a formula that represents the power in the continuous-frequency output of the DTFT:
[edit] Parseval's Theorem
Parseval's theorem states that the energy amounts found in the time domain must be equal to the energy amounts found in the frequency domain:
[edit] Power Density Spectrum
We can define the power density spectrum of the continuous-time frequency output of the DTFT as follows:
The area under the power density spectrum curve is the total energy of the signal.
![X(e^{j\omega}) = \sum_{n=-\infty}^\infty x[n]e^{-j\omega n}](http://upload.wikimedia.org/math/c/0/3/c0375e0b891844e689d7d588d20cc5e1.png)
![\mathcal{E}_x = \sum_{n=-\infty}^\infty \left| x[n] \right| ^2](http://upload.wikimedia.org/math/c/6/0/c6048978d6f21c28e0f0faca2fc6542e.png)

![\sum_{n=-\infty}^\infty \left| x[n] \right| ^2 = \frac{1}{2\pi} \int_{-\infty}^\infty \left|X(e^{j \omega})\right|^2 d\omega](http://upload.wikimedia.org/math/a/2/2/a2210ceab7b3adb92545657ae961bd57.png)
