How to optimize Spectrogram parameters
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Nikunj Kothari
el 30 de En. de 2017
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.
Respuestas (0)
Ver también
Categorías
Más información sobre Time-Frequency Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!