MATLAB CONTROL SYSTEM TOOLBOX 9 Uživatelská příručka Strana 30

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 649
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 648 649

Komentáře k této Příručce

Žádné komentáře