10. Chapter: A/D and D/A converter principles

Size: px
Start display at page:

Download "10. Chapter: A/D and D/A converter principles"

Transcription

1 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles Chapter: A/D and D/A converter principles Time of study: 6 hours Goals: the student should be able to define basic principles of D/A converters define basic principles of A/D converters describe aliasing use a multiply D/A converter for a control of circuit properties Text Basic considerations - ADC The devices which perform the interfacing function between analog and digital worlds are analog-to-digital (A/D or ADC) and digital-to-analog (D/A or DAC) converters, which together are known as data converters. The input to the system is a physical parameter such as temperature, pressure, flow, acceleration, and position, which are analog quantities. The parameter is first converted into an electrical signal by means of a transducer, once in electrical form, all further processing is done by electronic circuits x IN (t) Fig.1. An Analog to Digital converter is an electronic circuit which accepts an analog input signal (usually a voltage V(t)) and produces a corresponding digital number at the output see Fig.1. The resultant digital word goes to a computer data bus or to the input of a digital circuit. The analog-to-digital converter requires a small amount of time to perform the quantizing and coding operations. The time required to make the conversion depends on: the converter resolution, the conversion technique, and the speed of the components employed in the converter. The conversion speed required for a particular application depends on the time variation of the signal to be converted and on the accuracy desired. Aperture time - refers to the time uncertainty (or time window) in making a measurement and results in an amplitude uncertainty (or error) in the measurement if the signal is changing during this time Fig. 2.

2 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 2 x IN (t) Antialiasing filtr LP x LP (t) Sampling x s (t) Quantizing x q (t) Coding (number) A/D converter (ADC) x(n) Digital signal y(n) y(t) Output filter processing DAC LP Fig. 1: Possible block diagram of digital signal processing Fig. 2: Aperture time T A and amplitude uncertainty For the specific case of a sinusoidal input signal, the maximum rate of change occurs at the zero crossing of the waveform, and the amplitude error is d V = T A ( Vm sin ωt) = TA ( Vmω cos ωt) = ω = 0 = TAVmω dt The resultant error as a fraction of the peak to peak full scale value is ε V 2V A m A m = = = = π m T V ω 2V m T V 2π f 2V m f T A From this result the aperture time required to digitize a 1 khz signal to 10 bits resolution can be found. The resolution required is one part in 2 10 or approximately 0.001, thus

3 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 3 T A ε = π f 0,001 9 = ,14 10 The result is a required aperture time of just 320ns! It is evident that it is hard to find a 10-bit A/D converter to perform this conversion at any price! Fortunately, there is a simple and inexpensive way around this dilemma by using a sample-hold circuit Fig. 4. The aperture time of the A/D converter is therefore greatly reduced by the much shorter aperture time of the sample-hold circuit. In turn, the aperture time of the sample-hold is a function of its bandwidth and switching time. All signal sampling we can see in Fig. 3. SIGNAL SAMLING PULSES SAMLED SIGNAL SAMLED AND HELD SIGNAL Fig. 3: Signal sampling x(t) LP filter Sample and Hold Quantizing Coding The electrical signal is sampled (a sample-hold circuit acquires the signal voltage and then holds its value while an analog-to-digital converter converts the 2 B n value into digital form) Encoder x(n) 1 Quantizing is the process of transforming an analog signal into a set of discrete output states - there are 2 n -1 analog decision 1 points (or threshold levels) in the transfer function ( n number of the quantizer bits) Each threshold level corresponds to the number (code). Fig. 4: 3: Once more ADC The electrical signal is sampled (a sample-hold circuit acquires the signal voltage and then holds its value while an analog-to-digital converter converts the value into digital form)

4 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 4 Quantizing is the process of transforming an analog signal into a set of discrete output states - there are 2 n -1 analog decision points (or threshold levels) in the transfer function ( n number of quantizer bits) Each threshold level corresponds to the number (code). LP filter - a low pass active filter which reduces high frequency signal components, unwanted electrical interference noise, or electronic noise from the signal; so-called antialiasing filter; its characteristics frequency must be ½ of sampling frequency f s. Sampling (sampling theorem, Nyquist theorem): If a continuous bandwidth-limited signal contains no frequency components higher than f c, then the original signal can be recovered without distortion if it is sampled at a rate of at least 2 f c samples per second, thus f s 2 f c Aliasing in the time domain Fig. 5 f c False signal alias frequency Fig. 5: Aliasing in the time domain; f s < f c 0 T 2T 3T 4T 5T 6T 7T

5 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 5 Aliasing spectrum Fig. 6 f s -f c (a) -2f s - f s 0 f c f s 2f s FREQUENCY FOLDING (b) - f s 0 f c f s 2f s Fig. 6: a) right sampling f s > 2f c ; practically at least 5x higher b) bad sampling f s < 2f c From the figure 6, if the sampling rate is increased such that f S - f C > f C, then the two spectra are separated and the original signal can be recovered without distortion. This demonstrates the result of the Sampling Theorem that f S >2f C. Frequency folding (aliasing) can be eliminated in two ways: first by using a high enough sampling rate, and second by filtering the signal before sampling to limit its bandwidth to f S /2 antialiasing filter. Quantizer, coding At any part of the input range of the quantizer, there is a small range of analog values within which the same output code word is produced. This small range is the voltage difference between any two adjacent decision points and is known as the analog quantization size, or quantum, q it is found in general by dividing the full scale analog range (FSR) by the number of output states. FSR is defined by the applied reference voltage V. Q is the smallest analog difference which can be resolved, or distinguished, by the quantizer (the quantization step; quantum - analog). q = V 2 n 1 V 2 n For a given analog input value to the quantizer, the output error will vary anywhere from 0 to ±q/2; the error is zero only at analog values corresponding to the code center points. This error is also frequently called quantization uncertainty or quantization noise. The quantizer output can be thought of as the analog input with quantization noise added to it. The noise has a peak-to-peak value of q but, as with other types of noise, the average value is zero. Its RMS value, however, is useful in analysis and can be computed from the triangular waveshape to be q/(2. 3). The most popular code is natural binary, or straight binary, which is used in its fractional form to represent a number

