Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
markp2ss
Markov parameters to state-space
Calling Sequence
[sl]=markp2ss(markpar,n,nout,nin)
Arguments
- markpar
matrix
- n,nout,nin
integers
- Sl
syslin
list
Description
given a set of n
Markov parameters stacked in the (row)-matrix
markpar
of size nout
X(n*nin) markp2ss
returns a state-space linear system sl
(syslin
list)
such that with [A,B,C,D]=abcd(sl)
:
C*B = markpar(1:nout,1:nin), C*A*B =markpar(1:nout,nin+1:2*nin),....
Examples
See Also
Report an issue | ||
<< lsslist | Formal representations and conversions | sm2des >> |