![Teledyne SP Devices ADQ7DC Manual Download Page 8](http://html1.mh-extra.com/html/teledyne-sp-devices/adq7dc/adq7dc_manual_1081091008.webp)
19-2233 PC2
2019-02-01
8(50)
ADQ7DC Manual
16-1796 PC2 2019-02-01
8(50)
The maximum digital code 2^15 represents an analog signal with a level
ACTUAL_ANALOG_RANGE / 2
at the input. A specific analog signal
ANALOG_LEVEL
will then be represented by the following digital
code:
DIGITAL_CODE_LEVEL = ANALOG_LEVEL / ( ACTUAL_ANALOG_RANGE / 2 ) * 2^15
(1)
A specific code
DIGITAL_CODE_LEVEL
then represent the analog level as:
ANALOG_LEVEL = ( DIGITAL_CODE_LEVEL / 2^15 ) * ( ACTUAL_ANALOG_RANGE / 2)
(2)