6 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 6 N = a a2 2 + L a n n where each coefficient a i assumes a value of zero or one and N has a value between zero and one. The binary code word therefore represents the decimal fraction (1x0.5) + (1x0.25) + (0x0.125) + (1x0.0625) + (0x ) + (1x ) = or % of full scale for the converter. If full scale (V ) is +10V, then the code word represents V. The leftmost bit has the most weight, 0.5 of full scale, and is called the most significant bit, or MSB; the rightmost bit has the least weight, 2-n of full scale, and is therefore called the least significant bit, or LSB. The bits in a code word are numbered from left to right from 1 to n. The LSB has the same analog equivalent value as q discussed previously, namely LSB(analogvalue) = q = V 2 n 1 V 2 n Table 1 and Table 2 are useful summaries of the resolution, number of states, and LSB weights. Table 1: V n LSB (q) 1.00V mv 1.00V µv 2.00V mv 2.00V mv 2.00V µv 2.048V mv 2.048V µv 4.00V mv 4.00V mv 4.00V µv

7 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 7 Table 2: Resolution = 2 n -1 [n = number of bites] error (FSR) n 2 n 1bit ppm [1x10-6] 8bits bits bits bits bits bits bits bits bits The dynamic range DR(dB) of a data converter in db is found as follows: n DR(dB) = 20log 2 = 20nlog 2 = 20n(0,3010) = 6, 02 n A 12-bit converter, for example, has a dynamic range of 72.2dB. Basic considerations - DAC A Digital to Analog converter is an electronic circuit which accepts a digital number at its input and produces a corresponding analog signal (usually a voltage) at the output. There are different DACs realizations. 1) Summation of binary weighted currents Fig. 7 MSB V LSB Fig. 7: DAC summation of weighted currents

8 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 8 - It is a summing connection (inverting) of an operational amplifier. - For given ratios is output voltage V DAC : V DAC = = 8, V - For example, in a 12-bit converter you would need a range of resistor values of 2000:1, with corresponding precision of the small resistor values an elegant solution is R 2R ladder. - The switch resistance must be smaller than 1/2 n of the smallest resistor. - This principle is used only in fast, low-precision DACs. 2) R 2R ladder Fig. 8 C B A VIRTUAL GROUND I VG LSB MSB Fig. 8: DAC R 2R ladder - Only two resistor values are needed (R and 2R). - The resistor must be precisely matched, though the actual resistor values are not critical. - Electronic switches connect resistors to either ground or the V line. The result is binary weighted current I VG flowing down VIRTUAL GROUND (The Thevenin resistance of an R/2R ladder is always R regardless of the number of bits in the ladder. Since an R/2R ladder is a linear circuit, we can apply the principle of superposition to calculate I VG.). - Operational amplifier current to voltage converter (inverting). - The circuit shown generates an output of zero to 10 V (the maximum input count is 15, with output voltage -10x15/16). - The operational amplifier tends to be the slowest part of the DAC we can use a converter with current output.

9 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 9 3) DAC with current output (current switched DAC) Fig. 9 U I R VIRT. GROUND OZ T T 1 T 2 T 3 T 4 16A E 8A E 4A E 2A E 1A E 4A E for example I I 1 I 2 R 2R R 2R I 3 2R R R 2R I /2 I /4 I /8 Fig. 9: DAC R 2R ladder; current output - The current sources are ON all the time, and their output current is switched to the output terminal or to ground (very fast and cheap). - The transistor areas are scaled (16A E : 8A E : 4A E : 2A E :1A E ), thereby ensuring equal current densities in all the transistors for optimum VBE matching (the emitter areas of the BJT devices must be proportional to the emitter current). - OZ + T create current I = U /R (T is an inverting structure, thus feedback is negative, virtual ground). - I 1 = (( I R + U BE ) U BE )/ 2R = I / 2 - I 2 = (( I R + U BE ) U BE R I / 2) / 2R = I / 4 - I 3 = (( I R + U BE ) U BE R I / 2 R I / 4) / 2R = I / 8 - etc. There are a few ways to generate an output voltage from a current DAC. To generate large swings, or to buffer into small load resistances, a current to voltage amplifier (with an opamp) can be used. 4) Multiplying DACs (MDAC) - can be made from DACs that have no internal reference by using the reference input for the analog input signal. A DAC with good multiplying properties (wide analog input range, high speed, etc.) will be called a multiplying DAC. When used like this, MDAC behaves as a digitally controlled audio attenuator because the output V 0 is a fraction of the voltage representing the input digital code and the attenuator setting can be controlled by digital logic. If followed by an op-amp integrator, the MDAC provides digitally programmable integration which can be used in the design of digitally programmable oscillators, filters.

10 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 10 5) Generally, the output voltage V DAC 1 2 n ( a 2 + a 2 + a ) = ± V N = ± V 2 Sign + means a noninverting DAC. Sign - means an inverting DAC. a 1 MSB; a n LSB. Basic principles of ADCs There are different ADCs realizations. 1 2 L 1) Flash conversion (parallel encoder) Of all conversion techniques, one of the fastest is direct conversion, better known as "flash" conversion. ADCs based on this architecture are extremely fast and perform their multibit conversion directly, but they require intensive analog design to manage the large n Fig. 10: ADCs based on the direct-conversion architecture (better known as flash converters) include 2 N -1 comparator banks and a reference resistor-divider network number of comparators and reference voltages required. As shown in Fig. 10, a converter with N-bit resolution has 2 N -1 comparators connected in parallel, with reference voltages set by a

11 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 11 resistor network and spaced V /2 N (~1 least significant bit, or LSB) apart. Input voltage offset of operational amplifiers must be less than the "LSB / 2". A change of input voltage usually causes a change of state in more than one comparator output. These output changes are combined in a decoder-logic unit that produces a parallel N- bit output from the converter. 2) Dual slope ADCs The dual-slope ADC architecture was truly a breakthrough in ADCs for high resolution applications such as digital voltmeters (DVMs), etc. A simplified diagram is shown in Fig. 11, and the integrator output waveforms are shown in Fig. 12. Fig. 11: Dual slope ADC Fig. 12: Dual slope ADC output waveforms

