Guest
Sensor data length is 16 bit data, value is from -32768 to 32767,i think data format represented as one highest is sign and others are integers, who can help how to convert it to Q15 data format in VHDL?
Q15 like https://en.wikipedia.org/wiki/Q_(number_format) one sigh and others are fractional from -1 to 1
Sensor is ADC output is 16 bit format, one sign and other integer
so it need only divide ? ADC output to 32768 ??
Q15 like https://en.wikipedia.org/wiki/Q_(number_format) one sigh and others are fractional from -1 to 1
Sensor is ADC output is 16 bit format, one sign and other integer
so it need only divide ? ADC output to 32768 ??