필터 지우기
필터 지우기

How to get a threshold in Simulink that works in both directions and that make an action once per passing

조회 수: 1 (최근 30일)
Hi,
I have a simulink model where I have a signal that varies with a repeating sequence stair input. If this value passes a threshold value of 0.1 (both positive and negative direction) I want another number (let say 1000) to be withdrawn by 2 every time a passing takes place. So if there have been 5 passes (both up and down) in total, the number should end up being 990.
I thought this was going to be easy, but have still not been able to solve this.
Regards,
Jørgen

채택된 답변

Shubhankar Poundrik
Shubhankar Poundrik 2020년 7월 2일
편집: Shubhankar Poundrik 2020년 7월 2일
Hi Jorgen,
I understand that you want to decrement (or increment) a variable whenever a signal goes past a certain value.
A model similar to the one below may be helpful.
The value from which the output should start (1000 in given case) should be put as the initial value in the output delay block.
Regards,
Shubhankar.

추가 답변 (1개)

Jonas
Jonas 2020년 7월 6일
편집: Jonas 2020년 7월 6일
There are multiple ways to do it. I would do it like this. It might inspire you. The variable State should be initialised to 1000.

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by