State Observer for Quarter Car

4 ビュー (過去 30 日間)
raju patel
raju patel 2018 年 1 月 12 日
コメント済み: raju patel 2018 年 1 月 12 日
Hello, everyone, I m modeling State observer for a quarter car in Matlab for a reduction in vibration I have to assumed some poles for the state feedback gain which is giving me one warning Pole locations are more than 10% in error. Can u help me out what does this warning corresponds to? A = [0 1 0 0 0 0;-320 -18.67 320 18.67 0 0;0 0 0 1 0 0; 68.6 4 -90 -6.1 21.4 2.1;0 0 0 0 0 1;0 0 166.67 -16.67 -3722 -16.67]; B = [0;0;0;0;0;3555.55555]; J = [-60.3958+60.1505i -60.3958-60.1505i -50.6557+16.0469i -50.6557+16.0469i -0.7984 3.9940]; K = acker(A,B,J)

採用された回答

Birdman
Birdman 2018 年 1 月 12 日
編集済み: Birdman 2018 年 1 月 12 日
There seems nothing wrong with your inputs. Just I think you missed the point that while you assign two complex conjugate poles to far from dominant region, you forgot to indicate the conjugate of complex number(-50.6557+16.0469i). Use the following J vector and calculate K again.
J = [-60.3958+60.1505i -60.3958-60.1505i -50.6557+16.0469i -50.6557-16.0469i -0.7984 3.9940];
  3 件のコメント
Birdman
Birdman 2018 年 1 月 12 日
What do you want exactly, i did not understand the problem.
raju patel
raju patel 2018 年 1 月 12 日
Thanks for your time i resolved the problem.

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

その他の回答 (1 件)

raju patel
raju patel 2018 年 1 月 12 日
Thank you very much can u elaborate how have u solve this problem it will help me to understand more about this relevant topic

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by