Digital Control Systems Waseem Gulsher

Slides:



Advertisements
Similar presentations
Interfacing to the Analog World
Advertisements

Interfacing to the Analog World
D. De Venuto,Politecnico di Bari 0 Data Converter.
Analog to Digital Conversion (ADC)
Constructing an Analog Digital Converter (ADC) to Measure Neutron Depolarization in Deuterium Aung Kyaw Sint and Dr. Alexander Komives CsI scintillator.
Analog-to-Digital Converter (ADC) And
Lecture 17: Analog to Digital Converters Lecturers: Professor John Devlin Mr Robert Ross.
Digital to Analog and Analog to Digital Conversion
LSU 06/04/2007Electronics 71 Analog to Digital Converters Electronics Unit – Lecture 7 Representing a continuously varying physical quantity by a sequence.
5/4/2006BAE Analog to Digital (A/D) Conversion An overview of A/D techniques.
Lecture 9: D/A and A/D Converters
Analogue to Digital Conversion
Interfacing Analog and Digital Circuits
DIGITAL SYSTEMS TCE INTERFACING WITH ANALOG DEVICES (Week 12)
Day of Miscellany ADC/DAC I2C Student presentations.
 Circuit building blocks that compare the strength of two signals (usually Volts) and provide an output signal when one is bigger than the other are.
Analog-to-Digital Converters Prepared by: Mohammed Al-Ghamdi, Mohammed Al-Alawi,
Analog-to-Digital Converters
Digital to Analog Converters
Digital to Analog and Analog to Digital Conversion
Electronic Devices Ninth Edition Floyd Chapter 13.
Analog to Digital Converters (ADC) 1
Analog and Digital Instruments
Analog to Digital conversion. Introduction  The process of converting an analog signal into an equivalent digital signal is known as Analog to Digital.
Digital Electronics and Computer Interfacing
AD/DA Conversion Techniques - An Overview J. G. Pett  Introductory tutorial lecture for :- ‘Analogue and digital techniques in closed-loop regulation.
Data Acquisition ET 228 Chapter 15 Subjects Covered Analog to Digital Converter Characteristics Integrating ADCs Successive Approximation ADCs Flash ADCs.
1 Data-Converter Circuits A/D and D/A Chapter 9 1.
Digital Voltmeter (DVM)
Analog/Digital Conversion
Digital-to-Analog Analog-to-Digital Week 10. Data Handling Systems  Both data about the physical world and control signals sent to interact with the.
0808/0809 ADC. Block Diagram ADC ADC0808/ADC Bit μP Compatible A/D Converters with 8-Channel Multiplexer The 8-bit A/D converter uses successive.
ELECTRONIC DEVICES BASIC OP-AMP CIRCUIT MOHD AIDIL IDHAM BIN DAUD AZFAR ASYRAFIE BIN AHMAD
Digital Logic & Design Dr.Waseem Ikram Lecture 44.
5-2-3 Analogue to Digital Converters (ADC). Analogue to Digital Conversion The process is now the opposite of that studied in Topic Now we wish.
EKT 314/4 WEEK 9 : CHAPTER 4 DATA ACQUISITION AND CONVERSION ELECTRONIC INSTRUMENTATION.
Digital-to-Analog Analog-to-Digital
Analog-Digital Conversion. Other types of ADC i. Dual Slope ADCs use a capacitor connected to a reference voltage. the capacitor voltage starts at zero.
DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGG.
Sampling. Introduction  Sampling refers to the process of converting a continuous, analog signal to discrete digital numbers.
Digital Logic & Design Dr. Waseem Ikram Lecture 45.
Networked Embedded Systems Sachin Katti & Pengyu Zhang EE107 Spring 2016 Lecture 13 Interfacing with the Analog World.
Digital to analog converter [DAC]
MECH 373 Instrumentation and Measurements
Digital-to-Analog Analog-to-Digital
Digital-to-Analog Analog-to-Digital
What is a DAC? A digital to analog converter (DAC) converts a digital signal to an analog voltage or current output DAC.
SAR ADC Tao Chen.
LATCHED, FLIP-FLOPS,AND TIMERS
Electronic Devices Ninth Edition Floyd Chapter 13.
Analog-Digital Conversion
EI205 Lecture 13 Dianguang Ma Fall 2008.
Feedback No feedback : Open loop (used in comparators)
Chapter 13 Linear-Digital ICs
Principles & Applications
Unit - 5 Analog and Digital Instruments. Digital Voltmeter (DVM) Used to measure the ac and dc voltages and displays the result in digital form. Types:
Digital-to-Analog Analog-to-Digital
Analog to Digital Converters Electronics Unit – Lecture 7
Digital Control Systems Waseem Gulsher
Digital Control Systems Waseem Gulsher
Created by Luis Chioye Presented by Cynthia Sosa
Simple ADC structures.
Simple ADC structures.
Lesson 8: Analog Signal Conversion
Digital to Analog Converters (DAC)
Analog and Digital Instruments
Conversation between Analogue and Digital System
Chapter 7 Converters.
A 12 bit 50 MS/s Dual Channel Time Domain Two Step ADC
A 12 bit 50 MS/s Dual Channel Time Domain Two Step ADC
Presentation transcript:

