How to plot spectrogram in actual time period?
조회 수: 9 (최근 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!