Clear Filters
Clear Filters

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

8 views (last 30 days)
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.

Answers (1)

Arkadiy Turevskiy
Arkadiy Turevskiy on 16 Dec 2015
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!