How to get the PI control value by using Bode Plot Method?
12 次查看(过去 30 天)
显示 更早的评论
I have a Transfer Function, so i need PI controller to use but i wants to get the Pi value from bode plot method.
any help or reference ?
0 个评论
回答(1 个)
Mahesh Taparia
2020-5-13
Hi
You can use 'pidtune' function on transfer function to find the PI value. For example:
[C_pi,info] = pidtune(transferFcn,'PI')
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!