MATLAB CONTROL SYSTEM TOOLBOX 9 Specifikace Strana 490

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 591
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 489
nichols
16-150
[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 the bode reference page). They have dimensions
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++ ++
---------------------------------------------------------------------------------------
=
Zobrazit stránku 489
1 2 ... 485 486 487 488 489 490 491 492 493 494 495 ... 590 591

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

Žádné komentáře