MATLAB CONTROL SYSTEM TOOLBOX 9 Guida Utente Pagina 528

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 649
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 527
margin
11-138
Example You can compute the gain and phase margins of the open-loop discrete-time
transfer function. Type
hd = tf([0.04798 0.0464],[1 –1.81 0.9048],0.1)
MATLAB responds with
Transfer function:
0.04798 z + 0.0464
---------------------
z^2 – 1.81 z + 0.9048
Sampling time: 0.1
Type
[Gm,Pm,Wcg,Wcp] = margin(hd);
[Gm,Pm,Wcg,Wcp]
and MATLAB returns
ans =
2.0517 13.5712 5.4374 4.3544
Vedere la pagina 527
1 2 ... 523 524 525 526 527 528 529 530 531 532 533 ... 648 649

Commenti su questo manuale

Nessun commento