MATLAB CONTROL SYSTEM TOOLBOX 9 Guide de l'utilisateur Page 34

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 649
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 33
1 Quick Start
1-14
Time and Frequency Response
Thefollowingcommandsproducevarioustimeandfrequencyresponseplotsfor
LTI models (see “Time and Frequency Response” on page 5-9 for more
information).
step(sys) % step response
impulse(sys) % impulse response
initial(sys,x0) % undriven response to initial condition
lsim(sys,u,t,x0) % response to input u
bode(sys) % Bode plot
nyquist(sys) % Nyquist plot
nichols(sys) % Nichols plot
sigma(sys) % singular value plot
freqresp(sys,w) % complex frequency response
These commands work for both continuous- and discrete-time LTI models sys
without restriction on the number of inputs or outputs. For MIMO systems,
they produce an array of plots with one plot per I/O channel. For example,
sys = [tf(1,[1 1]) 1 ; tf([1 5],[1 1 10]) tf(–1,[1 0])];
bode(sys)
Vue de la page 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 ... 648 649

Commentaires sur ces manuels

Pas de commentaire