MATLAB CONTROL SYSTEM TOOLBOX 9 Dokumentacja Strona 363

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 591
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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=
Przeglądanie stron 362
1 2 ... 358 359 360 361 362 363 364 365 366 367 368 ... 590 591

Komentarze do niniejszej Instrukcji

Brak uwag