How to interpret spectogram?
Mostra commenti meno recenti
I'm using spectrogram to plot time vs frequency representation of STFT signal? Basically How to detect peaks in spectrogram?
Risposte (3)
Stalin Samuel
il 12 Gen 2016
0 voti
Star Strider
il 12 Gen 2016
0 voti
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
il 12 Gen 2016
0 voti
Looks like you'll have to use image analysis. Threshold the image. Might be beneficial to do some noise reduction first.
Categorie
Scopri di più su Descriptive Statistics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!