MATLAB CONTROL SYSTEM TOOLBOX 9 Specifiche Pagina 578

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 591
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 577
zpkdata
16-238
Zero/pole/gain from input to output...
1
#1: -------
(z-0.3)
2 (z+0.5)
#2: -------------------
(z^2 - 0.2z + 1.01)
Sampling time: unspecified
you can extract the zero/pole/gain data embedded in H with
[z,p,k] = zpkdata(H)
z =
[ 0]
[-0.5000]
p =
[ 0.3000]
[2x1 double]
k =
1
2
To access the zeros and poles of the second output channel of H, get the content
of the second cell in
z and p by typing
z{2,1}
ans =
-0.5000
p{2,1}
ans =
0.1000+ 1.0000i
0.1000- 1.0000i
See Also get Get properties of LTI models
ssdata Quick access to state-space data
tfdata Quick access to transfer function data
Vedere la pagina 577
1 2 ... 573 574 575 576 577 578 579 580 581 582 583 ... 590 591

Commenti su questo manuale

Nessun commento