필터 지우기
필터 지우기

Analyzing and creating fixed-point data types.

조회 수: 2 (최근 30일)
Torsten Knodt
Torsten Knodt 2013년 2월 11일
Hello, is there a single function to get the minimum and maximum value representable by a specific fixed-point data type? I am aware that I can calculate it but wondering if there is really no function for it. My second question is the same thing around. Is there a function to create a fixed-point data type based on minimum, maximum and scaling, which does not need a word length or the like before? Again I am aware that I can calculate it but would prefer a ready to use function if available.
Thanks in Advance Torsten Knodt

채택된 답변

Kaustubha Govind
Kaustubha Govind 2013년 2월 12일
I don't have a lot of experience with this, but I believe this should be possible in Simulink using the Fixed-Point Tool.
In MATLAB, it looks like you need the LOWERBOUND and UPPERBOUND functions to find the min/max for a fixed-point type. Not sure how you can do the converse, but it might be worth looking at the Fixed-Point Functions reference to see if you can find anything useful.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by