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

  • 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 29
1 Quick Start
1-10
Model Characteristics
The Control System Toolbox contains commands to query such model
characteristics as the I/O dimensions, poles, zeros, and DC gain. See “General
Model Characteristics” on page 5-2 for more information. These commands
apply to both continuous- and discrete-time model. Their LTI-based syntax is
summarized below (with
sys denoting an arbitrary LTI model).
size(sys) % number of inputs, outputs, and array dimensions
ndims(sys) % number of dimensions
isct(sys) % returns 1 for continuous systems
isdt(sys) % returns 1 for discrete systems
hasdelay(sys) % true if system has delays
pole(sys) % system poles
zero(sys) % system (transmission) zeros
dcgain(sys) % DC gain
norm(sys) % system norms (H2 and Linfinity)
covar(sys,W) % covariance of response to white noise
pade(sys) % Pade approximation of input delays
Vue de la page 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 648 649

Commentaires sur ces manuels

Pas de commentaire