Plot the STFT spectrogram

34 ビュー (過去 30 日間)
Ali Al-Saegh
Ali Al-Saegh 2020 年 7 月 11 日
コメント済み: Ali Al-Saegh 2020 年 7 月 12 日
How to get that 2D image in the figure, please? It is taken from a STFT tutorial in Matlab.

採用された回答

Thiago Henrique Gomes Lobato
Thiago Henrique Gomes Lobato 2020 年 7 月 12 日
The function tutorials of matlab normally give code examples and results. For you to reproduce the result you just need to run the exactly same given code. In this case, just copy the code lines before and you will get the same picture:
fs = 10e3;
t = 0:1/fs:2;
x = vco(sin(2*pi*t),[0.1 0.4]*fs,fs);
stft(x,fs,'Window',kaiser(256,5),'OverlapLength',220,'FFTLength',512);
  1 件のコメント
Ali Al-Saegh
Ali Al-Saegh 2020 年 7 月 12 日
Thanks a lot!

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by