yule walker psd
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Wayne King
le 14 Mar 2012
You can use the following syntax:
pyulear(b1,20,[],Fs)
where Fs is your sampling frequency.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!