0
6.3kviews
Compute DFT of sequence x(n)={1,2,2,2,1,0,0,0} using DIT-FFT algorithm.
1 Answer
written 8.6 years ago by |
By signal flow graph of 8 point DIT – FFT, Output stage I :-
$g (0) = x (0) + x (4) = 1 + 1 = 2 \\ g (1) = x (1) + x (5) = 2 + 0 = 2 \\ g (2) = x (2) + …