how to obtain frequency axis in hertz in spectrogram, by its inbuilt function results frequency axis in normalized mode

 채택된 답변

Bert
Bert 2016년 10월 7일

1 개 추천

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개)

카테고리

질문:

2016년 10월 7일

댓글:

2016년 10월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by