Why does my acceleration signal from simscape looks so weird?

조회 수: 4 (최근 30일)
Rik Bakker
Rik Bakker 2019년 1월 6일
댓글: Rik Bakker 2019년 1월 25일
Can someone help me out?
Why does my acceleration signal look like this? Why isn't it a smooth line?
Is it somewhere in the setting? Did i chose a wrong solver?
The signal is from a transform sensor from Simscape.
figure 3.jpg

채택된 답변

Martin
Martin 2019년 1월 22일
Hi Rik,
Numerical derivatives are inherently noisy, and subject to spikes due to time step differences, jumps in the solution, etc. You may want to filter the signal being differentiated. In Simulinik, a straightforward way to do a first-order filter is to use a transfer function block with 1/(tau*s + 1) where tau is the filtering time constant.
Martin

추가 답변 (0개)

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by