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 个评论
KSSV
2020-7-26
There is option of providing distance to findpeaks function, did you use that?
Image Analyst
2020-7-26
>> test
Unrecognized function or variable 'I0'.
Error in test (line 3)
SD=sqrt(I0); %Standard deviation of excitation photons
回答(1 个)
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Descriptive Statistics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!