Effect of Quantisation of a Signal on the Estimated Spectrum

fouriersignalspectrum

I have been applying the Welch Estimation technique to a signal in MATLAB to give a Spectral Density plot for frequencies from 0 to 0.5 the sample rate. I have two issues:

  1. I have a peak at 0.25 for all my signals, is this likely a result of the estimation technique at its half the frequency range?

  2. I have noted my signal is digitised, what effect does this have on the spectral estimation?

Best Answer

I don't think the quantization is your problem, but how was the data collected? Have you condidered the possibility of some higher frequency noise aliasing down to 0.25 Hz? I had that problem once at a much higher frequency, where a funny spike worked its way in to the data, and it turned out to be aliased from a much higher frequency, despite 8-pole Butterworths on every input to the DAC. Are you anti-alias filtering?