How to get the PI control value by using Bode Plot Method?
Afficher commentaires plus anciens
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 ?
Réponses (1)
Mahesh Taparia
le 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')
Catégories
En savoir plus sur Frequency-Domain Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!