How to search for peaks in a signal?

조회 수: 2 (최근 30일)
Florentino Ruiz
Florentino Ruiz 2011년 3월 29일
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에서 Descriptive Statistics에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by