MATLAB CONTROL SYSTEM TOOLBOX 9 Guía de usuario Pagina 632

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 649
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 631
zpk
11-242
Example 3
Create a discrete- time ZPK model from a rational expression in the variable z,
by typing
z = zpk('z',0.1);
H = (z+.1)*(z+.2)/(z^2+.6*z+.09)
Zero/pole/gain:
(z+0.1) (z+0.2)
---------------
(z+0.3)^2
Sampling time: 0.1
Algorithm zpk uses the MATLAB function roots to convert transfer functions and the
functions
zero and pole to convert state-space models.
See Also frd Convert to frequency response data models
get Get properties of LTI models
set Set properties of LTI models
ss Convert to state-space models
tf Convert to TF transfer function models
zpkdata Retrieve zero-pole-gain data
Vista de pagina 631
1 2 ... 627 628 629 630 631 632 633 634 635 636 637 ... 648 649

Comentarios a estos manuales

Sin comentarios