Segmented peak finder findpeaksSG.m

버전 1.0.0.0 (13.3 KB) 작성자: Tom O'Haver
Peak finder for signals containing peaks of widely variable widths.
다운로드 수: 270
업데이트 날짜: 2016/11/19

라이선스 보기

Segmented peak finder, findpeaksSG.mn, has the same syntax as findpeaksG.m, except the 3rd to 6th input
arguments can be vectors with one entry for each segment.
function P=findpeaksSG(x,y,SlopeThresholds,AmpThresholds,smoothwidths,peakgroups,smoothtype)
Locates and measures the positive peaks in a noisy x-y time series data.
Detects peaks by looking for downward zero-crossings in the first
derivative whose upward slopes exceed SlopeThreshold. Returns list (P)
containing peak number and position, height, width, and area of each
peak. Arguments "slopeThreshold", "ampThreshold" and "smoothwidth"
control peak sensitivity of each segment. Higher values will neglect
smaller features. "Smoothwidth" is a vector of the widths of the smooths
applied before peak detection; larger values ignore narrow peaks. If
smoothwidth=0, no smoothing is performed. "Peakgroup" is a vector of the
number points around the top part of the peak that are taken for
measurement. If Peakgroup=0 the local maximum is taken as the peak height
and position. The argument "smoothtype" determines the smooth algorithm:
If smoothtype=1, rectangular (sliding-average or boxcar) If
smoothtype=2, triangular (2 passes of sliding-average) If smoothtype=3,
pseudo-Gaussian (3 passes of sliding-average)
See http://terpconnect.umd.edu/~toh/spectrum/Smoothing.html and
http://terpconnect.umd.edu/~toh/spectrum/PeakFindingandMeasurement.htm
(c) T.C. O'Haver, 2016. Version 1, November, 2016

인용 양식

Tom O'Haver (2024). Segmented peak finder findpeaksSG.m (https://www.mathworks.com/matlabcentral/fileexchange/60301-segmented-peak-finder-findpeakssg-m), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
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.0.0.0