필터 지우기
필터 지우기

Did I do the PID control design correctly in matlab? if it's wrong, where should I change

조회 수: 1 (최근 30일)

답변 (1개)

Sam Chak
Sam Chak 2023년 12월 27일
The block diagram in Fig. 4 represents a variant of the PID control scheme, known as I-PD control, wherein both the proportional and derivative actions are shifted to the feedback path. This adjustment aims to mitigate the proportional kick and derivative kick resulting from sudden changes in the setpoint . The architecture is almost similar to the Linear-Quadratic-Integral (LQI) control, as illustrated in the figure below.
If the signal Zsr represents the state-dependent output , then the block diagram in your Simulink model bears a resemblance to the I-PD scheme depicted in Fig. 4. Whether the designed output-feedback I-PD control scheme can induce adequate changes in the system's behavior to meet the performance specifications is another matter. Ultimately, the control principle aims to influence the values of the system's states to drive the system's output towards a desired value specified by .
  댓글 수: 3
Paul
Paul 2023년 12월 27일
Figure 4 in the question doesn't match equation (10) in the question. The former has the derivative control on the feedback y, but the latter has the derivative control on the error signal e, at least as far as I read it.
Sam Chak
Sam Chak 2023년 12월 27일
Furthermore, if the error signal is defined as as depicted in the block diagram, then the derivative action in Eq.(10) may destabilize the system.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by