How to replace findpeaks() with another function
조회 수: 12 (최근 30일)
이전 댓글 표시
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
채택된 답변
sloppydisk
2018년 5월 20일
편집: sloppydisk
2018년 5월 20일
Any of these options on the file exchange might help you.
댓글 수: 0
추가 답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!