MATLAB CONTROL SYSTEM TOOLBOX 9 Betriebsanweisung Seite 540

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 649
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 539
nichols
11-150
When i nvoked with left-hand arguments,
[mag,phase,w] = nichols(sys)
[mag,phase] = nichols(sys,w)
return the magnitude and phase (in degrees) of the frequency response at the
frequencies
w (in rad/sec). The outputs mag and phase are 3-D arrays similar to
those produced by
bode (see bode on page 11-19). They have dimensions
Remark If sys is an FRD model, nichols(sys,w), w can o nly include frequencies in
sys.frequency.
Example Plot the Nichols response of the system
num = [–4 48 –18 250 600];
den = [1 30 282 525 60];
H = tf(num,den)
nichols(H); ngrid
number of outputs
()
number of inputs
()×
length of
w()×
Hs()
4s
4
48s
3
18s
2
250s 600+++
s
4
30s
3
282s
2
525s 60++ ++
---------------------------------------------------------------------------------------=
Seitenansicht 539
1 2 ... 535 536 537 538 539 540 541 542 543 544 545 ... 648 649

Kommentare zu diesen Handbüchern

Keine Kommentare