LQI Control input

6 vues (au cours des 30 derniers jours)
Vincent Abe
Vincent Abe le 6 Juil 2011
Commenté : Alexander Babin le 4 Août 2020
I have a discrete-time state space model. x(:,k+1) = Ax(k) + Bu(k);
I have written MATLAB code to obtain perfect tracking of reference r using LQI. I used the following line x(:,k+1) = Ax(k) + B*(-K*x) + Be*r(k);
Now, i need the control input trajectory u(k) for further analysis. Please, how do I do this?

Réponses (1)

Alexander Babin
Alexander Babin le 4 Août 2020
hi, I hope, it is still relevant: to compute u(k) = K*x(k)
  1 commentaire
Alexander Babin
Alexander Babin le 4 Août 2020
oh, its from 2011...

Connectez-vous pour commenter.

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by