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

조회 수: 12 (최근 30일)
Azaz Ali
Azaz Ali 2020년 5월 8일
답변: Mahesh Taparia 2020년 5월 13일
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일
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.

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by