How set saturation for PID?
이전 댓글 표시
How can I set pid saturation output using pidstd or some another function ? (PS. I know how to set saturion in simulink)
댓글 수: 1
Bruno Pop-Stefanov
2014년 1월 20일
편집: Bruno Pop-Stefanov
2014년 1월 20일
Would you like to enter your own parameters or have MATLAB tune them for you? What do you mean by saturation output?
답변 (1개)
Arkadiy Turevskiy
2014년 1월 27일
2 개 추천
There is no easy way to do this in MATLAB (or Control System Toolbox, to be more precise). Control System Toolbox is geared towards linear control systems. PID objects in Control System Toolbox are LTI (linear time-invariant) systems of a special type. There is no property for output saturation in PID objects.
Simulink is the tool for modeling and simulation of nonlinear systems, such as PID controllers with output saturation.
HTH.
Arkadiy
카테고리
도움말 센터 및 File Exchange에서 Tuning, Analysis, and Validation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!