필터 지우기
필터 지우기

Get rid of peaks with small prominence

조회 수: 10 (최근 30일)
Adam Levschuk
Adam Levschuk 2021년 3월 9일
답변: Cris LaPierre 2021년 3월 9일
Hello, i am looking to get rid of false positive in my data and want to delete all the peaks with a prominence that is less than a set threshold. i have all all the prominences of the peaks and my threshold is 10. How would i go about deletcing the locations of the peaks that are false positives?

답변 (1개)

Cris LaPierre
Cris LaPierre 2021년 3월 9일
Look into findpeaks. There is a MinPeakProminence input setting you can use to ignore peaks below your defined threshold.
You can also use the Find Local Extrema task in a live script to do this interactively. Once you have determined the proper settings, you can convert the task to code.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by