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!