13 | | == History: Coarse Setting Before Fix == |
14 | | In original code, coarse settings above 127 were bit-masked with 128 and settings above 255 with 128 and 256.[[BR]] |
15 | | This showed the strange behaviour in the plot below, which was fixed when the bit-masks were swapped over.[[BR]] |
16 | | In range before coarse setting of 128 measure 17.62 +/- 0.02 ps in good agreement.[[BR]] |
17 | | However, there is unexpected behaviour after 128 where we see a big drop in delay and then a step size of 36.39 +/- 0.06.[[BR]] |
18 | | At 256, it then realigns itself with the expected behaviour. Red and green lines were taken at different times.[[BR]] |
19 | | [[Image(measureDelay.png)]] |
20 | | |