필터 지우기
필터 지우기

Constant Input

조회 수: 4 (최근 30일)
Tan Edwin
Tan Edwin 2011년 2월 16일
Im interested in puting an input of constant value of 1 for 5s into my simulink model, i.e at time t=0, value=1 and t=5, the value goes from 1 to 0 immediately.
Ive tried using 2 step function and also tried using the signal builder block but they did not give me the results i wanted because of the gradual decrease from 1 to 0 at the time near t=4.9 to t=5.
Is there any method or other blocks i can use to help me solve this?

채택된 답변

Andreas Goser
Andreas Goser 2011년 2월 16일
I suppose the observation "gradual decrease" is just a misinterpretation. If you see this in the scope block, Simulink interpolates between (4.9,1) and (5.0,0), but for the simulation, there is something existing between 4.9s and 5.0s.
If you like to changes the vizualization, simply select a smaller step size. But IMHO - the technical constraints shall determine the step size, not the need for good looking.
  댓글 수: 3
Tan Edwin
Tan Edwin 2011년 2월 16일
I think i beginning to understand what you are trying to explain. Is it because i actually used a fixed step solver for my simulation thats why i have this kind of problem?
Kaustubha Govind
Kaustubha Govind 2011년 2월 16일
Yes, it is because of using a fixed-step solver (presumably with step size 0.1) that you see this issue. Try switching to a variable-step solver if you'd like the solver to automatically take smaller steps around the discontinuity.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by