Locate peaks of an fft without using 'findpeaks'
5 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
Aditya
2024 年 7 月 5 日
Please refer to this MATLAB Answer post: Alternative to 'findpeaks' - MATLAB Answers - MATLAB Central (mathworks.com)
0 件のコメント
Star Strider
2024 年 7 月 5 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spectral Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!