How to interpret spectogram?
이전 댓글 표시
I'm using spectrogram to plot time vs frequency representation of STFT signal? Basically How to detect peaks in spectrogram?
답변 (3개)
Stalin Samuel
2016년 1월 12일
0 개 추천
Star Strider
2016년 1월 12일
0 개 추천
The findpeaks function will not work with spectrogram, since it only works with vectors. You have to threshold the absolute value of the spectrogram function. See this thread for an example.
Image Analyst
2016년 1월 12일
0 개 추천
Looks like you'll have to use image analysis. Threshold the image. Might be beneficial to do some noise reduction first.
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!