P PI PID Controller Matlab

2 次查看(过去 30 天)
Marie Mar
Marie Mar 2019-11-28
编辑: Marie Mar 2019-11-28
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 个)

类别

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