Why does the output on my scope not appear to be accurate?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have two signals that are being tested logically. The scope showing the output signal does not change at the same time that the scopes on the input signals indicate that it should.
채택된 답변
MathWorks Support Team
2009년 6월 27일
Simulink scopes interpolate data between simulation timesteps for graphical purposes. It may, therefore, appear that Simulink is performing calculations incorrectly.
The only 'true' values are those exactly at these timesteps, and the results of logical or mathematical operations should be correct at those points.
댓글 수: 0
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!