Dit 705 - DSP - 3
Dit 705 - DSP - 3
Therefore, given a sequence of N complex numbers x[n], where n = 0, 1, 2, ..., N-1, the DFT
computes the N-point spectrum X[k], where k = 0, 1, 2, ..., N-1
Where:
n = nth value series
k = iterative value
N = number of period
j = imaginary unit
Can also be written as:
WN can also be termed the Twiddle Factor or Phase Factor and is represented as:
This can also be expressed as the equation below as Both forms will yield the correct results when
calculating the DFT
INVERSE DISCRET FOURIER TRANSFORM
The IDFT (Inverse Discrete Fourier Transform) is a mathematical technique used to convert a
frequency-domain representation of a signal into a time-domain representation. The IDFT is the
inverse of the DFT (Discrete Fourier Transform) and can be used to recover the original time-
domain signal from its frequency-domain representation.
for k = 0;
for k = 1;
for k = 2;
for k = 3;
Example:
Using the DFT coefficients X(k) for 0 ≤ k ≤ 3 computed in the above Example,
Evaluate its Inverse DFT to determine the time domain sequence x(n).
Solution:
Since N = 4
x
For n = 0
For n = 1
For n = 2
For n = 3
THANK YOU