Divide and plot signal parts
이전 댓글 표시

Hello all,
I have a plot and I want to extract each of the marked parts of the curve, how to do it?
I tried findpeaks() but it detects the maxima part and I cannot get exactly that part of the curve.
thanks
댓글 수: 2
dpb
2022년 8월 21일
Use findpeaks on the negative of the signal -- to find negative excursions, turn them into the peaks instead.
Mathieu NOE
2022년 8월 22일
islocalmin can be also used for that purpose
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
