obtaining spectrogram in hertz

8 次查看(过去 30 天)
how to obtain frequency axis in hertz in spectrogram, by its inbuilt function results frequency axis in normalized mode

采纳的回答

Bert
Bert 2016-10-7
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time-Frequency Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by