How i can find the specific threshold levels.? With 'peakdetection' i can find the specific peaks but how to find particular threshold such as greater than 2,3,4 and 6.? in one large data set.

1 次查看(过去 30 天)
How i can find the specific threshold levels.? With 'peakdetection' i can find the specific peaks but how to find particular threshold such as greater than 2,3,4 and 6.? in one large data set.
  5 个评论
Joana
Joana 2018-5-7
I am using [peaks,locs]= findpeaks(x,'MinPeakHeight',2);
Although i need to find the peaks for height 2 3 4 5 and 6. It's repetitively mixed in this data set.

请先登录,再进行评论。

回答(1 个)

Joana
Joana 2018-5-7
Yeah sure.
In this data set i need to separate the threshold/peaks of same groups.

Community Treasure Hunt

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

Start Hunting!

Translated by