Locate peaks of an fft without using 'findpeaks'
조회 수: 4 (최근 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!