I am trying to figure out how the controllers will differ in their behavior for a specific task and how (in Matlab/Simulink, if possible)
For instance, we know for PID, we can tune the Tr, Tp, Ess, etc., and by adjusting the P/I/D, we can control a particular parameter.
(1.) How about LQR/LQG/MPC? Which parameters of these controllers refer to what change in the system response?
Say, I am to control the step response to an electrical system. The system should be maintained near a voltage value of 1 pu. In the case of PID, I can adjust my response. If I want to get a similar adjustment, how can I make that with LQR/LQG/MPC?
Thank you all.