Hi, I have another concern about I and Q representation. The formula given by Renesas to put them under decimal form is: (MSB << 8 + LSB) << EXP/100000 Given that EXP is an unsigned 8 bit integer, the maximum value of I and Q is ~2^255 which can only be represented as a double. Hence, it is not possible to represent them under in_intensity0_i/q_raw even using a scale. Same thing for I and Q calibbias (crosstalk values), the user can not input such a big number. How could we proceed about it, would it be ok to represent those values as EXP << 16 + MSB << 8 + LSB both for raw and calibbias values? Thanks, Mathieu -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html