Question: In this problem, we will write the FFT as a sequence of matrix operations. Consider the 8 - point decimation - in - time FFT

In this problem, we will write the FFT as a sequence of matrix operations. Consider the 8-point decimation-in-time FFT algorithm shown in the figure below. Let a and f denote the input and output vectors, respectively. Assume that the input is in bit-reversed order and that the output is in normal order. Let b,c,d and e denote the intermediate vectors as shown on the figure.
(a) Determine the matrices F1,F2,T1,T2 and F3 such that
b=F1a.
c=T1b.
d=F2c.
e=T2d
f=F3e.
(b) The overall FFT, taking input a and yielding output f can be described in matrix notation as f=Qa where Q=F3T2F2T1F1.
Let QH be the complex (Hermitian) transpose of the matrix Q . Draw the flow graph for the sequence of operations described by QH. What does this structure compute?
(c) Determine (1N)QHQ.
In this problem, we will write the FFT as a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Electrical Engineering Questions!