Tutorial_Lesson 4
Tutorial_Lesson 4
Tutorial
__________________________________________________________________________________________________
Lesson 4
Fast Fourier Transform (FFT)
1. Given a sequence x(n) for 0 ≤ n ≤ 3, where x(0) = 4, x(1) = 3, x(2) = 2, and x(3) = 1, evaluate its DFT
X(k) using the decimation-in-frequency FFT method, and determine the number of complex
multiplications.
2. Given the DFT sequence X(k) for 0 ≤ k ≤ 3 obtained in Question (1), evaluate its inverse DFT x(n)
using the decimation-in-frequency FFT method.
3. Given a sequence x(n) for 0 ≤ n ≤ 3, where x(0) = 0.8, x(1) = 0.6, x(2) = 0.4, and x(3) = 0.2, evaluate
its DFT X(k) using the decimation-in-frequency FFT method, and determine the number of
complex multiplications.
4. Given the DFT sequence X(k) for 0 ≤ k ≤ 3 obtained in Question (3), evaluate its inverse DFT x(n)
using the decimation-in-frequency FFT method.