arma2p
extract polynomial matrices from ar representation
Syntax
[A, B, D] = arma2p(ar)
Arguments
- A,B,D
three polynomial matrices
- ar
Scilab 'ar' tlist for arma storage (see
armac
).
Description
this function extract polynomial matrices (A,B,D)
from an armax
description.
Examples
See also
Report an issue | ||
<< arma | Linear System Representation | arma2ss >> |