Effacer les filtres
Effacer les filtres

How to interpret spectogram?

8 vues (au cours des 30 derniers jours)
priyankah katkar
priyankah katkar le 12 Jan 2016
Commenté : Image Analyst le 12 Jan 2016
I'm using spectrogram to plot time vs frequency representation of STFT signal? Basically How to detect peaks in spectrogram?

Réponses (3)

Stalin Samuel
Stalin Samuel le 12 Jan 2016
  2 commentaires
priyankah katkar
priyankah katkar le 12 Jan 2016
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 le 12 Jan 2016
Try imregionalmax().

Connectez-vous pour commenter.


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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by