peakdet

Detect Peaks and Depressions in a signal

Al momento, stai seguendo questo contributo

peakdet returns peaks and depressions (local maxima and minimum) in the input signal. It can detect peaks/dep crossing the threshold or zero. Signal data requires a row or column vector with real-valued elements. If there are no local minimum/maxima returns empty.

Cita come

Marco Borges (2026). peakdet (https://it.mathworks.com/matlabcentral/fileexchange/47264-peakdet), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato: PeakPoints

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.2.0.0

add minimum distance between any two peaks (local maximum)

1.1.0.0

accept row vector

1.0.0.0