yule walker psd

1 回表示 (過去 30 日間)
777
777 2012 年 3 月 14 日
i m using matlab 7.8.0 r2009a.when i plot yule walker psd the x axis shows normalized frequency.i want to have the frequency in hertz. pyulear(b1,20); this is the command i am using. what should i do.

採用された回答

Wayne King
Wayne King 2012 年 3 月 14 日
You can use the following syntax:
pyulear(b1,20,[],Fs)
where Fs is your sampling frequency.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by