I have a simple sine signal (data) with a frequency of 6Hz, lasting 30 seconds. When I perform a spectrogram of data, I should get a time-frequency plot where 6Hz is the solid line, instead I get 0.1Hz, what am I doing wrong?
Do you have a webinar that shows how to perform spectrograms, STFT, etc?

2 件のコメント

Liangjun Zhang
Liangjun Zhang 2013 年 3 月 3 日
Hi Mike,
Have you solved this problem? I have the same problem, can you give me some suggestions?
Thank you!
Andrew
Wayne King
Wayne King 2013 年 3 月 3 日
Hi Liangiun, Mike has accepted this answer so it appears the issue is solved for him. If you are having trouble with spectrogram.m, please start a new post and make sure to include whatever code you have.

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

 採用された回答

Vieniava
Vieniava 2011 年 2 月 6 日

0 投票

Frequency sampling ( Fs ) - this is all about. You should specify correct Fs - try spectrogram in this usage:
S=spectrogram(x,window,noverlap,nfft,fs)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTime-Frequency Analysis についてさらに検索

質問済み:

2011 年 2 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by