How to replace findpeaks() with another function
古いコメントを表示
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!
採用された回答
その他の回答 (1 件)
Star Strider
2018 年 5 月 20 日
2 投票
2 件のコメント
marcusbarnet
2018 年 5 月 21 日
Star Strider
2018 年 5 月 21 日
Unfortunately, it won’t. It was introduced in R2017b.
カテゴリ
ヘルプ センター および File Exchange で Signal Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!