Incorrect integrator result with saturation
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I am implementing a PID loop where the input signal will be an acceleration signal that will be fed into a double integrator plant. As I have a limitation on my plant's ability to accelerate, I have placed a saturation on the PID block.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/145551/image.png)
When I plot out acceleration signal and velocity signal after all this, I see something weird: when acceleration signal gets saturated, velocity signal does not change at all... which makes no sense as I expect to see output signal from integrator to keep increasing if what goes into it is held at constant.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/145552/image.png)
What could possibly be causing this problem?
1 Kommentar
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!