Max Peak Distance (findpeaks)
35 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I'm using the 'findpeaks' function and i want to insert a min and max limit to the distance between the peaks. In the function there is only the parameter 'MinPeakDistance' and i need the equivalent "maxpeakdistance" too. Any suggestions? Thanks
1 Commento
Janak Thotakura
il 12 Ott 2017
Can you explain what exactly do you mean by 'maxpeakdistance' in finding peaks? An example would be helpful.
Risposte (2)
The Matlabinator
il 14 Ott 2017
I'm wondering about this too. There's a 'MinPeakDistance' that rejects peaks which are located within some specified distance. Is there an equivalent for peaks located above some threshold value?
0 Commenti
Stefano Francavilla
il 14 Ott 2017
1 Commento
Devendra
il 6 Apr 2024
Thank you very much for providing very helpful matlab code to matlab community. I am very much eager to use your code on my NDVI time series data. I am attaching the NDVI data and my humble request to you please suggest me how to use your code on my data file. Further my thresholds for peaks height is 0.4 (NDVI value greater than 0.4) and distance is 60 days. With these constraints I want to find out number of peaks and they must be stored in a vector.
I would be highly obliged to you for your kind cooperation. Devendra
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!