How would you design a PID controller to stabilize a 4th order system?
18 次查看(过去 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.
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!