Pulling from continuously changing variable every x seconds
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a "ramp source" as an input to a function. The input is changing to fast for the tasks within the function. Therefore I was to "pull" the ramp input value every x seconds and use that value as an input for the function.
댓글 수: 0
채택된 답변
Guru Mohanty
2020년 4월 14일
I understand you want to take data from the ramp source in a specific time interval. To do this a Pulse generator and a Sample & Hold block is required. In the pulse generator you can set the time interval in which you want to pull the data. And the Sample & Hold gives value of the ramp source at a specific time.
I have attached a sample Simulink model for it.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!