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
tf2des
伝達関数をディスクリプタ形式に変換
呼び出し手順
S=tf2des(G) S=tf2des(G,flag)
パラメータ
- G
線形システム (
syslin
リスト), 多項式行列D
が指定される場合もある- flag
文字列
"withD"
- S
リスト
説明
伝達関数をディスクリプタ形式: S=list('d',A,B,C,D,E)
に変換します.
E*xdot = A*x+B*u y = C*x + D*u
オプションのパラメータ flag="withD"
が指定されない場合,
D=0
となることに注意してください.
指定された場合, 最大ランク行列 D
がリスト S
の5番目のエントリとして返されます.
参照
Report an issue | ||
<< systmat | Linear System Representation | tf2ss >> |