Locate peaks of an fft without using 'findpeaks'
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone .. I have some data from an fft and need to locate the peaks .I know the ' findpeaks' function performs this but I don't have the license to signal processing tool
0 Commenti
Risposte (2)
Aditya
il 5 Lug 2024
Please refer to this MATLAB Answer post: Alternative to 'findpeaks' - MATLAB Answers - MATLAB Central (mathworks.com)
0 Commenti
Star Strider
il 5 Lug 2024
In R2023a you should have the islocalmax function, that does essentially the same as findpeaks, although with slightly different output. You will have to use the find function to get the numerical indices of tthe peaks from tthe logical vector islocalmax returns.
0 Commenti
Vedere anche
Categorie
Scopri di più su Spectral Estimation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!