FFT Notes (Divide&Conquer - DIT FFT)
FFT Notes (Divide&Conquer - DIT FFT)
DFT formulation
▪ Direct computation of the DFT is inefficient, primarily because it does not exploit
the symmetry and periodicity of the phase factor WN
Properties
Divide-and-Conquer Approach
4
Mapping function
▪ We now can use either of two mappings from 2-D indices l, m to the actual time index n:
Input mapping
➢ Row-wise mapping ➢ Column-wise mapping
Output mapping
▪ We now can use either of two mappings from 2-D indices p, q to the actual DFT result index k:
Decimation-in-Time FFT
Method of Decimation-in-Time FFT
➢ X(k) can be obtained from F1(k) and F2(k).
where F1(k) and F2(k) are two 4-point DFTs.
➢ The process of decimation in time is repeated for the sequences f1(n) and f2(n). This is done by
splitting the sequences into odd and even numbered sequences for f1(n) as
➢ Similarly splitting is done into odd and even numbered sequences for f2(n) as
▪ v11(n), v12(n), v21(n) and v22(n) are four N/4
point samples.
➢ Determine the N/4 point DFT to obtain F1(k), ➢ Similarly, Determine the N/4 point DFT to obtain
based on the N/2 point DFT F2(k), based on the N/2 point DFT
Similarly, V12(k), V21(k), and V22(k) are calculated, Fig. The Third iteration
• DIT FFT
structure with
input bit-
reversed, output
natural
N=8
References
17