Closed-loop and open-loop responses of systems with PID controllers
returns a response of the control loop formed by the PID controller response
= getPIDLoopResponse(C
,G
,looptype
)C
and the plant G
. The function returns the closed-loop, open-loop,
controller action, or disturbance response that you specify with the
looptype
argument. The function assumes the following control
architecture.
When C
is a pid
or
pidstd
controller object (1-DOF controller):
When C
is a pid2
or
pidstd2
controller object (2-DOF controller):