Digital Control Systems Waseem Gulsher BS (Evening) 20 Nov, 17 Analog to Digital Conversion Methods Lecture – 10 Digital Control Systems Waseem Gulsher

Analog to Digital Conversion Methods

Flash ADC

Flash (Simultaneous) ADC The flash method utilizes comparators that compare reference voltage with the analog input voltage. When the input voltage exceeds the reference voltage ,a HIGH is generated. A comparator is not needed for all 0’s condition. In general a 2n - 1 comparators are required for converting to an n-bit binary code. The number of bits in an ADC is its resolution. 1.#

Flash (Simultaneous) ADC Advantage: Provides a fast conversion times because of a high through put measured in sps (samples per second.) Disadvantage: Large number of comparators necessary for a reasonable –sized binary number 1.#

Flash (Simultaneous) ADC 3-bit flash ADC

Operation of 3-Bit Flash The flash method utilizes comparators that compare reference voltages with the analog input voltage. When the input voltage exceeds the reference voltage for a given comparator, a HIGH is generated. The reference voltage for each comparator is set by the resistive voltage-divider circuit. The output of each comparator is connected to an input of the 8-input priority encoder. 1.#

Operation of 3-Bit Flash The encoder is enabled by a pulse on the EN input, and a 3-bit code representing the value of the input appears on the encoder’s outputs. The binary code is determined by the highest order input having a HIGH level. Assume the step size of 1 V. The voltage divider sets up reference levels for each comparator so that there are 3 levels corresponding to 1V, 2V, 3V, 4V, 5V, 6V and 7V. The analog input is connected to other input of each comparator. 1.#

Operation of 3-Bit Flash With analog input <1V, all the seven comparator outputs will be LOW. Suppose the analog input is between 2V and 3V, outputs C1 and C2 will be HIGH. The priority encoder will respond to HIGH on C2, and will produce a binary output of 010. 1.#

3-Bit Flash ADC Example Determine the binary code output of the 3-bit Flash ADC for the input signal and the encoder enable pulses as shown below. Assume VREF=+8V 1.#

Operation of 3-Bit Flash The resulting digital output sequence: 100 (4) ,110(6),111(7),110(6), 100 (4), 010(2), 000(0), 001(1), 011 (3),101 (5),110 (6), 111(7) Waveform of the resulting digital output sequence:

Dual Slope ADC

Dual Slope ADC A dual slope ADC is common in digital voltmeters and other type of measurement instruments. A block diagram of dual slope ADC is shown in figure on next slide. 1.#

Dual Slope ADC 1.#

Dual Slope ADC Assume that the counter is reset and the integrator output is zero. A positive input voltage is applied to the input through the switch as selected by control logic. Since the inverting input of A1 is at virtual ground, and assuming that Vin is constant for a period of time , there will be constant current through the input resistor R and through the capacitor C. 1.#

Dual Slope ADC Capacitor will charge linearly because the current is constant and as a result the will be a negative going linear voltage ramp on the output of A1. When the counter reaches a specified count , it will be reset and the control logic will switch the negative reference voltage (-Vref ) to the input of A1 . At this point the capacitor is charged to a negative voltage (-v) proportional to input analog voltage. 1.#

Dual Slope ADC Now the capacitor discharges linearly because of the constant current from the –Vref . This linear discharge produce a positive going ramp on the A1 output , starting at –v and having a constant slope that is independent of the charge voltage. 1.#

Dual Slope ADC As the capacitor discharges, the counter advances from its RESET state. The time it takes the capacitor to discharge to 0 depends on the initial voltage –V. When A1 reaches 0 , A2 switches to low state and disables the clock to the counter . The binary count is latched thus completing one conversion cycle. The binary count is proportional to Vin. .This process is illustrated in Figure on next slide. 1.#

Dual Slope ADC 1.#

Thank You