peaks finding in a graph

How can I find peaks in a same distance in a graph? i am getting peaks using findpeaks command but they are not in the same distance.Iam attaching the graph which I am getting.

2 个评论

There is option of providing distance to findpeaks function, did you use that?
>> test
Unrecognized function or variable 'I0'.
Error in test (line 3)
SD=sqrt(I0); %Standard deviation of excitation photons

请先登录,再进行评论。

回答(1 个)

Cris LaPierre
Cris LaPierre 2020-7-26

0 个投票

A good way to play around with settings until you get what you want is with the Find Local Extrema task in a live script. See here.

标签

Community Treasure Hunt

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

Start Hunting!

Translated by