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

9 次查看(过去 30 天)
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
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.

Community Treasure Hunt

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

Start Hunting!

Translated by