Observer design error when the desire poles are equals ?

1 Ansicht (letzte 30 Tage)
Mohammed kandeel
Mohammed kandeel am 12 Mai 2018
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 Kommentar
Ngoc Thanh Hung Bui
Ngoc Thanh Hung Bui am 13 Mai 2018
Bearbeitet: Ngoc Thanh Hung Bui am 13 Mai 2018
what are G and C??? did you check the observability of the system yet

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by