Scilab 6.0.0
Please note that the recommended version of Scilab is 2026.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
Fcan be obtained by F=[S,Sn].
Examples
Authors
- Serge Steer, INRIA
History
| Version | Description |
| 5.4.0 | arma2ss added. |
| Report an issue | ||
| << arma2p | Représentation de Systèmes Linéaires | armac >> |