Algebraic loop in LQR state feedback control system?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
KaMATLAB
am 24 Sep. 2020
Bearbeitet: Delprat Sebastien
am 27 Sep. 2020
Please can anyone help to diagnose the problem with simulink model. I modeled a control system based on LQR control. I want to apply the control to a nonlinear system and i want to use sliding mode observer to estimate the states for full state feedback. However, Eact time I run my simulation, It runs very slowly and when i checked the diagnostics, It shows ALGEBRAIC LOOP in the state feedback gain as shown in the attached picture. I dont know why i get such since i do not need to use any continous block at this point. Thank you
0 Kommentare
Akzeptierte Antwort
Delprat Sebastien
am 24 Sep. 2020
Bearbeitet: Delprat Sebastien
am 27 Sep. 2020
The algebraic loop does not depends on continous ou discrete nature of the process, but on the direct transfert of the input to the output of your system. In your case, I would bet that the system is exactly proper : the output is y(t)=gain.u(t)+something that depends on state. The same thing could happen in discrete time. If the system is linear, then its transfert function has numerator and denominator of the same order.
It is very likely that some dynamics have been neglected in the system modeling because most of physical systems are strictly proper.
You may fix this by adding an actuator dynamics. Alternatively, adding a memory bloc on the output or the control will solve the problem but it is not so nice.
Weitere Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!