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
hankelsv
ハンケル特異値
呼び出し手順
[nk2,W]=hankelsv(sl [,tol]) [nk2]=hankelsv(sl [,tol])
パラメータ
- sl
線形システム(状態空間)を表す
syslin
リスト.- tol
虚軸モードを検出するための許容誤差パラメータ (デフォルト値:
1000*%eps
).
説明
sl
の
ハンケル特異値の二乗 nk2
と,
W = P*Q
= 可制御性グラミアンと
可観測性グラミアンの積を返します.
nk2
はW
の
固有値のベクトルです.
例
Report an issue | ||
<< equil1 | Model Transformation | invsyslin >> |