필터 지우기
필터 지우기

How do I convert binary strings from a text file to fixpoint numbers?

조회 수: 4 (최근 30일)
Dominik Hiltbrunner
Dominik Hiltbrunner 2020년 7월 20일
답변: Anmol Dhiman 2020년 7월 27일
I have a text file in which each row contains one 60-bit number representing a signed fixed point number with 44-bit fraction, i.e. a sfi(x,60,44) object.
I cannot find a method to convert this binary string back to a signed floating point object in Matlab.
Example:
x = '000000000000000100000000000000000000000000000000000000000000' corresponds to the decimal number '1' in my format.
Using
sfi(bin2dec(x), 60, 40)
yields the wrong result.
How to do this correctly?
I found this solution but I cannot use the reinterpretcast function since the wordlength does not match with a int32 or int64 datatype.

답변 (1개)

Anmol Dhiman
Anmol Dhiman 2020년 7월 27일
Hi Dominik,
Refer to link for solution to a similar question.
Regards,
Anmol Dhiman

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by