Questions tagged [adc]

An ADC is an Analog to Digital Converter. This device converts analog signals into digital form. It is mainly used by digital circuitry to take analog measurements.

ADC stands for Analog to Digital Converter, and, as the name suggests, it's used for converting analog signals (world is analog) into bits, to allow digital processing.

The main parameters that characterize an ADC are the resolution (in bits) and the speed of conversion. That is also the main tradeoff between fast ADCs, made for real-time control of quick signals, and precision ADCs, used for accurate conversions like audio applications. In general, faster and higher resolution ADCs are higher power than slower and lower resolution ones.

Types of ADCs include

  • Flash: Damn Fast™, but use a lot of chip real estate, therefore only low resolution
  • Successive Approximation
  • Dual-Slope and Multi-Slope
  • Delta
  • Sigma-Delta

Further reading:
Walt Kester - The Data Conversion Handbook (ebook)

3065 questions
27
votes
3 answers

How to Convert 0 to 10V analog signal to 0 to 2.5V for ADC input?

I have an analog signal which ranges between 0V and 10V. I want to linearly scale it down to 0 to 2.5V for my ADC. I'm concerned that using a resistive voltage divider will affect signal quality. Is this true? If it's not true, what value…
lionheart
  • 279
  • 1
  • 3
  • 3
22
votes
2 answers

ADC is detecting a sine wave as several clusters of points

I'm using an ADC (ADS4129) running at 125MSPS. I'm applying a 100kHz sine wave to a low pass filter (fc=15MHz). The ADC is being driven differentially, as intended. When probing the input signal with a scope I see a decent sinusoid. My problem is…
user264107
21
votes
6 answers

What is a differential ADC?

How does a differential analog to digital converter differ from a regular ADC?
joeforker
  • 5,656
  • 10
  • 40
  • 59
19
votes
4 answers

Effective number of bits of 14-bit ADC

I have a 14-bit ADC. However, looking at the datasheet (see table 2 on page 5), the effective number of bits (ENOB) is always less than 12 bits. Why is my the DAC claiming to be a 14-bit ADC when it only has 12-bit accuracy? What is the point of…
Randomblue
  • 11,003
  • 31
  • 106
  • 178
14
votes
2 answers

Voltage dividers and ADC's

I want to read a voltage from 0-30V with an MCU ADC which has a maximum input of 3V. Initially I thought of using a 100k-10k divider (so 33V translates to 3V) but according to the answers to ADC input impedance on MCUs, this will add a 3% error due…
Thomas O
  • 31,786
  • 58
  • 184
  • 322
12
votes
4 answers

Use two ADC channels to increase resolution

I need to capture the waveform of a low-amplitude signal that sits on top of a slow-varying, higher-amplitude component. I'm thinking of using an ADC with two channels, and feed one of them with a low-pass filtered version of the signal and the…
DanW
  • 129
  • 1
  • 5
12
votes
2 answers

What is the purpose of ADC sampling time?

I am trying to understand the usage of ADC sampling time? The ADC I have has a programmable sampling time of 100nsec/500nsec and 1uSec. What is the primary use case of longer sampling time, why wouldn't you use 100nsec for every signal? [I also…
Ktc
  • 2,236
  • 3
  • 26
  • 50
9
votes
2 answers

What would cause this kind of amplitude interference on my ADC recording?

I am using a 12-bit 6.4Mhz ADC to record a sensor reading. It's an ultrasound doppler system. A DAC is used to generate a TX frequency, that frequency is bounced off a moving target and received via an ultrasonic sensor. In my testing environment,…
stanri
  • 5,382
  • 2
  • 29
  • 56
9
votes
6 answers

What are the units of the output of an ADC?

How would you write or label the output of an analog-to-digital-conversion? I don't seem to have a good grasp for the english when I try to write this out. counts? arbitrary units? For example, if I want to write this out as algebra or label in a…
tarabyte
  • 3,152
  • 10
  • 46
  • 71
8
votes
1 answer

Protection of ADC inputs

I am using an ADC MCP3424. After breaking one of the ADC inputs, I was saw this thread: ADC input protection? I also read Microchip app note TB3013. Figure 3 in particular: The ADC's analog inputs need to be clamped at ± 0.3V of the supply…
EmbSysDev
  • 591
  • 1
  • 3
  • 16
8
votes
3 answers

Analog-Digital converter's LSB formula

What is the correct definition of the LSB voltage for an analog to digital converter? I have found two formulas: LSB = FS / (2N) LSB = FS / (2N - 1) N ... resolution in bits of the ADC. FS ... Full scale input range Has this anything to do with the…
Don
  • 240
  • 2
  • 3
  • 11
8
votes
2 answers

Shrinking an input signal for the ADC

I'm looking to sample a 0 to +15 V analog input signal, and it is not sinusoidal, rather it is impulse driven. I don't need to sample at a high rate (< 1kHz), but I need to sample over the full range of the signal. The way I see there are two…
Dr. Watson
  • 794
  • 9
  • 22
7
votes
1 answer

High precision ADC board design

I am planning to make some calibration module designs using the ADS8691IPW ADC from TI. I need 4 channels of separate ADC lines. I am planning to use separate 4 isolated supply channels. I designed schematics for one ADC channel. I used an input…
7
votes
4 answers

Why does quantization noise in ADC have such a wide bandwidth?

In the slide shown below by red arrow we have quantization noise up to fs/2, but why? From Nyquist fs=fb/2 for good sampling but why is there noise here noise up to fs/2? What is the logic ?
rocko445
  • 365
  • 2
  • 9
6
votes
3 answers

How to find the dynamic range of ADC?

I bought a Analog to Digital Converter but did not gave much attention to Dynamic range. The resolution is 12 Bit. Minimum input voltage is 0V and maximum is 5V. The problem is I don't have the datasheet and want to know how can I find the Dynamic…
Lifestohack
  • 213
  • 1
  • 4
  • 8
1
2 3
15 16