Azzera filtri
Azzera filtri

How is the transfer function determined for a PID controller

2 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by