Control of inverted pendulum
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
M
am 18 Nov. 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 Kommentare
M
am 20 Nov. 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.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!