CSE 598A Project Proposal James Yockey

Slides:



Advertisements
Similar presentations
Interfacing to the Analog World
Advertisements

Analog to Digital Conversion (ADC)
Digital to Analogue Conversion
Digital to Analog and Analog to Digital Conversion
CE 478: Microcontroller Systems University of Wisconsin-Eau Claire Dan Ernst Analog to Digital (and back again) Interfacing a microprocessor-based system.
5/4/2006BAE Analog to Digital (A/D) Conversion An overview of A/D techniques.
Introduction of Analog to Digital Converter YZU EE VLSI Lab 3524 Yan-Chu Chou.
ADC and DAC. Reason for Signal Conversion digital AD2 DA1.
Mixed Signal Chip Design Lab Analog-to-Digital Converters Jaehyun Lim, Kyusun Choi Department of Computer Science and Engineering The Pennsylvania State.
Analogue to Digital Conversion
Interfacing Analog and Digital Circuits
Design and Implementation a 8 bits Pipeline Analog to Digital Converter in The Technology 0.6 μm CMOS Process Eri Prasetyo.
NSoC 3DG Paper & Progress Report
Interfacing with the Analog World Wen-Hung Liao, Ph.D.
1 A New Successive Approximation Architecture for Low-Power Low-Cost A/D Converter IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL.38, NO.1, JANUARY 2003 Chi-sheng.
EET260: A/D and D/A converters
Introduction to Analog-to-Digital Converters
Digital to Analog and Analog to Digital Conversion
Digital to Analog Converters (DAC)
Digital to Analog Converters
A 10 bit,100 MHz CMOS Analog- to-Digital Converter.
Data Converters ELEC 330 Digital Systems Engineering Dr. Ron Hayne
ADC & DAC Signal Conversions.
By Grégory Brillant Background calibration techniques for multistage pipelined ADCs with digital redundancy.
Lab IV Lecture 1 Course Overview Introduce Step 1 Course Web Page
Digital to Analog Converter for High Fidelity Audio Applications Matt Smith Alfred Wanga CSE598A.
Digital-to-Analog Analog-to-Digital Microprocessor Interface.
Analog to Digital Converters (ADC) Ben Lester, Mike Steele, Quinn Morrison.
Guohe Yin, U-Fat Chio, He-Gong Wei, Sai-Weng Sin,
Digital to Analog Converters (DAC) 15 March 2006 Doug Hinckley Lee Huynh Dooroo Kim.
Lab IV Lecture 1 Course Overview Introduce Step 1 Course Web Page:
Design of Digital-to-Analog Converter Qin Chen Yong Wang Dept. of Electrical Engineering Mar. 14th, 2006 EE597G Presentation:
Digital to Analog Converters (DAC) 2 ©Paul Godin Created March 2008.
Design of Digital-to-Analog Converter Qin Chen Yong Wang Dept. of Electrical Engineering Feb. 6th, 2006 EE597G Presentation:
High Speed Analog to Digital Converter
Digital to Analog Converters (DAC) 1 Technician Series ©Paul Godin March 2015.
Digital to Analog Converters (DAC) 3 ©Paul Godin Created March 2008.
L.Royer – Calice Manchester – Sept A 12-bit cyclic ADC dedicated to the VFE electronics of Si-W Ecal Laurent ROYER, Samuel MANEN LPC Clermont-Ferrand.
Analog to Digital Converters
ASIC Activities for the PANDA GSI Peter Wieczorek.
Analog/Digital Conversion
Low Power, High-Throughput AD Converters
Low Power, High-Throughput AD Converters
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
M. TWEPP071 MAPS read-out electronics for Vertex Detectors (ILC) A low power and low signal 4 bit 50 MS/s double sampling pipelined ADC M.
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.
Technical Report 4 for Pittsburgh Digital Greenhouse High Speed CMOS A/D Converter Circuit for Radio Frequency Signal Kyusun Choi Computer Science and.
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.
Sill Torres: Pipelined SAR Pipelined SAR with Comparator-Based Switch-Capacitor Residue Amplification Pedro Henrique Köhler Marra Pinto and Frank Sill.
Digital-to-Analog Analog-to-Digital
0 /59 Nyquist Rate ADCs Dr. Hossein Shamsi ECE Dept, K.N. Toosi University of Technology.
Low Power, High-Throughput AD Converters
Spring 2006CSE 597A: Analog-Digital IC Design Scan-Flash ADC Low Power, High-Throughput AD Converters Melvin Eze Pennsylvania State University
What is a DAC? A digital to analog converter (DAC) converts a digital signal to an analog voltage or current output DAC.
EI205 Lecture 13 Dianguang Ma Fall 2008.
High speed pipelined ADC + Multiplexer for CALICE
Feedback No feedback : Open loop (used in comparators)
R&D activity dedicated to the VFE of the Si-W Ecal
Digital Error Correction
Hugo França-Santos - CERN
Pedro Henrique Köhler Marra Pinto and Frank Sill Torres
A KICK-BACK REDUCED COMPARATOR FOR A 4-6-BIT 3-GS/S FLASH ADC
Principles & Applications
Digital Control Systems Waseem Gulsher
Lesson 8: Analog Signal Conversion
Conversation between Analogue and Digital System
Digital to Analog Converters (DAC) 3
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:

