MATLAB CONTROL SYSTEM TOOLBOX 9 Betriebsanweisung Seite 496

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 649
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 495
isproper
11-106
11isproper
Purpose Test if an LTI model is proper
Syntax boo = isproper(sys)
Description isproper(sys) returns 1 (true) if the LTI model sys is proper and 0 ( f als e)
otherwise.
State- sp ace models are alw ays proper. SISO transfer functi ons or
zero-pole -gai n mod els are p rope r if the degree of their numerator i s l ess than
or equal to the degree of their denominator. MIMO transfer functions are
proper if all their SISO entries are proper.
Example The following commands
isproper(tf([1 0],1)) % transfer function s
isproper(tf([1 0],[1 1])) % transfer function s/(s+1)
return false and true, respectively.
Seitenansicht 495
1 2 ... 491 492 493 494 495 496 497 498 499 500 501 ... 648 649

Kommentare zu diesen Handbüchern

Keine Kommentare