MATLAB 'spectrogram' params

后端 未结 4 530
臣服心动
臣服心动 2021-01-30 00:07

I am a beginner in MATLAB and I should perform a spectral analysis of an EEG signal drawing the graphs of power spectral density and spectrogram. My signal is 10 se

4条回答
  •  醉梦人生
    2021-01-30 00:22

    For the last parameter fs, that is the frequency rate of the raw signal, in your case X, when you extract X from audio data using function

    [X,fs]=audioread('song.mp3')
    

    You may get fs from it.

提交回复
热议问题