State Observer for Quarter Car

4 views (last 30 days)
raju patel
raju patel on 12 Jan 2018
Commented: raju patel on 12 Jan 2018
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)

Accepted Answer

Birdman
Birdman on 12 Jan 2018
Edited: Birdman on 12 Jan 2018
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 Comments
Birdman
Birdman on 12 Jan 2018
What do you want exactly, i did not understand the problem.
raju patel
raju patel on 12 Jan 2018
Thanks for your time i resolved the problem.

Sign in to comment.

More Answers (1)

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

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!