CSE 598A Project Proposal James Yockey Pipeline ADC CSE 598A Project Proposal James Yockey

Analog to Digital Converters Review: What does an ADC do? http://zone.ni.com/devzone/conceptd.nsf/webmain/0A17E22A0530063386256F560071787E

Types of ADC Flash Pipeline Others…

Flash ADC http://www.cse.psu.edu/~chip/pdg/prop.pdf

Pipeline ADC http://www.cse.psu.edu/~ikim/CourseWork/presentation/W8%20ADC.ppt

Pipeline ADC (cont.) Using two bits for a signal that can vary from 0 to 5V, we can divide it into 4 regions. For example: 00 = 0 to 1.25 01 = 1.26 to 2.5 10 = 2.6 to 3.75 11 = 3.76 to 5.0

Pipeline ADC (cont.) Assuming each stage produces one bit of output, we need two stages. Stage one will check if the MSB is 1, i.e. the input is greater than 2.5 If it is, the bit is set to one, and the subtractor subtracts 2.5 from the input. Stage two will check if the LSB is 1, the incoming voltage is greater than 1.25. Example: If 3.0V is the input, the MSB is 1, and the voltage sent to stage two is 0.5V Stage two checks to see if the voltage is greater than 1.25 The output bits are 1 0, which is the correct value.

Pipeline ADC (cont.) We can design all of the stages to be identical if with the use of an amplifier.

Other types of ADC Folding Time-interleaved Algorithmic Interpolating Integrating-type More information can be found at: http://www.cse.psu.edu/~ikim/CourseWork/presentation/W8%20ADC.ppt

Why pipelined? Less comparators than flash Smaller Less power Flash uses 2n, pipelined uses # stages Smaller Less power Resistor ladder difficult to implement in CMOS Slower than flash, but still high speed

Application What can we use this for? When completed, may be used for: Software defined radio Ultrasound pill Others…

Priorities for design In order of importance, highest first: Speed Accuracy Error correction Power Area

Specifications Average Project Samples/sec (MS/S) 368 200 Bits 10 Differential Nonlinearity Unknown ≤1 Integral Nonlinearity Power (mW) 222 Area (mm2) 2.4 1.8

Project Schedule Week Tasks Comments Week 1 Circuit research and design Week 2 Week 3 Schematic entry Week 4 Simulation/Test Spring Break Week 5 Layout Project Progress Presentation Week 6 Week 7 Week 8 Week 9 Final adjustments Project Final Presentation

Conclusion Any comments or questions?