IDFT OF DITFFT
In this topic we will discuss about 8 point and 4 point's inverse discrete fourier transform of DITFFT.
8 point IDFT of DITFFT
These structures takes input as normal order and shows output in bit reversed order.These structures can be obtained or solved by using butterfly diagram and its formulas.First we will break 8 point DFT into 4 points and then to 2 points IDFT.the formula of DITFFT's IDFT of 8 point is
Xm-1(p) = 1/2[Xm(p) + Xm(q)]
Xm-1(q) = 1/2Wn-r[Xm(p) - Xm(q)]
Enter the input sequence :
4 point IDFT of DITFFT
This 4 point IDFT of DITFFT is same as 8 point DITFFT but here we will just break 4 point IDFT into 2 points IDFT by using the same butterfly diagram and the above formulas.