Understanding ADC Vocabulary: Analog to Digital Converter Output Terminology

  • Thread starter Thread starter david90
  • Start date Start date
  • Tags Tags
    Adc
AI Thread Summary
The digital output from analog to digital converters (ADCs) is commonly referred to as a binary output, although it can also be described as a digital or quantized output. The resolution of the ADC, determined by its bit depth (e.g., 8-bit, 16-bit), affects the number of distinct levels it can encode, impacting the system's ability to handle larger signals without clipping. For instance, upgrading from a 12-bit to a 16-bit ADC significantly increases the number of data points from 4094 to 65536. While binary representation is standard, other formats such as ASCII strings can also be used to represent the output. The term "representation" effectively conveys the concept of information being involved in the digital output process.
david90
Messages
311
Reaction score
2
what do you call the digital number that analog to digital converters output ?

Does it make any sense to call it "analog signal's digital representation" ? Is there a better way to call it?
 
Engineering news on Phys.org
david90 said:
what do you call the digital number that analog to digital converters output ?

Does it make any sense to call it "analog signal's digital representation" ? Is there a better way to call it?

Its called a binary output

the number of bits, from the LSB (Least Significant Bit to the MSB Most Significant Bit) that binary code has for each sample is a function of the design of the ADC chip ie. whether its a for example a 8 bit, 16 bit or say 24bit system.
the more bits the higher the resolution and the larger the input signal it can handle befor it clips. For example, an ADC with a resolution of 8 bits can encode an analog input to one in 256 different levels, since 28 = 256.

Initially my digital seismograph system used 12bit resolution (4094 datapoints) and it would often clip on the large signals from the big earthquakes. I upgraded the ADC system to a 16bit one now I have 65536 datapoints.

hope that waffle helped :)

Dave
 
davenn said:
Its called a binary output


Dave

It doesn't need to be binary. The general term would be 'digital' or even 'quantised' output.

The term "representation" is a good one because it gets over the idea that it's information that's involved.
 
The term "representation" is a good one because it gets over the idea that it's information that's involved.

Indeed, while one will most often encounter a binary representation it may be in any of several formats.
Once ran across one that gave result as an ASCII character string representing the millivolts, complete with decimal point .

Never saw one that gave Roman Numerals, though.
 
And BCD was popular, too.
Jim - your eyes are beginning to mist over again. . . .
 
Digitized Signal
 
Jim - your eyes are beginning to mist over again. . .
.

You know, they just don't make nostalgia like they used to. :approve:
old jim
 
jim hardy said:
Indeed, while one will most often encounter a binary representation it may be in any of several formats.
Once ran across one that gave result as an ASCII character string representing the millivolts, complete with decimal point .
...

ASCII never come across one with an ASCII output

we learn every day :)

Dave
 
Back
Top