How to optimize Spectrogram parameters

Hi, im trying to use the spectrogram function. Could you help me setting the correct parameters?
I have a signal of where frequency ramps occur every ~20ms. I recorded 1s of the signal The Sampling frequency is ~200kHz The frequency range which is interesting to me is ~3-7kHz (as seen below)
Currently my parameters are: spectrogram(b,kaiser(600,0.1),360,3800,Fs,'yaxis'); How can i improve the resultion?

1 件のコメント

Nikunj Kothari
Nikunj Kothari 2017 年 1 月 30 日
Spectrogram/ STFT would have a fixed window for all time-frequency analysis, so it would depend on what resolution you are looking for. If you need a better time resolution, use a smaller window, or if you require better frequency resolution, than use a larger window.
Wavelets are meant to overcome this fixed width analysis using scale.

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

回答 (0 件)

カテゴリ

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

製品

質問済み:

2017 年 1 月 19 日

コメント済み:

2017 年 1 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by