Find local peaks or troughs in a vector
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
NOTE: this function is now available from the IoSR Matlab Toolbox as iosr.dsp.localpeaks.
-------------------------
LOCALPEAKS Find local peaks and troughs in a vector
SYNTAX
peaks = localpeaks(X)
peaks = localpeaks(X,MODE)
DESCRIPTION
peaks = localpeaks(X) locates the local peaks in vector X.
peaks = localpeaks(X,MODE) locates local features specified by MODE. MODE can be set to 'peaks' (default), 'troughs' in order to identify local troughs or 'both' in order to identify both local peaks and troughs.
Cite As
Christopher Hummersone (2026). Localpeaks (https://github.com/IoSR-Surrey/MatlabToolbox), GitHub. Retrieved .
Acknowledgements
Inspired: Peak picking
General Information
- Version 1.7.0.0 (150 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.7.0.0 | Corrected description.
|
||
| 1.6.0.0 | Updated description |
||
| 1.2.0.0 | Fixed a silly mistake, removed index output to bring the function more in line with MATLAB conventions (find(localpeaks(x)) would do the same), added an error trap |
||
| 1.1.0.0 | added the 'both' option, updated help, acknowledged other submission |
||
| 1.0.0.0 |