12 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 12 The input signal is applied to an integrator; at the same time a counter is started, counting clock pulses. After a predetermined amount of time (T), a reference voltage having opposite polarity is applied to the integrator. At that instant, the accumulated charge on the integrating capacitor is proportional to the average value of the input over the interval T. By choosing that time interval to be a multiple of the power-line period, the converter becomes insensitive to 50 Hz hum (and its harmonics) Fig. 13. The integral of the reference is an oppositegoing ramp having a slope of V/RC. At the same time, the counter is again counting from zero. When the integrator output reaches zero, the count is stopped, and the analog circuitry is reset. Since the charge gained is proportional to VIN T, and the equal amount of charge lost is proportional to V tx, then the number of counts relative to the full scale count is proportional to tx/t, or VIN/V. If the output of the counter is a binary number, it will therefore be a binary representation of the input voltage. Fig. 13: Frequency response of integrating ADC Dual-slope integration has many advantages. Conversion accuracy is independent of both the capacitance and the clock frequency, because they affect both the up-slope and the downslope by the same ratio. 3) SAR ADCs Although there are many variations in the implementation of a SAR (successive approximation register) ADC, the basic architecture is quite simple (see Fig. 14). The analog input voltage (V IN ) is held on a track/hold. To implement the binary search algorithm, the N- bit register is first set to midscale (that is, , where the MSB is set to '1'). This forces the DAC output (VDAC) to be V /2, where V is the reference voltage provided to the ADC. A comparison is then performed to determine if V IN is less than or greater than VDAC.

13 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 13 If V IN is greater than VDAC, the comparator output is a logic high or '1' and the MSB of the N-bit register remains at '1'. Conversely, if V IN is less than VDAC, the comparator output is a logic low and the MSB of the register is cleared to logic '0'. The SAR control logic then moves to the next bit down, forces that bit high, and does another comparison. The sequence continues all the way down to the LSB. Once this is done, the conversion is complete, and the N-bit digital word is available in the register. Fig. 14: Simplified N-bit SAR architecture Fig. 15: SAR operation 4 bit example

14 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 14 Fig. 15 shows an example of a 4-bit conversion. The y-axis (and the bold line in the figure) represents the DAC output voltage. In the example, the first comparison shows that V IN < VDAC. Thus, bit 3 is set to '0'. The DAC is then set to and the second comparison is performed. As V IN > VDAC, bit 2 remains at '1'. The DAC is then set to , and the third comparison is performed. Bit 1 is set to '0', and the DAC is then set to for the final comparison. Finally, bit 0 remains at '1' because VIN > VDAC. Notice that four comparison periods are required for a 4-bit ADC. Generally speaking, an N-bit SAR ADC will require N comparison periods and will not be ready for the next conversion until the current one is complete. This explains why these types of ADCs are power- and space-efficient, yet are rarely seen in speed-and resolution combinations beyond a few Msps at 14 to 16 bits. The two critical components are the comparator and the DAC. 4) Voltage to frequency ADC Voltage-to-frequency ADCs convert the analog input voltage to a pulse train with the frequency proportional to the amplitude of the input (see Fig. 16). This can be done simply by charging a capacitor with a current proportional to the input level and discharging it when the ramp reaches a preset threshold. The pulses are counted over a fixed period to determine the frequency, and the pulse counter output, in turn, represents the digital voltage. Fig. 16: Principle of voltage to frequency DACs Voltage-to-frequency converters inherently have a high noise rejection characteristic, because the input signal is effectively integrated over the counting interval. Voltage-tofrequency conversion is commonly used to convert slow and noisy signals. Voltage-tofrequency ADCs are also widely used for remote sensing in noisy environments. The input voltage is converted to a frequency at the remote location and the digital pulse train is transmitted over a pair of wires to the counter. This eliminates noise that can be introduced in the transmission lines of an analog signal over a relatively long distance. 5) Delta sigma converter see the 9. Chapter

15 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 15 6) Pipelined analog-to-digital converters The pipelined analog-to-digital converter (ADC) has become the most popular ADC architecture for sampling rates from a few megasamples per second (Msps) up to 100Msps. Resolutions range from eight bits at the faster sample rates up to 16 bits at the lower rates. These resolutions and sampling rates cover a wide range of applications, including CCD imaging, ultrasonic medical imaging, digital receivers, base stations, digital video, etc. Fig. 17: Pipelined ADC with four 3-bit stages (each stage resolves two bits) Fig. 17 shows a block diagram of a 12-bit pipelined ADC. In this schematic, the analog input, V IN, is first sampled and held steady by a sample-and-hold (S&H), while the flash ADC in stage one quantizes it to three bits. The 3-bit output is then fed to a 3-bit DAC (accurate to about 12 bits), and the analog output is subtracted from the input. This "residue" is then gained up by a factor of four and fed to the next stage (Stage 2). This gained-up residue continues through the pipeline, providing three bits per stage until it reaches the 4-bit flash ADC, which resolves the last 4LSB bits. Because the bits from each stage are determined at different points in time, all the bits corresponding to the same sample are time-aligned with shift registers before being fed to the digital-error-correction logic. Note when a stage finishes processing a sample, determining the bits, and passing the residue to the next stage, it can then start processing the next sample received from the sample-and-hold embedded within each stage. This pipelining action is the reason for the high throughput. Although each stage generates three raw bits in the Figure 1 example, because the interstage gain is only 4, each stage (Stages 1 to 4) effectively resolves only two bits. The extra bit is simply to reduce the size of the residue by one half, allowing extra range in the next 3-bit ADC for digital error correction, as mentioned above. This process is called "1-bit overlap" between adjacent stages. The effective number of bits of the entire ADC is therefore = 12 bits.

16 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 16 7) Comparison of ADCs As ADCs can consume a large percentage of power in a device, it is of vital interest to minimize ADC power consumption. Optimal power consumption for different sampling rates, and resolutions we can see in Fig. 18 (qualitative description only). Fig. 18: A/D Converter technologies, resolution and bandwidth When selecting an ADC, some of the factors to consider are - Precision - Speed - Accuracy (external trimming required? monotonicity?) - Required supply voltages and power dissipation - Reference (internal or external? if internal, is it accessible externally?) - Input impedance and analog voltage range (unipolar, bipolar, or both?) - etc.

17 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 17 [1] [2] Basic texts Other text [3] Horowitz, P-Hill, W.: The art of electronics. Cambridge University press 2001, str.612 až 636 Questions Answers you find in this text 1. Explain basic operating principles of DACs. 2. Explain basic operating principles of ADCs. 3. Can we use DAC as a variable controlled attenuator? 4. Explain the operating principle of an ADC, usually referred as a SAR. 5. Explain what aliasing is, how it happens, and what may be done to prevent it from happening to an ADC circuit. Problems 1. Determine the required sampling frequency f s if the maximum signal frequency is 16 khz. 2. Suppose an analog-digital converter inputs a voltage ranging from 0 to 5 volts DC and converts the magnitude of that voltage into an 8-bit binary number. How many discrete "steps" are there in the output as the converter circuit resolves the input voltage from one end of its range (0 volts) to the other (5 volts)? How much voltage does each of these steps represent? 3. Determine the output voltage of a multiplying DAC (inverting), who s V = 10 V, a binary word is Determine the maximum input voltage offset of comparators in parallel converter according to problem 3. Problems key Ad1) Use the equation f s 2 f c.

