
Please help me find a PID controller coefficient
10 次查看(过去 30 天)
显示 更早的评论
Please help me find a PID controller coefficient for 1+16.2s/s 1+1/50s. I need P, I, D and N coefficients according to the Matlab formula.
0 个评论
回答(1 个)
Sam Chak
2023-8-31
Assuming the Ideal form: 

The PID controller in MATLAB takes the practical form
, where
represents the time constant of the derivative filter. The Simulink PID controller block has an equivalent practical form but expressed in N, instead of
where
. When the value of
is very small (or N is very large), the practical PID form closely approximates the ideal PID form.
See also:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PID Controller Tuning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!