How set minimum peak height (threshold of peak height)
조회 수: 4 (최근 30일)
이전 댓글 표시
I have curve with multiple peaks, but I want to set minimum peak height (for example to consider peak only if the peak height >1) and get peaks location and peaks height. I used "findpeaks", but I can not be able to set the peak height threshold. Please kindly help me. Many thanks in advance.
댓글 수: 1
답변 (1개)
Muthu Annamalai
2015년 7월 30일
Turns out in your case there is an option called MinPeakHeight in the findpeaks documentation.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!