MATLAB CONTROL SYSTEM TOOLBOX 9 Specifiche Pagina 363

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 591
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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=
Vedere la pagina 362
1 2 ... 358 359 360 361 362 363 364 365 366 367 368 ... 590 591

Commenti su questo manuale

Nessun commento