필터 지우기
필터 지우기

How to interpret spectogram?

조회 수: 8 (최근 30일)
priyankah katkar
priyankah katkar 2016년 1월 12일
댓글: Image Analyst 2016년 1월 12일
I'm using spectrogram to plot time vs frequency representation of STFT signal? Basically How to detect peaks in spectrogram?

답변 (3개)

Stalin Samuel
Stalin Samuel 2016년 1월 12일
  댓글 수: 2
priyankah katkar
priyankah katkar 2016년 1월 12일
Stalin Thanks for reply. but my intention is to figure out maximum peak value from spectrogram? How can I do it? findpeaks() function gives peak values and its location. I want maximum peak magnitude.
Image Analyst
Image Analyst 2016년 1월 12일
Try imregionalmax().

댓글을 달려면 로그인하십시오.


Star Strider
Star Strider 2016년 1월 12일
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
Image Analyst 2016년 1월 12일
Looks like you'll have to use image analysis. Threshold the image. Might be beneficial to do some noise reduction first.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by