fixed point tool collect ranges problem
이전 댓글 표시
The input of the subsystem to be converted to fixed point in double and specified data types differ significantly,almost one thousand times.And there are many overflows in double mode,and few overflows in specified data types mode.Looking forward to your reply,thank you.
댓글 수: 2
Overflows in double mode? Do you mean that the values exceed
fprintf('%lu\n', flintmax())
or do you mean that the values exceed
fprintf('%.16g\n', realmax())
??
What kind of range of data are you using?
Z
1분 미만 전
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Fixed Point에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!