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!