P PI PID Controller Matlab
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!