MATLAB: FFT on unequal spaced data.

fourier transform

Hi,
What is the effect of apply FFT on unequal space data? The frequency domain will also unequally spaced? Why some of the signal processing, they remain the DC component?
Should i remove DC component?
Thank you.

Best Answer

The d-c component is the mean of the signal, so it is up to you to keep it or discard it (setting it to zero).
The Fourier transform requires equally-spaced data, at least in my experience. One spectral estimation function that does not require equally-spaced data is the Lomb-Scargle periodogram, implemented in the Signal Processing Toolbox plomb function.
Related Question