I have this conversion that i need to do. I have tried it in for(;;) loop and found that its take too much time, i will appreciate your help...
i have two arrays of ILN: the 1st repersent the low byte of 11bit signed num, the secound is the other 3bits (in position 0-2), the other are not cared (N/C)
i need the result in double
for example: 2nd byte: 1st byte: Result: 0x00 0x10 16.0 0x10 0x10 16.0 //The bit in the 2nd is in N/C position 0x03 0x10 784.0 0x04 0x10 -1008.0 //signed num