How is the transfer function determined for a PID controller

2 visualizaciones (últimos 30 días)
I'm reading a tutorial on PID controller, and the transfer function for a mass-spring damper system is given as follows:
where m = 1 , b = 10, k = 20. If a proportional gain is added to the controller, the new tranfser function becomes:
How is the new transfer function derived?

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 9 de Jul. de 2021
T = tf(Kp, [1 10 20+Kp]);

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by