MATLAB CONTROL SYSTEM TOOLBOX 9 Spécifications Page 363

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 591
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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=
Vue de la page 362
1 2 ... 358 359 360 361 362 363 364 365 366 367 368 ... 590 591

Commentaires sur ces manuels

Pas de commentaire