Principal of Analog to digital converter(ADC) and Digital to analog converter(DAC)

adcbasicdac

Analog to digital converter is one that converts analog output form sensors to digital one what are basic principal of Analog to digital converter(ADC) and the opposite of one that takes digital input and provides analog value the Digital to analog converter(DAC)?How can we explain it using a simple example?
I had a look at following but would it be explained in better way:

Best Answer

There are many many many many excellent existing on web tutorials on this.The following are excellent examples BUT you should have a look around as much has been written that will improve your general understanding far more than having people spell out again something which is so well covered elsewhere.

This one gives a better than some concise explanation of 3 types of ADCs complete with flow chart where apposite. Remarkably compact explanations but easily enough followed with only a basic grasp of electronics, if that.

The same people also offer this superb introduction to digital to analog conversion.


From the above pages: Successive Approximation ADC

Note that a DAC is used in the ADC :-) - see DAC below.

Illustration of 4-bit SAC with 1 volt step size (after Tocci, Digital Systems).

The successive approximation ADC is much faster than the digital ramp ADC because it uses digital logic to converge on the value closest to the input voltage. A comparator and a DAC are used in the process.

enter image description here

enter image description here


  • Four-Bit D/A Converter

One way to achieve D/A conversion is to use a summing amplifier.

This approach is not satisfactory for a large number of bits because it requires too much precision in the summing resistors. This problem is overcome in the R-2R network DAC.

enter image description here

__

  • R-2R Ladder DAC

The summing amplifier with the R-2R ladder of resistances shown produces the output

where the D's take the value 0 or 1. The digital inputs could be TTL voltages which close the switches on a logical 1 and leave it grounded for a logical 0. This is illustrated for 4 bits, but can be extended to any number with just the resistance values R and 2R.

enter image description here