obtaining spectrogram in hertz

8 visualizaciones (últimos 30 días)
Avnish  Bora
Avnish Bora el 7 de Oct. de 2016
Comentada: Avnish Bora el 7 de Oct. de 2016
how to obtain frequency axis in hertz in spectrogram, by its inbuilt function results frequency axis in normalized mode

Respuesta aceptada

Bert
Bert el 7 de Oct. de 2016
Hi, you should pass the sample frequency as well.
spectrogram(rand(1000,1),windowsize,overlap,windowsize,fs)
(The second time I use windowsize as an argument defines the the size off the fft)

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by