How would you design a PID controller to stabilize a 4th order system?

To simplify, I have a system whose transfer function looks like this:
(s^2-1) / (s^4-s^2-1)
The system is unstable and pidTuner tool can't possibly find Kp, Ki, Kd to make it stable. Are there any other tools? How can I design such a PID in Matlab?
Thank you.

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2015년 12월 16일

0 개 추천

Some plants just cannot be controlled with a PID controller. In that case you need to look at other types of control. You can design arbitrary controllers using Control System Designer app , where you can uze root locus editor and bode plot editor to change controller gain, add poles and zeros.
You can also use Control System Tuner app that tunes specified controller structure. For example, you can start with a state-space controller of say order 4 and let the app tune it to get a stable response.

질문:

2015년 11월 21일

답변:

2015년 12월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by