Contents
Discrete Time Fourier Transform (DTFT) with example
a Slecture by ECE Student Fabian Faes
Partly based on the ECE438 Fall 2014 lecture material of Prof. Mireille Boutin.
Definition
The discrete time fourier transform (DTFT) of a finite energy aperiodic signal x[n] can be given by the equation listed below. IT is a representation in terms of a complex exponential sequence ejωn, where ω is a real frequency variable.
$ X(e^{j{\omega}}) = X({\omega}) = {\sum_{n = -{\infty}}^{\infty} x[n]e^{-j{\omega}n}} $
X(ω) can also be represented in terms of its magnitude and phase as shown below:
magnitude
X(ω) = | X(ω) | ejθω
phase
$ {\theta}({\omega}) = {\angle}X({\omega}) $
Periodicity Property
We note that $ X({\omega}) $ is periodic with period $ 2{\pi} $ since
$ X({\omega} + 2{\pi}) = {\sum_{n = -{\infty}}^{\infty} x[n]e^{-j({\omega} + 2{\pi})n}} $
$ X({\omega} + 2{\pi}) = {\sum_{n = -{\infty}}^{\infty} x[n]e^{-j{\omega}n}e^{-j2{\pi}n}} $
$ X({\omega} + 2{\pi}) = {\sum_{n = -{\infty}}^{\infty} x[n]e^{-j{\omega}n}} $
$ X({\omega} + 2{\pi}) = X({\omega}) $
for clarification $ e^{-j2{\pi}n} = 1 $ since
$ e^{-j2{\pi}n} = cos(2{\pi}) + jsin(2{\pi}n) $
$ e^{-j2{\pi}n} = 1 + j0 $
$ e^{-j2{\pi}n} = 1 $
However it is interesting to note that this does not apply if we are dealing with a continous signal. This is a common mistake made by students.
$ e^{-j2{\pi}n} = (e^{-j2{\pi}})^n = 1^n = 1 $
$ e^{-j2{\pi}t} = (e^{-j2{\pi}})^t = 1^t {\neq} 1 $
This is because t can lead to a $ {\pm} $ solution due to t not being a definite value such as n.