Control of inverted pendulum
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello everyone,
I'm playing with the Inverted Pendulum example : openExample('simulink_general/penddemoExample') in Command Window. I'm trying to understand which control theory stays behind the state space estimator and the choice of LQR parameters.
I don't find anything similar in literature, can anyone help me, please?
0 comentarios
Respuestas (2)
M
el 18 de Nov. de 2019
I don't find anything similar in literature
LQR algorithm with state estimator is very common and you can find plenty of examples in the literature.
In the simulink example, the state space estimator is implemented with a discrete time state space equation:
And the LQR block is simply a matrix gain. You can find details about lqr in matlab here:
3 comentarios
M
el 20 de Nov. de 2019
I did not look into details but it looks like the matrices inside the estimator block come from a linearization of the functions that model the cart + pendulum. I guess the linearization is made around the vertical position.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!