Local extrema finder

버전 1.1.0.0 (1.11 KB) 작성자: Jonathan
A fast and simple local extrema finder.
다운로드 수: 176
업데이트 날짜: 2016/11/26

라이선스 보기

This is an extremely fast and simple local extrema finder. It computes both local maxima and minima at the same time, and returns indices to the the corresponding values in the input vector (handling constant regions by returning the index of the first point). This is not a replacement of Matlab's findpeaks function, which is much more powerful and has many more options. But it can be used for performance in routines that rely a lot on local extrema (eg the Hilbert-Huang transform).

인용 양식

Jonathan (2024). Local extrema finder (https://www.mathworks.com/matlabcentral/fileexchange/55347-local-extrema-finder), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Handles long plateaus and inclusion of endpoints

1.0.0.0

The previous version offered a threshold parameter, but the associated code was incorrect (the correct way of dealing with thresholds uses topological prominence concepts), so I removed it.