You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
peakdetect.m generates and graphically displays the positive and negative polarity (concave down and up) peak index vectors of an input signal vector. Positive and negative polarity peaks occur at points of positive to negative and negative to positive slope adjacency, respectively. The typically rare contingencies of peaks occurring at the lagging edges of constant intervals are supported.
Example:
[p,n]=peakdetect([-1 -1 0 1 0 1 0 -1 -1])
p =
4 6
n =
1 5 8
Cite As
Tom McMurray (2026). peakdetect.m (https://www.mathworks.com/matlabcentral/fileexchange/72-peakdetect-m), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.73 KB)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
