yule walker psd
조회 수: 1 (최근 30일)
이전 댓글 표시
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.
댓글 수: 0
채택된 답변
Wayne King
2012년 3월 14일
You can use the following syntax:
pyulear(b1,20,[],Fs)
where Fs is your sampling frequency.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!