Skip to main content

All Questions

Tagged with
1 vote
5 answers
1k views

Reading 10-bit fixed-point float

I have a binary file that contains 10-bit fixed point values that I need to convert to Java float. I'm almost certain that the "format" is x.xxxxxxxxx, where x is a bit. And I do think I understand ...
tonihele's user avatar