How to search for peaks in a signal?

4 vues (au cours des 30 derniers jours)
Florentino Ruiz
Florentino Ruiz le 29 Mar 2011
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???

Réponses (1)

Jiro Doke
Jiro Doke le 29 Mar 2011
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.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by