How to get the PI control value by using Bode Plot Method?

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 ?

回答 (1 件)

Mahesh Taparia
Mahesh Taparia 2020 年 5 月 13 日

0 投票

Hi
You can use 'pidtune' function on transfer function to find the PI value. For example:
[C_pi,info] = pidtune(transferFcn,'PI')
For more information, you can check this documentation.

質問済み:

2020 年 5 月 8 日

回答済み:

2020 年 5 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by