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
ppol
極配置
呼び出し手順
[K]=ppol(A,B,poles)
引数
- A,B
次元
nxn
およびnxm
の実数行列.- poles
n
次の実数または虚数ベクトル.- K
実数行列 (負方向のフィードバックゲイン)
説明
K=ppol(A,B,poles)
は,
A-B*K
の固有値がpoles
となるような
mxn 次のゲイン行列 K
を返します.
(A,B)
は可制御である必要があります.
poles
が複素数の場合,共役の組で指定する必要があります.
(A,C)
の出力注入ゲイン F
は
以下のように得られます:
Ft=ppol(A',C',poles); F=Ft'
本アルゴリズムは P.H. Petkovによるものです.
Report an issue | ||
<< krac2 | Pole Placement | stabil >> |