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 Exchange에서 Time-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