How to make 1-D Look-Up Table block run repeatedly
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello everyone,
Now I'm looking for a way to interpretate a time related values as a signal into Simulink. The data is imported from .xml table and each value have a corresponding time value. My problem - that if i use Clock block - it would appear in the simulation only once. I tried to use reminder after devide, but in this case I can't change the time intervals between repeating the signal.
I'd like to know, how can I make 1-D Look-Up Table block run more then one time? My current solution would be attached.
The constant value - last time data for this set.
댓글 수: 0
답변 (1개)
Chaitanya Mallela
2020년 12월 30일
You can use Counter block before 1-D Look-Up Table block with Reset port enabled. When count reaches maximum value Reset port is enabled which restarts the Counter.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!