18 Punčochář, Mohylová: TELO, Chapter 10: A/D and D/A converter principles 18 Ad2) This ADC (Analog-to-Digital Converter) circuit has 256 steps in its output range, each step representing mv. 1 2 n Ad3) Use the equation V = ± V N = ± V ( a 2 + a 2 + a 2 ) DAC 1 2 L n ; n = 8. Ad4) We know n = 8, LSB(analogvalue) voltage offset must be less than q/2. V V = q = ; thus comparators input n n Recommendation If you can solve and answer more than circa 60 % of the problems and questions, you may continue your study.

Advantages of Analog Representation. Varies continuously, like the property being measured. Represents continuous values. See Figure 12.

Advantages of Analog Representation. Varies continuously, like the property being measured. Represents continuous values. See Figure 12. Analog Signals Signals that vary continuously throughout a defined range. Representative of many physical quantities, such as temperature and velocity. Usually a voltage or current level. Digital Signals

More information

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Analog I/O. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Analog I/O ECE 153B Sensor & Peripheral Interface Design Introduction Anytime we need to monitor or control analog signals with a digital system, we require analogto-digital (ADC) and digital-to-analog

More information

Chapter 2 Signal Conditioning, Propagation, and Conversion

Chapter 2 Signal Conditioning, Propagation, and Conversion 09/0 PHY 4330 Instrumentation I Chapter Signal Conditioning, Propagation, and Conversion. Amplification (Review of Op-amps) Reference: D. A. Bell, Operational Amplifiers Applications, Troubleshooting,

More information

System on a Chip. Prof. Dr. Michael Kraft

System on a Chip. Prof. Dr. Michael Kraft System on a Chip Prof. Dr. Michael Kraft Lecture 5: Data Conversion ADC Background/Theory Examples Background Physical systems are typically analogue To apply digital signal processing, the analogue signal

More information

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing Fundamentals of Data Converters DAVID KRESS Director of Technical Marketing 9/14/2016 Analog to Electronic Signal Processing Sensor (INPUT) Amp Converter Digital Processor Actuator (OUTPUT) Amp Converter

More information

APPLICATION BULLETIN PRINCIPLES OF DATA ACQUISITION AND CONVERSION. Reconstructed Wave Form

APPLICATION BULLETIN PRINCIPLES OF DATA ACQUISITION AND CONVERSION. Reconstructed Wave Form APPLICATION BULLETIN Mailing Address: PO Box 11400 Tucson, AZ 85734 Street Address: 6730 S. Tucson Blvd. Tucson, AZ 85706 Tel: (60) 746-1111 Twx: 910-95-111 Telex: 066-6491 FAX (60) 889-1510 Immediate

More information

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale

UNIT III Data Acquisition & Microcontroller System. Mr. Manoj Rajale UNIT III Data Acquisition & Microcontroller System Mr. Manoj Rajale Syllabus Interfacing of Sensors / Actuators to DAQ system, Bit width, Sampling theorem, Sampling Frequency, Aliasing, Sample and hold

More information

Electronics II Physics 3620 / 6620

Electronics II Physics 3620 / 6620 Electronics II Physics 3620 / 6620 Feb 09, 2009 Part 1 Analog-to-Digital Converters (ADC) 2/8/2009 1 Why ADC? Digital Signal Processing is more popular Easy to implement, modify, Low cost Data from real

More information

Data Converters. Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT

Data Converters. Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT Data Converters Dr.Trushit Upadhyaya EC Department, CSPIT, CHARUSAT Purpose To convert digital values to analog voltages V OUT Digital Value Reference Voltage Digital Value DAC Analog Voltage Analog Quantity:

More information

Digital to Analog Conversion. Data Acquisition

Digital to Analog Conversion. Data Acquisition Digital to Analog Conversion (DAC) Digital to Analog Conversion Data Acquisition DACs or D/A converters are used to convert digital signals representing binary numbers into proportional analog voltages.

More information

ELG3336: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs)

ELG3336: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) ELG3336: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) Digital Output Dout 111 110 101 100 011 010 001 000 ΔV, V LSB V ref 8 V FSR 4 V 8 ref 7 V 8 ref Analog Input

More information

Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC)

Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC) 1 Analog-to-Digital Converter (ADC) And Digital-to-Analog Converter (DAC) 2 1. DAC In an electronic circuit, a combination of high voltage (+5V) and low voltage (0V) is usually used to represent a binary

More information

A-D and D-A Converters

A-D and D-A Converters Chapter 5 A-D and D-A Converters (No mathematical derivations) 04 Hours 08 Marks When digital devices are to be interfaced with analog devices (or vice a versa), Digital to Analog converter and Analog

More information

Data Acquisition: A/D & D/A Conversion

Data Acquisition: A/D & D/A Conversion Data Acquisition: A/D & D/A Conversion Mark Colton ME 363 Spring 2011 Sampling: A Review In order to store and process measured variables in a computer, the computer must sample the variables 10 Continuous

More information

P a g e 1. Introduction

P a g e 1. Introduction P a g e 1 Introduction 1. Signals in digital form are more convenient than analog form for processing and control operation. 2. Real world signals originated from temperature, pressure, flow rate, force

More information

Tuesday, March 1st, 9:15 11:00. Snorre Aunet Nanoelectronics group Department of Informatics University of Oslo.

Tuesday, March 1st, 9:15 11:00. Snorre Aunet Nanoelectronics group Department of Informatics University of Oslo. Nyquist Analog to Digital it Converters Tuesday, March 1st, 9:15 11:00 Snorre Aunet (sa@ifi.uio.no) Nanoelectronics group Department of Informatics University of Oslo 3.1 Introduction 3.1.1 DAC applications

More information

Electronics A/D and D/A converters

Electronics A/D and D/A converters Electronics A/D and D/A converters Prof. Márta Rencz, Gábor Takács, Dr. György Bognár, Dr. Péter G. Szabó BME DED December 1, 2014 1 / 26 Introduction The world is analog, signal processing nowadays is

More information

Cyber-Physical Systems ADC / DAC

