ADC_result should have a flag for clipped data #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ADC_Result should have a flag for clipped data. Ideally this should be already set from the backend upon recording and stored in the result file. The backend knows the bit depth of th ADC and could do that reliably. The front end could then have small warning or report shown.
Fixed with commit
d3b1a9e3fdEntirely done in the front-end. Configurable with "adc_bit_depth" , defaults to 14bit.