Lines Matching full:bits
278 bool "Conversion of IQ samples to 8 bits wide by 4 bits shift"
282 Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits wide: Vol 4, Part E
284 8 bits by ordinary right shift operation by 4 bits. That means there is loss in accuracy
288 bool "Conversion of IQ samples to 8 bits wide by 2 bits shift"
292 Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits wide: Vol 4, Part E
294 8 bits by ordinary right shift operation by 2 bits and a cast to int8_t. That means there
299 bool "Conversion of IQ samples to 8 bits wide by use of 8 LSB"
303 Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits wide: Vol 4, Part E
305 8 bits by use of 8 least significant bits. This conversion may be used only if you are
306 sure actual samples are not greater than 8 bits. This prevents additional accuracy loss
314 bool "Use 16 bits signed integer IQ samples in connectionless IQ reports"
318 sampling of CTE. Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits signed
324 bool "Use 16 bits signed integer IQ samples in connection IQ reports"
328 sampling of CTE. Bluetooth 5.3 Core Specification defines IQ samples to be 8 bits signed