Gap in spectral analysis (Filter applied)

3 次查看(过去 30 天)
The figure shows two plots using spectral analysis, the upper one is using original data and lower one is after applying highpass filter. Can anyone explains why there's gaps in the plot and what does it mean.

采纳的回答

Star Strider
Star Strider 2019-6-18
I suspect you are actually using a lowpass filter, then using fftshift on the fft output, although not adjusting the frequency axis to match it.
The ’gaps’ are areas in the frequency domain where your signal is significantly attenuated, as it should be if the filter is operating correctly.
Your Nyquist frequency appears to be 50, so the frequency axis should go from -50 to +50, not 0 to 100.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by