Problems associated with derivative blocks in simulink

조회 수: 5 (최근 30일)
Zi Huang
Zi Huang 2015년 11월 23일
답변: Rajanya 2025년 1월 30일 6:26
I encountered a problem with simulink derivative block when I was doing a simulation where third order derivatives of the input is required! However, I could not use three consecutive derivative blocks in simulink since I would get a huge number at t=0 resulted from numerical differentiation. This can be shown as follows
Instead of getting a smooth -cos(x) single I get
Is there a way to get rid of this problem?

답변 (1개)

Rajanya
Rajanya 2025년 1월 30일 6:26
The flat line observed in the scope is mostly because of the Y-axis scale used. Because of the abrupt spike at t=0, which is natural because of numerical differentiation, the Y values reach in the order of 10^6, while the other values (at t>0) vary between 1 and -1, causing the line to appear flat on such a large scale margin.
Scaling the Y- axis properly makes the smooth -cos(x) curve visible (except the spike around t=0), as shown.
Also, to reduce the initial spike, the maximum step size used for simulation can be reduced from Configuration Settings > Solver > Solver details (for variable-step solvers) > Max step size.
Thanks.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by