필터 지우기
필터 지우기

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
Sulaymon Eshkabilov 2021년 7월 9일
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