output data type of fix point Add/sub block
조회 수: 1 (최근 30일)
이전 댓글 표시
My SIMULINK Add/Sub block performing
c=a+b.
As shown below
Data type of "a" and "b" is sfi(25, 17) whereas
data type of output "c" is here sfi(32, 17).
My question is how "c" output data type is sfi(32, 17) ?
It should be sfi(26, 17) as per addition rule.
Note: output data type is set to : "Inherit: Same as accumulator".



Thanks........
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!