필터 지우기
필터 지우기

Simulink block for initialization

조회 수: 5 (최근 30일)
Anand Shirke
Anand Shirke 2019년 2월 1일
댓글: Olumide Ayeni 2020년 1월 22일
In my simulink simulation, initial value of a particular constant input is to be given by me. Later on the value is changed by the feedback signal.
The feedback signal is also constant(1x1) but changes with time. My question is is there a block for this particular condition.?

채택된 답변

Dhanashree Mohite
Dhanashree Mohite 2019년 2월 7일
As per my understanding, you want to use one constant value while initializing and afterwards the feedback value.
So, actually there are multiple ways. Below are some:
1. You can use unit delay block for feedback and use it’s initial condition property to set initial value.
2. You can also use triggered or enabled subsystem. You can set initial value for it’s output port. And then you can use any value as it’s input afterward.
  댓글 수: 1
Olumide Ayeni
Olumide Ayeni 2020년 1월 22일
Hi. Can you please explain 2. a bit more?

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

추가 답변 (1개)

Anand Shirke
Anand Shirke 2019년 2월 11일
Block Initial Condition works like charm!

카테고리

Help CenterFile Exchange에서 Schedule Model Components에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by