![]() A quick outline of the topics introduced in this tutorial :ADC or DAC convertersThe analog and digital devices work side by side but they cannot work together until there is some means for them to understand their languages. So, for a proper communication between these devices, converters are required that can convert analog into digital and vice versa. These converters are AD and DA converters.Analog to Digital Conversion (A to D or ADC or A–D)There are several different designs of ADCs, which are based on three basically different approaches.• Flash converterThe first is called a flash converter or parallel encoder. These use circuits called comparators. A comparator has two inputs, one is the analogue voltage being converted and the other is a known reference voltage. All we ask of a comparator is to answer a simple question: ‘Is the analogue input voltage higher or lower than our reference voltage?’ It answers by changing its output voltage to logic 1 to mean it is higher and logic 0 to mean it is lower. They are so accurate that the chance of it accepting the two voltages as the same level are extremely slight and doesn’t happen in practice. • Ramp generatorsThese are a combination of a binary counter that simply counts up from zero to its maximum value, perhaps 1024 like the last type. • Successive approximationIf we were to use a 3-bit digital signal to convert an analog voltage of between 0 V and 4 V we could have the 3 bits representing voltages of 4V, 2 V and 1V. The tutorial document contains more comprehensive descriptions of these different ADC approaches. Digital to Analog Conversion (DAC)Changing a group of digital bit values to an analog voltage is basically just the reverse process of the A–D conversion. Most digital to analog converters operate by adding current together then converting the result into an analog voltage. The binary levels are used to switch currents on or off.ResolutionThis is the number of digital bits used to convert into an analog voltage. Typical values available are from 4 to 18 bits. As the digital input changes by a single bit, say from 1000 to 1001, the resultant voltage or current increases by a discrete step. The size of this step is determined by the number of bits used compared with the maximum value of the output current or voltage. Complete Tutorial with figures, truth tables and examples :Here's a list of all the tutorials we currently have in this area - Introductory Digital Electronic Circuits and Boolean logic
|