フィルターのクリア

Observer design error when the desire poles are equals ?

1 回表示 (過去 30 日間)
Mohammed kandeel
Mohammed kandeel 2018 年 5 月 12 日
編集済み: Ngoc Thanh Hung Bui 2018 年 5 月 13 日
I try to design full order observer with the following
G = [0 20.6; 1 0];
C = [0 1];
obsv_poles = [-10; -10];
ke = place(G',C',obsv_poles);
eig(G-ke'*C);
but i have the following error
Error using place (line 78) The "place" command cannot place poles with multiplicity greater than rank(B).
  1 件のコメント
Ngoc Thanh Hung Bui
Ngoc Thanh Hung Bui 2018 年 5 月 13 日
編集済み: Ngoc Thanh Hung Bui 2018 年 5 月 13 日
what are G and C??? did you check the observability of the system yet

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeState-Space Control Design and Estimation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by