Scilab 6.0.0
Aide de Scilab >> Systèmes de Contrôle - CACSD > Représentation de Systèmes Linéaires > arma2ss
arma2ss
transform an armax data structure into state space representation.
Syntax
[S,Sn] = arma2ss(Ar) S = arma2ss(Ar)
Parameters
Description
[S,Sn] = arma2ss(Ar)
transform an armax data
structure into a state space representation. The full armax transfer
F
can be obtained by F=[S,Sn]
.
Examples
Authors
- Serge Steer, INRIA
History
Version | Description |
5.4.0 | arma2ss added. |
Comments
Add a comment:
Please login to comment this page.