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.
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.
markusro
self-assigned this 2026-03-26 14:10:51 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.