speeding up code execution
Archiver
Posts: 46,084
Hi,
Sorry, the presented solution only works for 8bit AD.
For 12bit AD which you use, the approach would require 4096 data entries.
If it is possible, you could set the min/max values to be divisible by 16.
(using the upper 8 bits only) in which case the approach does work.
Greetings peter
Sorry, the presented solution only works for 8bit AD.
For 12bit AD which you use, the approach would require 4096 data entries.
If it is possible, you could set the min/max values to be divisible by 16.
(using the upper 8 bits only) in which case the approach does work.
Greetings peter