MATLAB CONTROL SYSTEM TOOLBOX 9 Spezifikationen Seite 363

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 591
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 362
bode
16-23
by typing
g = tf([1 0.1 7.5],[1 0.12 9 0 0]);
bode(g)
To plot the response on a wider frequency range, for example, from 0.1 to 100
rad/sec, type
bode(g,{0.1 , 100})
You can also discretize this system using zero-order hold and the sample time
second, and compare the continuous and discretized responses by
typing
gd = c2d(g,0.5)
Hs
()
s
2
0.1s 7.5++
s
4
0.12s
3
9s
2
++
---------------------------------------------
=
T
s
0.5=
Seitenansicht 362
1 2 ... 358 359 360 361 362 363 364 365 366 367 368 ... 590 591

Kommentare zu diesen Handbüchern

Keine Kommentare