how we can create u(n) function in matlab to use in design of descrete pid control design and keeping n as a variable
1 次查看(过去 30 天)
显示 更早的评论
for eqn Second order plant equation: y(n)=9*u(n-1)-9*u(n-2)+2*y(n-1)+y(n-2) PID controller equation in discrete: u(n)=u(n-1)+Kp*[e(n)-e(n-1)]+Ki*e(n)+Kd*[e(n)-2e(n-1)+e(n-2)]
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!