P PI PID Controller Matlab
2 次查看(过去 30 天)
显示 更早的评论
I need to do a P controller, Pi controller and PID controller.
I have a process model with transfer function:
G(s) = Kp
--------------- * exp (-Td * s)
1 + Tp1 *s
I got Kp, Tp1 and Td
I am creating a New script in matlab to obtain the controllers using:
help pade
[num,den] = pade(T,N)
Gp = tf(Kp, [tau 1])
From the Tp1 and Td, which one is T and which is tau?
And how I find the N?
0 个评论
回答(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!