Filter löschen
Filter löschen

Find peak using MinPeakWidth

9 Ansichten (letzte 30 Tage)
Luis Eduardo Cofré Lizama
Luis Eduardo Cofré Lizama am 13 Feb. 2020
Beantwortet: Raunak Gupta am 18 Feb. 2020
Dear All, I am struggling to get some peaks right becasue it seems I am not using the input MinPekWidth properly. For example, in the figure all but the 4th peak are ok. Any ideas how could I solve this prob?
cheers
Eduardo
[v,HC] = findpeaks(data,'MinPeakHeight',0,'MinPeakDistance',90,'MinPeakWidth',8)

Antworten (1)

Raunak Gupta
Raunak Gupta am 18 Feb. 2020
Hi,
Visually I can see that the fourth peak you are getting is because it is the local maximum around the location of that peak. Here I suggest setting the MinPeakProminence instead of setting MinPeakDistance because setting MinPeakDistance finds the maximum value in signal and ignore all the peaks within MinPeakDistance range. In that case achieving what is required in the question is not possible. Instead setting MinPeakProminence can ensure that the value is not dropping too fast around a peak.

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by