Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Analog to digital converter


 Contents
In electronics, an analog to digital converter (abbreviated ADC, A/D, or A to D) is a device that converts continuous signals to discrete digital numbers. Typically, an ADC converts a voltage to a digital number. The digital to analog converter or DAC performs the reverse operation.

1 Resolution

The resolution of the converter indicates the number of discrete values it can produce. It is usually expressed in bits. For example, an ADC that encodes an analog input to one of 256 discrete values has a resolution of eight bits, since

28 = 256.

Resolution can also be defined electrically, and expressed in volts. The voltage resolution of an ADC is equal to its overall voltage measurement range divided by the number of quantization levels. Some examples may help:

2 Response type

Most ADCs are linear, which means that they are designed to produce an output value that is a linear function of, i.e. proportional to, the input. Another common type is the logarithmic ADC, which is used in voiced communication system s to increase the entropy of the digitalized signal.

The histogram of a speech signal has the shape of two decreasing exponentials, and the non-linear ADCs try to aproximate this to a square PDF using functions as the a-law or the μ-law which are logarithmic functions. The distorted signal has a lower dynamic rangeDynamic range is a term used frequently in numerous fields to describe the ratio between the smallest and largest possible values of a changeable quantity. Examples of usage Audio engineers often use dynamic range to describe the ratio of the loudest poss, and its quantization adds less noise to the original signal then a linear quantization with the same input range and resolution.

3 Accuracy

Accuracy depends on the error in the conversion. If the ADC is not broken, this error has two components: quantizationGenerally, quantization is the state of being constrained to a set of discrete values, rather than varying continuously. In signal processing, quantization is the process of approximating a continuous signal by a set of discrete symbols or integer values. error and (assuming the ADC is intended to be linear) non- linearity. These errors are measured in a unit called the LSB, which is an abbreviation for least significant bit. In the above example of an eight-bit ADC, an error of one LSB is 1/256 of the full signal range, or about 0.4%.

Quantization error is due to the finite resolution of the ADC, and is an unavoidable imperfection in all types of ADC. The magnitudeIn science, magnitude refers to the numerical size of something: see orders of magnitude. In mathematics, the magnitude of an object is a non-negative real number, which in simple terms is its length. In astronomy, magnitude refers to the logarithmic meas of the quantization error at the sampling instant is between zero and half of one LSB.

In the general case, the sampled signal is larger than one LSB, and the quantization error is not correlated with the signal. Its RMS value is then 1/sqrt(12) LSB = 0.289 LSB. In the eight-bit ADC example, this represents 0.113 % of the full signal range.

All ADCs suffer from non-linearity errors caused by their physical imperfections, causing their output to deviate from a linear function (or some other function, in the case of a deliberately non-linear ADC) of their input. These errors can sometimes be mitigated by calibrationCalibration is the determination, by measurement or comparison with a standard, of the correct value of each reading on a measuring instrument. The standard may be maintained by a national or international organization. For physical constants, weights, an, or prevented by testing.

Important parameters for linearity are integral non-linearity (INL) and differential non-linearity (DNL).



Read more »

Non User