Other Parts Discussed in Thread: LDC1614
Hello,
in order to calculate the actual sensor frequency from the conversion result of a LDC1614, the formula provided in the datasheet (www.ti.com/.../ldc1614.pdf) in chapter 7.3.2 on page 11 (equation 2) is
F_SENSOR = DATA_CHx * F_REFx / (2^28)
Since the sensor frequency can also be divided, am I wrong assuming this equation should be
F_SENSOR = DATA_CHx * F_REFx * CHx_FIN_DIVIDER / (2^28),
just like equation 8 on page 14 would be if CHx_OFFSET was 0? Or does the LDC change the calculation if an offset is used?
Best regards,
Andreas H