How is the transfer function determined for a PID controller

2 次查看(过去 30 天)
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?

采纳的回答

Sulaymon Eshkabilov
T = tf(Kp, [1 10 20+Kp]);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 PID Controller Tuning 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by