MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 478

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 477
margin
16-138
Example You can compute the gain and phase margins of the open-loop discrete-time
transfer function. Type
hd = tf([0.04798 0.0464],[1 -1.81 0.9048],0.1)
MATLAB responds with
Transfer function:
0.04798 z + 0.0464
---------------------
z^2 - 1.81 z + 0.9048
Sampling time: 0.1
Type
[Gm,Pm,Wcg,Wcp] = margin(hd);
[Gm,Pm,Wcg,Wcp]
and MATLAB returns
ans =
2.0517 13.5711 5.4374 4.3544
You can also display these margins graphically.
Seitenansicht 477
1 2 ... 473 474 475 476 477 478 479 480 481 482 483 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare