Control Design without using s ”acker , place.

i have a LTI system and i want to state feedback controller in matlap but i must not use acker and place functions.how i can this solution?

4 comentarios

Star Strider
Star Strider el 30 de Nov. de 2019
You can likely do what you want without using those functions. Pole placement is described in my linear control text, and is not difficult to implement.
David Wilson
David Wilson el 2 de Dic. de 2019
Of course you could use a LQR, and if you wanted to, solve the algebraic Riccati eqn by any number of methods, e.g. care.m.
Luna
Luna el 2 de Dic. de 2019
Is it allowed to use Simulink?
Control21
Control21 el 3 de Dic. de 2019
yes i can use simulink .....can u give example code for state space represantation to 2*2 matrix?

Iniciar sesión para comentar.

Respuestas (2)

Luna
Luna el 3 de Dic. de 2019

0 votos

Basically you can check below link and videos how a state-space model created in Simulink.
Raynier Suresh
Raynier Suresh el 16 de Mzo. de 2020

0 votos

The "Acker" and "Place" function will give you the feedback gain matrix K for a specified closed loop poles, Now to do state feedback control through the pole placement technique or by Ackerman method but without using those function's you need to calculate the feedback gain matrix K manually using the formula's or you can write your own script using the formulas which can give you those gains matrix. Another alternative would be to use the LQR , if LQR function is also not allowed you can solve the Algebraic Riccati equation for a specified closed loop poles to find the optimal gain matrix K.
For more information refer these links

Etiquetas

Preguntada:

el 30 de Nov. de 2019

Respondida:

el 16 de Mzo. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by