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())
9007199254740992
or do you mean that the values exceed
fprintf('%.16g\n', realmax())
1.797693134862316e+308
??
What kind of range of data are you using?
Z
Z 1분 미만 전
I found there is some data type convert before the subsystem and the data type convert overflow. I made mistake when I built the model.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

제품

릴리스

R2024a

질문:

Z
Z
2026년 4월 8일 7:41

댓글:

Z
Z
대략 22시간 전

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by