Other Parts Discussed in Thread: IWR6843, MMWAVEICBOOST
Hi,
For the IWR6843 the data format for the detected points has been changed, from a Q-format to a float.
I have looked through the doxygen files and the visualizer gui code, but I can't seem to get the data to convert correctly. Could I get some help with this?
As an example, here is the x coordinate data for 2 detected points:
[0 0 0 255]
[200 1 255 60]
My attempts have involved typecasting from 8 bit to single precision float. What should the correct values be?
Thanks