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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 649
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 456
dssdata
11-67
11dssdata
Purpose Quick access to descriptor state-space data
Syntax [a,b,c,d,e] = dssdata(sys)
[a,b,c,d,e,Ts] = dssdata(sys)
Description [a,b,c,d,e] = dssdata(sys) extracts the descriptor matrix data
from the state-space model
sys.Ifsys is a transfer function or
zero-pole-gain model, it is first converted to state space. Note that
dssdata is
then equivalent to
ssdata because it always returns .
[a,b,c,d,e,Ts] = dssdata(sys) also returns the sample time Ts in addition
to
a, b, c, d,ande.
You can access the remaining LTI properties of
sys with get or by direct
referencing, for example,
sys.notes
See Also dss Specify descriptor state-space models
get Get properties of LTI models
ssdata Quick access to state-space data
tfdata Quick access to transfer function data
zpkdata Quick access to zero-pole-gain data
ABCDE
,,,,()
EI
=
Vista de pagina 456
1 2 ... 452 453 454 455 456 457 458 459 460 461 462 ... 648 649

Comentarios a estos manuales

Sin comentarios