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!