Cyber-Physical Systems ADC / DAC Cyber-Physical Systems ADC / DAC ICEN 553/453 Fall 2018 Prof. Dola Saha 1 Analog-to-Digital Converter (ADC) Ø ADC is important almost to all application fields Ø Converts a continuous-time voltage signal

More information

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition Chapter 7 Sampling, Digital Devices, and Data Acquisition Material from Theory and Design for Mechanical Measurements; Figliola, Third Edition Introduction Integrating analog electrical transducers with

More information

Data Converters. Lecture Fall2013 Page 1

Data Converters. Lecture Fall2013 Page 1 Data Converters Lecture Fall2013 Page 1 Lecture Fall2013 Page 2 Representing Real Numbers Limited # of Bits Many physically-based values are best represented with realnumbers as opposed to a discrete number

More information

EEE312: Electrical measurement & instrumentation

EEE312: Electrical measurement & instrumentation University of Turkish Aeronautical Association Faculty of Engineering EEE department EEE312: Electrical measurement & instrumentation Digital Electronic meters BY Ankara March 2017 1 Introduction The digital

More information

ELG4139: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs)

ELG4139: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) ELG4139: Converters Analog to Digital Converters (ADCs) Digital to Analog Converters (DACs) Digital Output Dout 111 110 101 100 011 010 001 000 ΔV, V LSB V ref 8 V FS 4 V 8 ref 7 V 8 ref Analog Input V

More information

Lecture #6: Analog-to-Digital Converter

Lecture #6: Analog-to-Digital Converter Lecture #6: Analog-to-Digital Converter All electrical signals in the real world are analog, and their waveforms are continuous in time. Since most signal processing is done digitally in discrete time,

More information

Analogue-to-Digital Conversion

Analogue-to-Digital Conversion Digital-to-Analogue to Conversion Analogue-to-Digital Conversion Module: EE2C2 Digital Design Lecturer: URL: http://www.personal.rdg.ac.uk/~stsgrimb/ email: j.b.grimbleby reading.ac.uk Number of Lectures:

More information

ANALOG TO DIGITAL (ADC) and DIGITAL TO ANALOG CONVERTERS (DAC)

ANALOG TO DIGITAL (ADC) and DIGITAL TO ANALOG CONVERTERS (DAC) COURSE / CODE DIGITAL SYSTEM FUNDAMENTALS (ECE421) DIGITAL ELECTRONICS FUNDAMENTAL (ECE422) ANALOG TO DIGITAL (ADC) and DIGITAL TO ANALOG CONVERTERS (DAC) Connecting digital circuitry to sensor devices

More information

Chapter 5: Signal conversion

Chapter 5: Signal conversion Chapter 5: Signal conversion Learning Objectives: At the end of this topic you will be able to: explain the need for signal conversion between analogue and digital form in communications and microprocessors

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

16.2 DIGITAL-TO-ANALOG CONVERSION

16.2 DIGITAL-TO-ANALOG CONVERSION 240 16. DC MEASUREMENTS In the context of contemporary instrumentation systems, a digital meter measures a voltage or current by performing an analog-to-digital (A/D) conversion. A/D converters produce

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion 02534567998 6 4 2 3 4 5 6 ANALOG to DIGITAL CONVERSION Analog variation (Continuous, smooth variation) Digitized Variation (Discrete set of points) N2 N1 Digitization applied

More information

Data Acquisition & Computer Control

Data Acquisition & Computer Control Chapter 4 Data Acquisition & Computer Control Now that we have some tools to look at random data we need to understand the fundamental methods employed to acquire data and control experiments. The personal

More information

Lecture 9, ANIK. Data converters 1

Lecture 9, ANIK. Data converters 1 Lecture 9, ANIK Data converters 1 What did we do last time? Noise and distortion Understanding the simplest circuit noise Understanding some of the sources of distortion 502 of 530 What will we do today?

More information

Analog to digital and digital to analog converters

Analog to digital and digital to analog converters Analog to digital and digital to analog converters A/D converter D/A converter ADC DAC ad da Number bases Decimal, base, numbers - 9 Binary, base, numbers and Oktal, base 8, numbers - 7 Hexadecimal, base

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

Analog to Digital Converters

Analog to Digital Converters Analog to Digital Converters By: Byron Johns, Danny Carpenter Stephanie Pohl, Harry Bo Marr http://ume.gatech.edu/mechatronics_course/fadc_f05.ppt (unless otherwise marked) Presentation Outline Introduction:

More information

TUTORIAL 283 INL/DNL Measurements for High-Speed Analog-to- Digital Converters (ADCs)

TUTORIAL 283 INL/DNL Measurements for High-Speed Analog-to- Digital Converters (ADCs) Maxim > Design Support > Technical Documents > Tutorials > A/D and D/A Conversion/Sampling Circuits > APP 283 Maxim > Design Support > Technical Documents > Tutorials > High-Speed Signal Processing > APP

More information

CHAPTER. delta-sigma modulators 1.0

CHAPTER. delta-sigma modulators 1.0 CHAPTER 1 CHAPTER Conventional delta-sigma modulators 1.0 This Chapter presents the traditional first- and second-order DSM. The main sources for non-ideal operation are described together with some commonly

More information

Outline. Analog/Digital Conversion

Outline. Analog/Digital Conversion Analog/Digital Conversion The real world is analog. Interfacing a microprocessor-based system to real-world devices often requires conversion between the microprocessor s digital representation of values

More information

Analogue Interfacing. What is a signal? Continuous vs. Discrete Time. Continuous time signals

Analogue Interfacing. What is a signal? Continuous vs. Discrete Time. Continuous time signals Analogue Interfacing What is a signal? Signal: Function of one or more independent variable(s) such as space or time Examples include images and speech Continuous vs. Discrete Time Continuous time signals

More information

Data Converters. Springer FRANCO MALOBERTI. Pavia University, Italy

Data Converters. Springer FRANCO MALOBERTI. Pavia University, Italy Data Converters by FRANCO MALOBERTI Pavia University, Italy Springer Contents Dedicat ion Preface 1. BACKGROUND ELEMENTS 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 The Ideal Data Converter Sampling 1.2.1 Undersampling

More information

Analytical Chemistry II

Analytical Chemistry II Analytical Chemistry II L3: Signal processing (selected slides) Semiconductor devices Apart from resistors and capacitors, electronic circuits often contain nonlinear devices: transistors and diodes. The

More information

Data Conversion Circuits & Modulation Techniques. Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur

