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
macglov
連続時間動的システムのMac Farlane Glover 問題
呼出し手順
[P,r]=macglov(Sl)
引数
- Sl
連続時間線形動的システム
- P
連続時間線形動的システム, "拡張" プラント
- r
1x2 ベクトル,
P22
の次元
説明
[P,r]=macglov(Sl)
は,
Glover-McFarlane問題の
標準プラントP
を返します.
この問題の場合,
ro_optimal = 1-ハンケルノルム([N,M]
)
ただし, [N,M]=lcf(sl)
(正規化既約分解) すなわち,
gama_optimal = 1/sqrt(ro_optimal)
P
は,Sl
と
同じ表現(伝達関数または状態空間)を返します.
Examples
MAC-FARLANE PROBLEM for G=1/s^3;著者
F. Delebecque INRIA
履歴
バージョン | 記述 |
5.4.0 | Sl が
連続時間線形システムであることを確認するようになりました.
この修正は,この コミットにより導入されました. |
Report an issue | ||
<< linfn | H-infinity | nehari >> |