How to search for peaks in a signal?

1 次查看(过去 30 天)
I made some measurements of vibration and I have applied the FFT to view the signal spectrum, I want to make a "peak search" so that putting a condition, the program throws me values ??greater than the setpoint. For example my frequency range from 0 Hz to 1 kHz and amplitude of the spectrum ranges from 0 to 5 mm / s, I want to know how many peaks are between 1.12 mm / s and 2.3 mm / s, and at what frequencies correspond these values???

回答(1 个)

Jiro Doke
Jiro Doke 2011-3-29
Try using findpeaks from the Signal Processing Toolbox. You can specify minimum peak height, and after getting the results, you can throw away the peaks that exceed your upper bound.

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by