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
tf2ss
伝達関数から状態空間表現への変換
呼出し手順
sl=tf2ss(h [,tol])
パラメータ
- h
有理行列
- tol
定数 rtol または要素数2のベクトル
[rtol atol]
となります.- rtol
可観測性を評価する際に使用される相対許容誤差.
- atol
可観測性を評価する際に使用される絶対許容誤差.
- sl
線形システム (
syslin
リストsl=[A,B,C,D(s)]
)
説明
伝達関数から状態空間表現への変換:
h=C*(s*eye()-A)^-1*B+D(s)
Report an issue | ||
<< tf2des | Linear System Representation | tf2zp >> |