필터 지우기
필터 지우기

how can i make int24 data type conversions??

조회 수: 5 (최근 30일)
시영
시영 2023년 12월 5일
답변: Walter Roberson 2023년 12월 5일
i wanna make int 24 block by data type conversion but i can't type int24 in this block.
so i tried like this. and it will be work? or is there any way to make int24 block??

채택된 답변

Walter Roberson
Walter Roberson 2023년 12월 5일
No, simulink cannot handle an int24 datatype.
The closest it could handle would be a Fixed-Point datatype see fi
You could, of course, construct an int32 datatype in which you only used 24 bits of it. If you made it the first (high-order) 24 bits you would get positive / negative handling automatically; if you made it the last 24 bits (leading 0's) then you would need to handle negatives yourself.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 String에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by