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

18 Ansichten (letzte 30 Tage)
Azaz Ali
Azaz Ali am 8 Mai 2020
Beantwortet: Mahesh Taparia am 13 Mai 2020
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 ?

Antworten (1)

Mahesh Taparia
Mahesh Taparia am 13 Mai 2020
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.

Kategorien

Mehr zu Get Started with Control System Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by