Data Conversion Circuits & Modulation Techniques. Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur Data Conversion Circuits & Modulation Techniques Subhasish Chandra Assistant Professor Department of Physics Institute of Forensic Science, Nagpur Data Conversion Circuits 2 Digital systems are being used

More information

The counterpart to a DAC is the ADC, which is generally a more complicated circuit. One of the most popular ADC circuit is the successive

The counterpart to a DAC is the ADC, which is generally a more complicated circuit. One of the most popular ADC circuit is the successive 1 The counterpart to a DAC is the ADC, which is generally a more complicated circuit. One of the most popular ADC circuit is the successive approximation converter. 2 3 The idea of sampling is fully covered

More information

Design of Pipeline Analog to Digital Converter

Design of Pipeline Analog to Digital Converter Design of Pipeline Analog to Digital Converter Vivek Tripathi, Chandrajit Debnath, Rakesh Malik STMicroelectronics The pipeline analog-to-digital converter (ADC) architecture is the most popular topology

More information

4. Digital Measurement of Electrical Quantities

4. Digital Measurement of Electrical Quantities 4.1. Concept of Digital Systems Concept A digital system is a combination of devices designed for manipulating physical quantities or information represented in digital from, i.e. they can take only discrete

More information

Analog-to-Digital i Converters

Analog-to-Digital i Converters CSE 577 Spring 2011 Analog-to-Digital i Converters Jaehyun Lim, Kyusun Choi Department t of Computer Science and Engineering i The Pennsylvania State University ADC Glossary DNL (differential nonlinearity)

More information

8-Bit, high-speed, µp-compatible A/D converter with track/hold function ADC0820

8-Bit, high-speed, µp-compatible A/D converter with track/hold function ADC0820 8-Bit, high-speed, µp-compatible A/D converter with DESCRIPTION By using a half-flash conversion technique, the 8-bit CMOS A/D offers a 1.5µs conversion time while dissipating a maximum 75mW of power.

More information

SIGMA-DELTA CONVERTER

SIGMA-DELTA CONVERTER SIGMA-DELTA CONVERTER (1995: Pacífico R. Concetti Western A. Geophysical-Argentina) The Sigma-Delta A/D Converter is not new in electronic engineering since it has been previously used as part of many

More information

CENG4480 Lecture 04: Analog/Digital Conversions

CENG4480 Lecture 04: Analog/Digital Conversions CENG4480 Lecture 04: Analog/Digital Conversions Bei Yu byu@cse.cuhk.edu.hk (Latest update: October 3, 2018) Fall 2018 1 / 31 Overview Preliminaries Comparator Digital to Analog Conversion (DAC) Analog

More information

SAMPLING AND RECONSTRUCTING SIGNALS

SAMPLING AND RECONSTRUCTING SIGNALS CHAPTER 3 SAMPLING AND RECONSTRUCTING SIGNALS Many DSP applications begin with analog signals. In order to process these analog signals, the signals must first be sampled and converted to digital signals.

More information

The need for Data Converters

