All Questions
1 question
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 ...