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 view (last 30 days)
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 Comments
Joana
Joana on 7 May 2018
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.

Sign in to comment.

Answers (1)

Joana
Joana on 7 May 2018
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!