Tagged Questions
8
votes
1answer
270 views
How can I obtain a zero-filled Fourier transform, as produced by MATLAB's fft?
The MATLAB FFT function, fft(X,n), can be used to return the n-point DFT. This effectively extends the original signal, X, to ...