The need for Data Converters The need for Data Converters ANALOG SIGNAL (Speech, Images, Sensors, Radar, etc.) PRE-PROCESSING (Filtering and analog to digital conversion) DIGITAL PROCESSOR (Microprocessor) POST-PROCESSING (Digital

More information

Lecture 6: Digital/Analog Techniques

Lecture 6: Digital/Analog Techniques Lecture 6: Digital/Analog Techniques The electronics signals that we ve looked at so far have been analog that means the information is continuous. A voltage of 5.3V represents different information that

More information

Care and Feeding of the One Bit Digital to Analog Converter

Care and Feeding of the One Bit Digital to Analog Converter Care and Feeding of the One Bit Digital to Analog Converter Jim Thompson, University of Washington, 8 June 1995 Introduction The one bit digital to analog converter (DAC) is a magical circuit that accomplishes

More information

The simplest DAC can be constructed using a number of resistors with binary weighted values. X[3:0] is the 4-bit digital value to be converter to an

The simplest DAC can be constructed using a number of resistors with binary weighted values. X[3:0] is the 4-bit digital value to be converter to an 1 Although digital technology dominates modern electronic systems, the physical world remains mostly analogue in nature. The most important components that link the analogue world to digital systems are

More information

Specifying A D and D A Converters

Specifying A D and D A Converters Specifying A D and D A Converters The specification or selection of analog-to-digital (A D) or digital-to-analog (D A) converters can be a chancey thing unless the specifications are understood by the

More information

II Year (04 Semester) EE6403 Discrete Time Systems and Signal Processing

II Year (04 Semester) EE6403 Discrete Time Systems and Signal Processing Class Subject Code Subject II Year (04 Semester) EE6403 Discrete Time Systems and Signal Processing 1.CONTENT LIST: Introduction to Unit I - Signals and Systems 2. SKILLS ADDRESSED: Listening 3. OBJECTIVE

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

Software Programmable Gain Amplifier AD526

Software Programmable Gain Amplifier AD526 a FEATURES Digitally Programmable Binary Gains from to 6 Two-Chip Cascade Mode Achieves Binary Gain from to 256 Gain Error: 0.0% Max, Gain =, 2, 4 (C Grade) 0.02% Max, Gain = 8, 6 (C Grade) 0.5 ppm/ C

More information

Telecommunication Electronics

Telecommunication Electronics Politecnico di Torino ICT School Telecommunication Electronics C5 - Special A/D converters» Logarithmic conversion» Approximation, A and µ laws» Differential converters» Oversampling, noise shaping Logarithmic

More information

University of Pennsylvania. Department of Electrical and Systems Engineering. ESE Undergraduate Laboratory. Analog to Digital Converter

University of Pennsylvania. Department of Electrical and Systems Engineering. ESE Undergraduate Laboratory. Analog to Digital Converter University of Pennsylvania Department of Electrical and Systems Engineering ESE Undergraduate Laboratory Analog to Digital Converter PURPOSE The purpose of this lab is to design and build a simple Digital-to-Analog

More information

2. ADC Architectures and CMOS Circuits

2. ADC Architectures and CMOS Circuits /58 2. Architectures and CMOS Circuits Francesc Serra Graells francesc.serra.graells@uab.cat Departament de Microelectrònica i Sistemes Electrònics Universitat Autònoma de Barcelona paco.serra@imb-cnm.csic.es

More information

Care and Feeding of the One Bit Digital to Analog Converter

Care and Feeding of the One Bit Digital to Analog Converter 1 Care and Feeding of the One Bit Digital to Analog Converter Jim Thompson, University of Washington, 8 June 1995 Introduction The one bit digital to analog converter (DAC) is a magical circuit that accomplishes

More information

16-Bit Monolithic DIGITAL-TO-ANALOG CONVERTERS

16-Bit Monolithic DIGITAL-TO-ANALOG CONVERTERS PCM54 PCM55 DESIGNED FOR AUDIO 6-Bit Monolithic DIGITAL-TO-ANALOG CONVERTERS FEATURES PARALLEL INPUT FORMAT 6-BIT RESOLUTION 5-BIT MONOTONICITY (typ) 92dB TOTAL HARMONIC DISTORTION (K Grade) 3µs SETTLING

More information

CMOS High Speed A/D Converter Architectures

CMOS High Speed A/D Converter Architectures CHAPTER 3 CMOS High Speed A/D Converter Architectures 3.1 Introduction In the previous chapter, basic key functions are examined with special emphasis on the power dissipation associated with its implementation.

More information

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC

EE 421L Digital Electronics Laboratory. Laboratory Exercise #9 ADC and DAC EE 421L Digital Electronics Laboratory Laboratory Exercise #9 ADC and DAC Department of Electrical and Computer Engineering University of Nevada, at Las Vegas Objective: The purpose of this laboratory

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion Why It s Needed Embedded systems often need to measure values of physical parameters These parameters are usually continuous (analog) and not in a digital form which computers

More information

The Importance of Data Converter Static Specifications Don't Lose Sight of the Basics! by Walt Kester

The Importance of Data Converter Static Specifications Don't Lose Sight of the Basics! by Walt Kester TUTORIAL The Importance of Data Converter Static Specifications Don't Lose Sight of the Basics! INTRODUCTION by Walt Kester In the 1950s and 1960s, dc performance specifications such as integral nonlinearity,

More information

CHAPTER ELEVEN - Interfacing With the Analog World

CHAPTER ELEVEN - Interfacing With the Analog World CHAPTER ELEVEN - Interfacing With the Analog World 11.1 (a) Analog output = (K) x (digital input) (b) Smallest change that can occur in the analog output as a result of a change in the digital input. (c)

More information

Gechstudentszone.wordpress.com

Gechstudentszone.wordpress.com 8.1 Operational Amplifier (Op-Amp) UNIT 8: Operational Amplifier An operational amplifier ("op-amp") is a DC-coupled high-gain electronic voltage amplifier with a differential input and, usually, a single-ended

More information

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION

EE ELECTRICAL ENGINEERING AND INSTRUMENTATION EE6352 - ELECTRICAL ENGINEERING AND INSTRUMENTATION UNIT V ANALOG AND DIGITAL INSTRUMENTS Digital Voltmeter (DVM) It is a device used for measuring the magnitude of DC voltages. AC voltages can be measured

More information

Low Cost 10-Bit Monolithic D/A Converter AD561

Low Cost 10-Bit Monolithic D/A Converter AD561 a FEATURES Complete Current Output Converter High Stability Buried Zener Reference Laser Trimmed to High Accuracy (1/4 LSB Max Error, AD561K, T) Trimmed Output Application Resistors for 0 V to +10 V, 5

More information

Interface Electronic Circuits

Interface Electronic Circuits Lecture (5) Interface Electronic Circuits Part: 1 Prof. Kasim M. Al-Aubidy Philadelphia University-Jordan AMSS-MSc Prof. Kasim Al-Aubidy 1 Interface Circuits: An interface circuit is a signal conditioning

More information

ANALOG-TO-DIGITAL CONVERTERS

ANALOG-TO-DIGITAL CONVERTERS ANALOG-TO-DIGITAL CONVERTERS Definition An analog-to-digital converter is a device which converts continuous signals to discrete digital numbers. Basics An analog-to-digital converter (abbreviated ADC,

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

Design of 1.8V, 72MS/s 12 Bit Pipeline ADC in 0.18µm Technology

Design of 1.8V, 72MS/s 12 Bit Pipeline ADC in 0.18µm Technology Design of 1.8V, 72MS/s 12 Bit Pipeline ADC in 0.18µm Technology Ravi Kumar 1, Seema Kanathe 2 ¹PG Scholar, Department of Electronics and Communication, Suresh GyanVihar University, Jaipur, India ²Assistant

More information

YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS

YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS EXPERIMENT 3: SAMPLING & TIME DIVISION MULTIPLEX (TDM) Objective: Experimental verification of the

More information

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer

National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer National Instruments Flex II ADC Technology The Flexible Resolution Technology inside the NI PXI-5922 Digitizer Kaustubh Wagle and Niels Knudsen National Instruments, Austin, TX Abstract Single-bit delta-sigma

More information

Digital Design Laboratory Lecture 7. A/D and D/A

Digital Design Laboratory Lecture 7. A/D and D/A ECE 280 / CSE 280 Digital Design Laboratory Lecture 7 A/D and D/A Analog/Digital Conversion A/D conversion is the process of sampling a continuous signal Two significant implications 1. The information

More information

Microprocessors & Interfacing

Microprocessors & Interfacing Lecture overview Microprocessors & Interfacing /Output output PMW Digital-to- (D/A) Conversion input -to-digital (A/D) Conversion Lecturer : Dr. Annie Guo S2, 2008 COMP9032 Week9 1 S2, 2008 COMP9032 Week9

More information

6.111 Lecture # 15. Operational Amplifiers. Uses of Op Amps

6.111 Lecture # 15. Operational Amplifiers. Uses of Op Amps 6.111 Lecture # 15 Operational Amplifiers Parameter Ideal '741 '357 Int Gain A Infinity 200,000/f(Hz) 20x10^6/f(Hz) Uses of Op Amps Analog uses employ negative feedback to drive + input to (nearly) the

More information

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency Jamie E. Reinhold December 15, 2011 Abstract The design, simulation and layout of a UMAINE ECE Morse code Read Only Memory and transmitter

More information

Applied Electronics II

Applied Electronics II Applied Electronics II Chapter 3: Operational Amplifier Part 1- Op Amp Basics School of Electrical and Computer Engineering Addis Ababa Institute of Technology Addis Ababa University Daniel D./Getachew

More information

Operational amplifiers

Operational amplifiers Operational amplifiers Bởi: Sy Hien Dinh INTRODUCTION Having learned the basic laws and theorems for circuit analysis, we are now ready to study an active circuit element of paramount importance: the operational

More information

12-Bit Successive-Approximation Integrated Circuit A/D Converter AD ADC80

12-Bit Successive-Approximation Integrated Circuit A/D Converter AD ADC80 a 2-Bit Successive-Approximation Integrated Circuit A/D Converter FEATURES True 2-Bit Operation: Max Nonlinearity.2% Low Gain T.C.: 3 ppm/ C Max Low Power: 8 mw Fast Conversion Time: 25 s Precision 6.3

More information

EE251: Tuesday October 10

EE251: Tuesday October 10 EE251: Tuesday October 10 Analog to Digital Conversion Text Chapter 20 through section 20.2 TM4C Data Sheet Chapter 13 Lab #5 Writeup Lab Practical #1 this week Homework #4 is due on Thursday at 4:30 p.m.

More information

Let us consider the following block diagram of a feedback amplifier with input voltage feedback fraction,, be positive i.e. in phase.

Let us consider the following block diagram of a feedback amplifier with input voltage feedback fraction,, be positive i.e. in phase. P a g e 2 Contents 1) Oscillators 3 Sinusoidal Oscillators Phase Shift Oscillators 4 Wien Bridge Oscillators 4 Square Wave Generator 5 Triangular Wave Generator Using Square Wave Generator 6 Using Comparator

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Linear Integrated Circuits Applications

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Linear Integrated Circuits Applications About the Tutorial Linear Integrated Circuits are solid state analog devices that can operate over a continuous range of input signals. Theoretically, they are characterized by an infinite number of operating

More information

Introduction to Discrete-Time Control Systems

Introduction to Discrete-Time Control Systems Chapter 1 Introduction to Discrete-Time Control Systems 1-1 INTRODUCTION The use of digital or discrete technology to maintain conditions in operating systems as close as possible to desired values despite

More information

Analog Input and Output. Lecturer: Sri Parameswaran Notes by: Annie Guo

Analog Input and Output. Lecturer: Sri Parameswaran Notes by: Annie Guo Analog Input and Output Lecturer: Sri Parameswaran Notes by: Annie Guo 1 Analog output Lecture overview PMW Digital-to-Analog (D/A) Conversion Analog input Analog-to-Digital (A/D) Conversion 2 PWM Analog

More information

tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx cvbnmqwertyuiopasdfghjklzxcvbnmq

tyuiopasdfghjklzxcvbnmqwertyuiopas dfghjklzxcvbnmqwertyuiopasdfghjklzx cvbnmqwertyuiopasdfghjklzxcvbnmq qwertyuiopasdfghjklzxcvbnmqwertyui opasdfghjklzxcvbnmqwertyuiopasdfgh jklzxcvbnmqwertyuiopasdfghjklzxcvb nmqwertyuiopasdfghjklzxcvbnmqwer Instrumentation Device Components Semester 2 nd tyuiopasdfghjklzxcvbnmqwertyuiopas

More information

Basic Operational Amplifier Circuits

Basic Operational Amplifier Circuits Basic Operational Amplifier Circuits Comparators A comparator is a specialized nonlinear op-amp circuit that compares two input voltages and produces an output state that indicates which one is greater.

More information

GATE SOLVED PAPER - IN

GATE SOLVED PAPER - IN YEAR 202 ONE MARK Q. The i-v characteristics of the diode in the circuit given below are : v -. A v 0.7 V i 500 07 $ = * 0 A, v < 0.7 V The current in the circuit is (A) 0 ma (C) 6.67 ma (B) 9.3 ma (D)

More information

The Fundamentals of Mixed Signal Testing

The Fundamentals of Mixed Signal Testing The Fundamentals of Mixed Signal Testing Course Information The Fundamentals of Mixed Signal Testing course is designed to provide the foundation of knowledge that is required for testing modern mixed

More information

Lab.3. Tutorial : (draft) Introduction to CODECs

Lab.3. Tutorial : (draft) Introduction to CODECs Lab.3. Tutorial : (draft) Introduction to CODECs Fig. Basic digital signal processing system Definition A codec is a device or computer program capable of encoding or decoding a digital data stream or

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #7 Lab Report Analog-Digital Applications Submission Date: 08/01/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

Experiment # (3) PCM Modulator

Experiment # (3) PCM Modulator Islamic University of Gaza Faculty of Engineering Electrical Department Experiment # (3) PCM Modulator Digital Communications Lab. Prepared by: Eng. Mohammed K. Abu Foul Experiment Objectives: 1. To understand

More information

11. Chapter: Amplitude stabilization of the harmonic oscillator

11. Chapter: Amplitude stabilization of the harmonic oscillator Punčochář, Mohylová: TELO, Chapter 10 1 11. Chapter: Amplitude stabilization of the harmonic oscillator Time of study: 3 hours Goals: the student should be able to define basic principles of oscillator

More information

Analog to Digital Conversion

Analog to Digital Conversion Analog to Digital Conversion Florian Erdinger Lehrstuhl für Schaltungstechnik und Simulation Technische Informatik der Uni Heidelberg VLSI Design - Mixed Mode Simulation F. Erdinger, ZITI, Uni Heidelberg

More information

PRODUCT OVERVIEW REF FLASH ADC S/H BUFFER 24 +5V SUPPLY +12V/+15V SUPPLY. Figure 1. ADS-917 Functional Block Diagram

PRODUCT OVERVIEW REF FLASH ADC S/H BUFFER 24 +5V SUPPLY +12V/+15V SUPPLY. Figure 1. ADS-917 Functional Block Diagram PRODUCT OVERVIEW The is a high-performance, 14-bit, 1MHz sampling A/D converter. This device samples input signals up to Nyquist frequencies with no missing codes. The features outstanding dynamic performance

More information

ECE 6770 FINAL PROJECT

ECE 6770 FINAL PROJECT ECE 6770 FINAL PROJECT POINT TO POINT COMMUNICATION SYSTEM Submitted By: Omkar Iyer (Omkar_iyer82@yahoo.com) Vamsi K. Mudarapu (m_vamsi_krishna@yahoo.com) MOTIVATION Often in the real world we have situations

More information

Design and Implementation of a Sigma Delta ADC By: Moslem Rashidi, March 2009

Design and Implementation of a Sigma Delta ADC By: Moslem Rashidi, March 2009 Design and Implementation of a Sigma Delta ADC By: Moslem Rashidi, March 2009 Introduction The first thing in design an ADC is select architecture of ADC that is depend on parameters like bandwidth, resolution,

More information