Simulink not respecting the sampling time
이전 댓글 표시
I have a Simulink model that have to acquire data from a device every 20 ms and then run this data through a neural network. I used a function call generator to call the acquisition every 20 ms but Simulink seem to not respect that timing.
What to do ?
댓글 수: 2
Birdman
2018년 6월 6일
How do you know that Simulink does not respect the sampling time? What do you observe?
Oussama Djedidi
2018년 6월 6일
답변 (1개)
Mark McBroom
2018년 6월 8일
0 개 추천
Do you have Simulink connected directly to the device? Simulink is not a real-time program. It will run the simulation as fast as it can. If your model runs faster than real-time, you can slow it down to pseudo-real time by using the Simulation -> Pacing Options.
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!