Scilab 6.1.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
markp2ss
マルコフパラメータを状態空間に変換
呼出し手順
[sl]=markp2ss(markpar,n,nout,nin)
パラメータ
- markpar
 行列
- n,nout,nin
 整数
- Sl
 syslinリスト
説明
大きさnoutX(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 >> |