Scilab-Branch-6.1-GIT
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
マルコフパラメータを状態空間に変換
呼出し手順
[sl]=markp2ss(markpar,n,nout,nin)
パラメータ
- markpar
行列
- n,nout,nin
整数
- Sl
syslin
リスト
説明
大きさnout
X(n*nin)
の(行)-行列markpar
にスタックされた
マルコフパラメータn
の集合を指定すると,
markp2ss は,[A,B,C,D]=abcd(sl)
となる
状態空間線形システム sl
(syslin
リスト) を返します:
C*B = markpar(1:nout,1:nin), C*A*B =markpar(1:nout,nin+1:2*nin),....
例
Report an issue | ||
<< lsslist | Linear System Representation | pfss >> |