How would you design a PID controller to stabilize a 4th order system?
Afficher commentaires plus anciens
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.
Réponses (1)
Arkadiy Turevskiy
le 16 Déc 2015
0 votes
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.
Catégories
En savoir plus sur Classical Control Design 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!