Discrete Fourier Transform is the frequency sampled version of DTFT. To calculate DFT, the input sequence was assumed to be periodic. DFT for input length N=4 and N=8 was calculated. Output of DFT is periodic and it repeats after N values.Using Inverse DFT the input sequence was verified. Magnitude spectrum for N=4 and N=8 was plotted. It was found that increasing the number of inputs through zero padding increases the resolution of the magnitude spectrum.
How is Dft the frequeny sampled version of DTFT?
ReplyDeleteDTFT is a continuous signal and sampling this signal gives us DFT. X(k) is obtained by replacing w with 2*pi*k/N in X(w).
DeleteShort and simple
ReplyDeleteIs DFT computationally very efficient?
ReplyDeleteDFT is not computationally efficient and so we use Fast Fourier Transform for signal processing which has higher computational efficiency
DeleteFFT is faster than DFT
ReplyDeleteWell written
ReplyDelete