필터 지우기
필터 지우기

Simulink Discrete Time Integration vs Delay

조회 수: 17 (최근 30일)
Meena Farag
Meena Farag 2019년 12월 2일
댓글: Aquatris 2019년 12월 3일
The discrete time integrator block can perform forward Euler Integration. Is there a reason why the diagram below does not produce the same output?
temp.png
  댓글 수: 1
Aquatris
Aquatris 2019년 12월 3일
The answer is written on the blocks. The forward euler integral transfer function is Ts/(z-1). So if you want to create your own integrator, you should have the same transfer function.
The lower part in your picture has the transfer function (neglecting saturation);
-0.12*K*Ts/(z-1)
The upper part in the picture has the transfer function (neglecting saturation);
-0.12*z/(z+0.12)
First you are forgetting about the time step, Ts. Second what does 0.12 do inside the loop in the upper part? Second, you might be thinking of backward euler integration since you have the delay in the feedback not feedforward part.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Subsystems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by