MATLAB CONTROL SYSTEM TOOLBOX 9 Betriebsanweisung Seite 457

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 649
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
=
Seitenansicht 456
1 2 ... 452 453 454 455 456 457 458 459 460 461 462 ... 648 649

Kommentare zu diesen Handbüchern

Keine Kommentare