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 Comment

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.

Sign in to comment.

Answers (0)

Categories

Products

Asked:

on 19 Jan 2017

Commented:

on 30 Jan 2017

Community Treasure Hunt

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

Start Hunting!