How to plot spectrogram in actual time period?
6 次查看(过去 30 天)
显示 更早的评论
Does anyone know how to plot actual time interval in Spectrogram using STFT?
I want to analyze an event in a signal in a certain time span, but using the spectrogram built in function plots in Spectrogram from 0, while I want it to be plotted from for exp. 5083s time span as seen below. I appreciate if anyone can help me with this.

9 个评论
Mathieu NOE
2021-5-10
hello
yiu can simply add this line of code , after the plot :
colorbar('vert');
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!