The IDFT is used to convert frequency domain data back into the time domain. For a sequence of complex numbers \( X[k] \) of length \( N \), the IDFT is given by:
\[ x[n] = \frac{1}{N} \sum_{k=0}^{N-1} X[k] e^{j \frac{2\pi}{N} kn} \]
for \( n = 0, 1, \ldots, N-1
Show more…