Hello!
I am using TDC7200 TOF sensor witg 32 cycles averaging and measurement mode 2.
Datasheet states that clock counter should be shifted by log2(AVG_CYCLES) in multi cycle averaging.
My understanding is that the original result is just count from all the 32 cycles. Therefore division operation is needed.
In that case I understand that dividing the result and storing it in floating point variable would yield a more precise output.
Is that correct?
Thanks