Function fixdt() behaves differently when I give the slope argument in decimal or in power of two.Can anyone explain me why?
조회 수: 2 (최근 30일)
이전 댓글 표시
For a signal declared as DSM in simulink for fixed point system, I am getting same value at time t1 and t2 when using the below syntax: fixdt(0,16,0.01,0)
But getting different value for the signal when using: fixdt(0,16,2^-7,0)
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!