Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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. |
Report an issue | ||
<< arma2p | Linear System Representation | armac >> |