How to replace findpeaks() with another function
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
marcusbarnet
am 20 Mai 2018
Kommentiert: Star Strider
am 21 Mai 2018
Hi to all,
I use it in this way:
[maxpeaks, idx] = findpeaks(10*log10(psdx),'MinPeakDistance',195,'NPeaks',4,'MinPeakHeight', -Inf, 'SortStr','descend')
The problem is that I need to run the code in a Matlab version which doesn't have the Signal Processing Toolbox. Is there any solution to write a similar function without the need of the SP Toolbox?
Thank you!
0 Kommentare
Akzeptierte Antwort
sloppydisk
am 20 Mai 2018
Bearbeitet: sloppydisk
am 20 Mai 2018
Any of these options on the file exchange might help you.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Spectral Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!