SlideShare a Scribd company logo
1 of 5
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 2, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 133
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE
Tool for High speed Application
Jayesh L.Vyas1
1
PG Student, Electronics and Communication Department
1
Vishwakarma Government Engineering College, Chandkheda, Gujarat
Abstract— This paper provides the basic simulation result
for the 3 bit flash type ADC in 0.18µm technology using the
NG Spice device simulator tool. It includes two stages, first
stage includes 7 comparators and second stage has a
thermometer encoder. The simulation is done in NG spice
tool developed by university of California at Berkeley
(USA).The response time of the comparator and ADC are
3.7ns and 4.9ns respectively with 50.01µw power
dissipation which makes the ADC more suitable for high
speed application with lower power devices.
Keywords— Flash ADC, Comparator, Thermocouple code,
encoder, NGspice tool
I. INTRODUCTION
Both data about the physical world and control signals sent
to interact with the physical world are typically "analog" or
continuously varying quantities. In order to use the power of
digital electronics, one must convert from analog to digital
form on the experimental measurement end and convert
from digital to analog form on the control or output end of a
laboratory system. Applications such as wireless
communications and digital audio and video have created
need for cost-effective data converters that will achieve
higher speed.Fig.1 shows the basic block diagram for A/D
conversion process as an interface between real time system
and control system.
Fig.1 Block diagram for need of A/D process in
real world
There are many types of ADC are reported such as flash
ADCs, Pipelined ADCs, Successive approximation ADCs,
Ramp ADCs and Delta sigma based ADCs each with unit
architectures and different set of limitation.Fig.2 shows the
general block diagram of general A/D conversion process
for ADCs[1]. Among all the ADCs, Flash ADCs are the
fastest with constraint of large area and high power
consumption and suitable for moderate resolution (6 to 10
digits).
Fig.2 General Block diagram of ADC process
II. ARCHITECTURE
Fig.3. shows a typical flash ADC block diagram. For an "N"
bit converter, the circuit employs 2N-1
comparators. A
resistive divider with 2 N
resistors provides the reference
voltage. Each comparator produces a "1" when its analog
input voltage is higher than the reference voltage applied to
it. Otherwise, the comparator in output is "0".
Fig.3 block diagram for 3bit FLASH ADC
As shown in Fig. 3, the flash ADC is composed of three
major components: resistors string, comparators and
encoder. The analog input voltage is compared to the
reference voltage levels generated from resistors string and
the speed of A/D conversion is therefore maximized [2].
The outputs of comparators form a thermometer code (TC)
which is a combination of a series of zeros and a series of
Pre-
filter
Sample &
hold
Quantizer Encoder
Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application
(IJSRD/Vol. 1/Issue 2/2013/0021)
All rights reserved by www.ijsrd.com
134
ones, e.g., 000…011…111. Because binary code is usually
needed for digital signal processing, a thermometer code is
then transformed to a binary code through a (2k-1)-to-k TC-
to-BC encoder, where k is the resolution (bits) of ADCs.
The cost of such a traditional encoder increases
exponentially with the resolution. Optimizations on area
cost, circuit latencies and power consumptions are greatly
expected. In this paper the higher conversion speed is
achieved by reducing the delay time for each device by
changing the W/L ratio of MOSFETs.
A. COMPARATOR CIRCUIT
Figure 4 shows the circuit diagram for the comparator
circuit used in proposed Flash ADC. Circuit the comparator
consists of mainly three blocks connected in series
(1) Preamplifier:
The preamplifier stage improves sensitivity of a comparator
by amplifying the differential signal across M1-M2, and
isolates the input from the switching noise coming from
positive feedback stage. In above fig. it is consisting of
transistors M1 to M7.
(2) Regenerative or decision making circuit:
The positive feedback stage determines which of the input
signal is a larger and it latches onto that. In this stage output
is not rail to rail. It is having transistors M8 to M13.
(3) Output amplifier:
The output buffer amplifies output of positive feedback
circuit and outputs digital signal. The transistors M14 to
M19 are part of amplifier stage.
Fig.4 Circuit diagram for comparator
B. DESIGN OF THERMOMETER TO BINARY ENCODER
Unary coding, sometimes called thermometer code, is
an entropy encoding that represents a natural number, n,
with n ones followed by a zero (if natural number is
understood as non-negative integer) or with n − 1 ones
followed by a zero (if natural number is understood
as strictly positive integer). For example 5 is represented as
111110 or 11110. Some representations use n or n − 1 zeros
followed by a one. The ones and zeros are interchangeable
without loss of generality. Unary coding is an optimally
efficient encoding for the following discrete probability
distribution [4]
P (n) =2-n
For n=1,2,3…………. (1)
In symbol-by-symbol coding, it is optimal for any geometric
distribution
P (n) = (K-1) K-n
for which k ≥ φ = 1.61803398879… (2),
Below table 1 shows the truth table for the 7 bit to 3 bit
thermometer to binary encoder. The binary code can be
obtained by using the K’MAP method and the total circuit is
designed by the universal NAND gates. Figure 5 shows the
basic gate level implementation for the encoder circuit. The
gate delay for the inverter, 2-input,3-input and 4-input
NAND gates are 0.29ns,0.51ns,0.37ns,1.06ns respectively
with 2 ns rise time and fall time for inputs. The Boolean
equations for outputs are given below.
o1 (MSB): D (3)
o2: E+C’E+E’F (4)
o3 (LSB): AB+B’C+D’E+F’G (5)
Table:1 Truth table for thermometer to binary encoder
Thermometer Code Binary Code
A B C D E F G o1 o2 o3
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 1 0 0 1
0 0 0 0 0 1 1 0 1 0
0 0 0 0 1 1 1 0 1 1
0 0 0 1 1 1 1 1 0 0
0 0 1 1 1 1 1 1 0 1
0 1 1 1 1 1 1 1 1 0
1 1 1 1 1 1 1 1 1 1
Fig.6 shows the basic circuit for the inverter, 2-input NAND
gate, 3-input NAND gate, 4-input NAND gates using
MOSFETs. The response time for the gates can be
optimized by the tuning the W/L ratio of NMOS and PMOS
for each circuit. For the high speed ADC the response time
for the gates, comparator, and encoder should will as small
as possible.
.
Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application
(IJSRD/Vol. 1/Issue 2/2013/0021)
All rights reserved by www.ijsrd.com
135
Fig.5 Gate level implementation of encoder
Fig.6 Circuits for the gates used in encoder
III. SIMULATION ANALYSIS
Simulation for all the components of ADC such as NAND
gates, encoders, comparators, inverters are done in the NG
SPICE device simulator tool in 0.18µm technology.
waveforms for all the outputs for respective component are
shown in below figures.
A. Comparator Output waveform
Figure 7 shows the graphical representation of input/output
and reference voltage for the comparator. In figure 8 the
response time for the comparator is plotted. We have
achieved response time equal to 3.7ns.
Fig.7 Simulation result for comparator output.
Fig.8 Simulation result for comparator response
time.
B. Output Waveforms for the gates used in encoder.
Fig.9 Simulation result for inverter circuit
Figure 9,10,11,12 shows the simulation result for the
inverter,2-input NAND gate,3-input NAND gate and 4-input
Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application
(IJSRD/Vol. 1/Issue 2/2013/0021)
All rights reserved by www.ijsrd.com
136
NAND gate result respectively. Each simulation in carried
out with the NG Spice tool with 180nm technology. The
response time for the inverter,2-input NAND gate,3-input
NAND gate and 4-input NAND gate are
0.24ns,0.17ns,0.39ns and 0.7ns respectively
Fig.10 Simulation result of 2-i/p NAND gate.
Fig.11 Simulation result of 3-i/p NAND gate..
Fig.12 Simulation result of 4-i/p NAND gate.
C. 3 bit flash ADC output
Fig.13 Simulation result for inputs of 3 bit flash ADC
Fig.13 Simulation result for MSB bit of 3 bit flash ADC
Fig.15 Simulation result for MIDDLE bit of 3 bit flash ADC
Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application
(IJSRD/Vol. 1/Issue 2/2013/0021)
All rights reserved by www.ijsrd.com
137
Fig.15 Simulation result for LSB bit of 3 bit flash ADC
IV. CONCLUSION AND FUTURE WORKS
This paper provides the basic result of the 3 bit
FLASHADC. Although this technique is very much costly
due to the increase in complexity for higher resolution, it
can be helpful in implementation of moderate resolution
ADC. The most of power consumption of the ADC occurs
in the comparator as expected. When the ADC is
implemented for higher resolution then the power
consumption is significant. It is very difficult to reduce the
power consumption is FLASH ADC because the comparator
are operating in parallel and so for the higher resolution
and speed we have tradeoff with the power consumption.
Table 2 shows the performance parameter for the FLASH
ADC.
Table: 2 Specification summary for the Flash ADC
Technology 0.18µm
Resolution 3 Bit
Supply voltage 1.0 v
Input voltage 0 to 1 v
Comparator sensitivity 11 mv
LSB 0.125 v
Comparator response time 3.7 ns
Unity Gain Bandwidth 204.17 MHz
Comparator Gain 28.86 DB
Phase Margin for Comparator 49.3º
Slew rate 6.28 v/µs
offset voltage of OP-AMP 11.72 µv
power dissipation 50.01 µW
ICMR 0.25 to 0.75 v
Switching Voltage of comparator 5 ms
REFERENCES
[1] P. E. Allen and D. R. Holberg, “CMOS Analog
Circuit Design,” 2nd
edition ISBN 0- 19-511644-5.
[2] S. Kale and R. S. Gamad, “Design of a CMOS
Comparator for Low Power and High Speed,”
Internationl Journal of Electronic Engineering
Research, vol. 2, no. 1, pp. 29-34,2010.
[3] Pradip kumar, Amit kolhe," Design &
Implementation of Low Power 3-bit Flash ADC in
0.18μm CMOS", International Journal of Soft
Computing and Engineering (IJSCE) ISSN: 2231-
2307, Volume-1, Issue-5, November 2011.
[4] Unary coding located on
http://en.wikipedia.org/wiki/unary coding.
[5] Wen-Ta Lee, Po-Hsiang Huang, Yi-Zhen Liao and
Yuh-Shyan Hwang,“A New Low Power Flash
ADC Using Multiple-Selection Method,”1-4244-
0637-4/07 ©2007 IEEE
[6] Chia-Nan Yeh and Yen-Tai Lai, “A Novel Flash
Analog- to-Digital Converter,” 978-1-4244-1684-
4/08 ©2008 IEEE
[7] R. Jacob Baker, Harry W. Li, David E. Boyce,
“CMOS Circuit Design Layout and Simulation,”
ISBN 0-7803- 3416-7, IEEE Press, 445 Hose Lane,
P.O.Box 1331, Piscataway, NJ08855-1331 USA
[8] Liang Rong,"Systematic Design of a Flash ADC
for UWB Applications", Proceedings of the 8th
Design (ISQED'07), 2007.
[9] www.mosis.com

More Related Content

What's hot

6.1. thermal oxidation 1,2.micro tech,2013
6.1. thermal oxidation 1,2.micro tech,20136.1. thermal oxidation 1,2.micro tech,2013
6.1. thermal oxidation 1,2.micro tech,2013Bhargav Veepuri
 
MEMS & micro systems
MEMS & micro systemsMEMS & micro systems
MEMS & micro systemsMustafa Memon
 
MEMS an overview and application
MEMS an overview and applicationMEMS an overview and application
MEMS an overview and applicationminajoddin
 
Junctionless Transistor
Junctionless Transistor Junctionless Transistor
Junctionless Transistor Durgarao Gundu
 
Ic technology- diffusion and ion implantation
Ic technology- diffusion and ion implantationIc technology- diffusion and ion implantation
Ic technology- diffusion and ion implantationkriticka sharma
 
Photonic Integrated Circuit Technology
Photonic Integrated Circuit TechnologyPhotonic Integrated Circuit Technology
Photonic Integrated Circuit TechnologyRinu Antony
 
Ion implantation VLSI
Ion implantation VLSIIon implantation VLSI
Ion implantation VLSIAnil Kumar
 
Magneto optic current transformer
Magneto optic current transformerMagneto optic current transformer
Magneto optic current transformerAishwary Verma
 
Silicon carbide power devices
Silicon carbide power devicesSilicon carbide power devices
Silicon carbide power devicesjayaram333
 
Fiber signal degradation final
Fiber  signal degradation finalFiber  signal degradation final
Fiber signal degradation finalbheemsain
 
Photodetector (Photodiode)
Photodetector (Photodiode)Photodetector (Photodiode)
Photodetector (Photodiode)Kalyan Acharjya
 
optical transmitter
optical transmitteroptical transmitter
optical transmitter@zenafaris91
 
Power electronics Introduction
Power electronics   IntroductionPower electronics   Introduction
Power electronics IntroductionBurdwan University
 
Fiber optical coupler
Fiber optical couplerFiber optical coupler
Fiber optical couplersaad mahdi
 

What's hot (20)

6.1. thermal oxidation 1,2.micro tech,2013
6.1. thermal oxidation 1,2.micro tech,20136.1. thermal oxidation 1,2.micro tech,2013
6.1. thermal oxidation 1,2.micro tech,2013
 
MEMS & micro systems
MEMS & micro systemsMEMS & micro systems
MEMS & micro systems
 
MEMS an overview and application
MEMS an overview and applicationMEMS an overview and application
MEMS an overview and application
 
Nano-electronics
Nano-electronicsNano-electronics
Nano-electronics
 
sheet resistivity
sheet resistivitysheet resistivity
sheet resistivity
 
Junctionless Transistor
Junctionless Transistor Junctionless Transistor
Junctionless Transistor
 
Ic technology- diffusion and ion implantation
Ic technology- diffusion and ion implantationIc technology- diffusion and ion implantation
Ic technology- diffusion and ion implantation
 
Junctionless transistors
Junctionless transistorsJunctionless transistors
Junctionless transistors
 
Photonic Integrated Circuit Technology
Photonic Integrated Circuit TechnologyPhotonic Integrated Circuit Technology
Photonic Integrated Circuit Technology
 
Ion implantation VLSI
Ion implantation VLSIIon implantation VLSI
Ion implantation VLSI
 
Magneto optic current transformer
Magneto optic current transformerMagneto optic current transformer
Magneto optic current transformer
 
Fbg ppt
Fbg pptFbg ppt
Fbg ppt
 
Silicon carbide power devices
Silicon carbide power devicesSilicon carbide power devices
Silicon carbide power devices
 
Ion implantation
Ion implantationIon implantation
Ion implantation
 
Fiber signal degradation final
Fiber  signal degradation finalFiber  signal degradation final
Fiber signal degradation final
 
Photodetector (Photodiode)
Photodetector (Photodiode)Photodetector (Photodiode)
Photodetector (Photodiode)
 
optical transmitter
optical transmitteroptical transmitter
optical transmitter
 
Power electronics Introduction
Power electronics   IntroductionPower electronics   Introduction
Power electronics Introduction
 
Fiber optical coupler
Fiber optical couplerFiber optical coupler
Fiber optical coupler
 
MOS transistor 13
MOS transistor 13MOS transistor 13
MOS transistor 13
 

Viewers also liked

Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversionEngr Ahmad Khan
 
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADCDesign of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADCIDES Editor
 
ADC 4 bit using HSIPCE
ADC 4 bit using HSIPCEADC 4 bit using HSIPCE
ADC 4 bit using HSIPCEVN Trần
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorIAEME Publication
 
Converter Simulation - Beyond the Evaluation Board
Converter Simulation - Beyond the Evaluation BoardConverter Simulation - Beyond the Evaluation Board
Converter Simulation - Beyond the Evaluation BoardAnalog Devices, Inc.
 
A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...
A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...
A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...IAEME Publication
 
Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)Rabab Muhammad
 
Switched capacitor filter
Switched capacitor filterSwitched capacitor filter
Switched capacitor filterMinh Anh Nguyen
 
Integrated Software-Defined Radio (SDR) - VE2013
Integrated Software-Defined Radio (SDR) - VE2013Integrated Software-Defined Radio (SDR) - VE2013
Integrated Software-Defined Radio (SDR) - VE2013Analog Devices, Inc.
 
Contemporary Design of High ADC
Contemporary Design of High ADC Contemporary Design of High ADC
Contemporary Design of High ADC chiportal
 
Switched capacitor
Switched capacitorSwitched capacitor
Switched capacitorGur Kan
 
Basics of Coding Theory
Basics of Coding TheoryBasics of Coding Theory
Basics of Coding TheoryPiyush Mittal
 
adc converter basics
adc converter basicsadc converter basics
adc converter basicshacker1500
 
Information theory & coding (ECE)
Information theory & coding (ECE)Information theory & coding (ECE)
Information theory & coding (ECE)nitmittal
 
Analog to Digital Converter
Analog to Digital ConverterAnalog to Digital Converter
Analog to Digital ConverterRonak Machhi
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converterAshutosh Jaiswal
 

Viewers also liked (20)

Analog to digital conversion
Analog to digital conversionAnalog to digital conversion
Analog to digital conversion
 
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADCDesign of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC
 
ADC 4 bit using HSIPCE
ADC 4 bit using HSIPCEADC 4 bit using HSIPCE
ADC 4 bit using HSIPCE
 
Design & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparatorDesign & characterization of high speed power efficient cmos comparator
Design & characterization of high speed power efficient cmos comparator
 
Converter Simulation - Beyond the Evaluation Board
Converter Simulation - Beyond the Evaluation BoardConverter Simulation - Beyond the Evaluation Board
Converter Simulation - Beyond the Evaluation Board
 
A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...
A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...
A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ...
 
Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)
 
Switched capacitor filter
Switched capacitor filterSwitched capacitor filter
Switched capacitor filter
 
Integrated Software-Defined Radio (SDR) - VE2013
Integrated Software-Defined Radio (SDR) - VE2013Integrated Software-Defined Radio (SDR) - VE2013
Integrated Software-Defined Radio (SDR) - VE2013
 
Contemporary Design of High ADC
Contemporary Design of High ADC Contemporary Design of High ADC
Contemporary Design of High ADC
 
Switched capacitor
Switched capacitorSwitched capacitor
Switched capacitor
 
Audio compression
Audio compressionAudio compression
Audio compression
 
Basics of Coding Theory
Basics of Coding TheoryBasics of Coding Theory
Basics of Coding Theory
 
Adc dac converter
Adc dac converterAdc dac converter
Adc dac converter
 
Design of Filters PPT
Design of Filters PPTDesign of Filters PPT
Design of Filters PPT
 
adc converter basics
adc converter basicsadc converter basics
adc converter basics
 
Information theory & coding (ECE)
Information theory & coding (ECE)Information theory & coding (ECE)
Information theory & coding (ECE)
 
Digital Communication Techniques
Digital Communication TechniquesDigital Communication Techniques
Digital Communication Techniques
 
Analog to Digital Converter
Analog to Digital ConverterAnalog to Digital Converter
Analog to Digital Converter
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 

Similar to Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for High speed Application

Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...IJERA Editor
 
Power Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence ToolPower Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence ToolIRJET Journal
 
IRJET - Design and Analysis of a Comparator for ADC in Tanner EDA
IRJET -  	  Design and Analysis of a Comparator for ADC in Tanner EDAIRJET -  	  Design and Analysis of a Comparator for ADC in Tanner EDA
IRJET - Design and Analysis of a Comparator for ADC in Tanner EDAIRJET Journal
 
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERA NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERVLSICS Design
 
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...VLSICS Design
 
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...IJTET Journal
 
ANALOG TO DIGITALCONVERTOR FOR BLOOD-GLUCOSE MONITORING
ANALOG TO DIGITALCONVERTOR FOR  BLOOD-GLUCOSE MONITORING  ANALOG TO DIGITALCONVERTOR FOR  BLOOD-GLUCOSE MONITORING
ANALOG TO DIGITALCONVERTOR FOR BLOOD-GLUCOSE MONITORING csijjournal
 
Analog to Digitalconvertor for Blood-Glucose Monitoring
Analog to Digitalconvertor for Blood-Glucose MonitoringAnalog to Digitalconvertor for Blood-Glucose Monitoring
Analog to Digitalconvertor for Blood-Glucose Monitoringcsijjournal
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAIJERA Editor
 
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice ToolDesign and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice ToolIJERA Editor
 
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET Journal
 
IRJET- Design and Simulation of 12-Bit Current Steering DAC
IRJET-  	  Design and Simulation of 12-Bit Current Steering DACIRJET-  	  Design and Simulation of 12-Bit Current Steering DAC
IRJET- Design and Simulation of 12-Bit Current Steering DACIRJET Journal
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcIOSRJECE
 

Similar to Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for High speed Application (20)

Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
 
3BITFLASHADC
3BITFLASHADC3BITFLASHADC
3BITFLASHADC
 
Power Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence ToolPower Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence Tool
 
IRJET - Design and Analysis of a Comparator for ADC in Tanner EDA
IRJET -  	  Design and Analysis of a Comparator for ADC in Tanner EDAIRJET -  	  Design and Analysis of a Comparator for ADC in Tanner EDA
IRJET - Design and Analysis of a Comparator for ADC in Tanner EDA
 
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERA NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
 
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
 
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
Design of an ADC using High Precision Comparator with Time Domain Offset Canc...
 
ANALOG TO DIGITALCONVERTOR FOR BLOOD-GLUCOSE MONITORING
ANALOG TO DIGITALCONVERTOR FOR  BLOOD-GLUCOSE MONITORING  ANALOG TO DIGITALCONVERTOR FOR  BLOOD-GLUCOSE MONITORING
ANALOG TO DIGITALCONVERTOR FOR BLOOD-GLUCOSE MONITORING
 
Analog to Digitalconvertor for Blood-Glucose Monitoring
Analog to Digitalconvertor for Blood-Glucose MonitoringAnalog to Digitalconvertor for Blood-Glucose Monitoring
Analog to Digitalconvertor for Blood-Glucose Monitoring
 
Eq34877880
Eq34877880Eq34877880
Eq34877880
 
H0534248
H0534248H0534248
H0534248
 
A 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADCA 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADC
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTA
 
Is2515571559
Is2515571559Is2515571559
Is2515571559
 
Is2515571559
Is2515571559Is2515571559
Is2515571559
 
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice ToolDesign and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
Design and Simulation of First Order Sigma-Delta Modulator Using LT spice Tool
 
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
 
IRJET- Design and Simulation of 12-Bit Current Steering DAC
IRJET-  	  Design and Simulation of 12-Bit Current Steering DACIRJET-  	  Design and Simulation of 12-Bit Current Steering DAC
IRJET- Design and Simulation of 12-Bit Current Steering DAC
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
 
N045048590
N045048590N045048590
N045048590
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 

Recently uploaded (20)

Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 

Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for High speed Application

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 2, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 133 Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for High speed Application Jayesh L.Vyas1 1 PG Student, Electronics and Communication Department 1 Vishwakarma Government Engineering College, Chandkheda, Gujarat Abstract— This paper provides the basic simulation result for the 3 bit flash type ADC in 0.18µm technology using the NG Spice device simulator tool. It includes two stages, first stage includes 7 comparators and second stage has a thermometer encoder. The simulation is done in NG spice tool developed by university of California at Berkeley (USA).The response time of the comparator and ADC are 3.7ns and 4.9ns respectively with 50.01µw power dissipation which makes the ADC more suitable for high speed application with lower power devices. Keywords— Flash ADC, Comparator, Thermocouple code, encoder, NGspice tool I. INTRODUCTION Both data about the physical world and control signals sent to interact with the physical world are typically "analog" or continuously varying quantities. In order to use the power of digital electronics, one must convert from analog to digital form on the experimental measurement end and convert from digital to analog form on the control or output end of a laboratory system. Applications such as wireless communications and digital audio and video have created need for cost-effective data converters that will achieve higher speed.Fig.1 shows the basic block diagram for A/D conversion process as an interface between real time system and control system. Fig.1 Block diagram for need of A/D process in real world There are many types of ADC are reported such as flash ADCs, Pipelined ADCs, Successive approximation ADCs, Ramp ADCs and Delta sigma based ADCs each with unit architectures and different set of limitation.Fig.2 shows the general block diagram of general A/D conversion process for ADCs[1]. Among all the ADCs, Flash ADCs are the fastest with constraint of large area and high power consumption and suitable for moderate resolution (6 to 10 digits). Fig.2 General Block diagram of ADC process II. ARCHITECTURE Fig.3. shows a typical flash ADC block diagram. For an "N" bit converter, the circuit employs 2N-1 comparators. A resistive divider with 2 N resistors provides the reference voltage. Each comparator produces a "1" when its analog input voltage is higher than the reference voltage applied to it. Otherwise, the comparator in output is "0". Fig.3 block diagram for 3bit FLASH ADC As shown in Fig. 3, the flash ADC is composed of three major components: resistors string, comparators and encoder. The analog input voltage is compared to the reference voltage levels generated from resistors string and the speed of A/D conversion is therefore maximized [2]. The outputs of comparators form a thermometer code (TC) which is a combination of a series of zeros and a series of Pre- filter Sample & hold Quantizer Encoder
  • 2. Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application (IJSRD/Vol. 1/Issue 2/2013/0021) All rights reserved by www.ijsrd.com 134 ones, e.g., 000…011…111. Because binary code is usually needed for digital signal processing, a thermometer code is then transformed to a binary code through a (2k-1)-to-k TC- to-BC encoder, where k is the resolution (bits) of ADCs. The cost of such a traditional encoder increases exponentially with the resolution. Optimizations on area cost, circuit latencies and power consumptions are greatly expected. In this paper the higher conversion speed is achieved by reducing the delay time for each device by changing the W/L ratio of MOSFETs. A. COMPARATOR CIRCUIT Figure 4 shows the circuit diagram for the comparator circuit used in proposed Flash ADC. Circuit the comparator consists of mainly three blocks connected in series (1) Preamplifier: The preamplifier stage improves sensitivity of a comparator by amplifying the differential signal across M1-M2, and isolates the input from the switching noise coming from positive feedback stage. In above fig. it is consisting of transistors M1 to M7. (2) Regenerative or decision making circuit: The positive feedback stage determines which of the input signal is a larger and it latches onto that. In this stage output is not rail to rail. It is having transistors M8 to M13. (3) Output amplifier: The output buffer amplifies output of positive feedback circuit and outputs digital signal. The transistors M14 to M19 are part of amplifier stage. Fig.4 Circuit diagram for comparator B. DESIGN OF THERMOMETER TO BINARY ENCODER Unary coding, sometimes called thermometer code, is an entropy encoding that represents a natural number, n, with n ones followed by a zero (if natural number is understood as non-negative integer) or with n − 1 ones followed by a zero (if natural number is understood as strictly positive integer). For example 5 is represented as 111110 or 11110. Some representations use n or n − 1 zeros followed by a one. The ones and zeros are interchangeable without loss of generality. Unary coding is an optimally efficient encoding for the following discrete probability distribution [4] P (n) =2-n For n=1,2,3…………. (1) In symbol-by-symbol coding, it is optimal for any geometric distribution P (n) = (K-1) K-n for which k ≥ φ = 1.61803398879… (2), Below table 1 shows the truth table for the 7 bit to 3 bit thermometer to binary encoder. The binary code can be obtained by using the K’MAP method and the total circuit is designed by the universal NAND gates. Figure 5 shows the basic gate level implementation for the encoder circuit. The gate delay for the inverter, 2-input,3-input and 4-input NAND gates are 0.29ns,0.51ns,0.37ns,1.06ns respectively with 2 ns rise time and fall time for inputs. The Boolean equations for outputs are given below. o1 (MSB): D (3) o2: E+C’E+E’F (4) o3 (LSB): AB+B’C+D’E+F’G (5) Table:1 Truth table for thermometer to binary encoder Thermometer Code Binary Code A B C D E F G o1 o2 o3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 1 1 0 1 1 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 Fig.6 shows the basic circuit for the inverter, 2-input NAND gate, 3-input NAND gate, 4-input NAND gates using MOSFETs. The response time for the gates can be optimized by the tuning the W/L ratio of NMOS and PMOS for each circuit. For the high speed ADC the response time for the gates, comparator, and encoder should will as small as possible. .
  • 3. Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application (IJSRD/Vol. 1/Issue 2/2013/0021) All rights reserved by www.ijsrd.com 135 Fig.5 Gate level implementation of encoder Fig.6 Circuits for the gates used in encoder III. SIMULATION ANALYSIS Simulation for all the components of ADC such as NAND gates, encoders, comparators, inverters are done in the NG SPICE device simulator tool in 0.18µm technology. waveforms for all the outputs for respective component are shown in below figures. A. Comparator Output waveform Figure 7 shows the graphical representation of input/output and reference voltage for the comparator. In figure 8 the response time for the comparator is plotted. We have achieved response time equal to 3.7ns. Fig.7 Simulation result for comparator output. Fig.8 Simulation result for comparator response time. B. Output Waveforms for the gates used in encoder. Fig.9 Simulation result for inverter circuit Figure 9,10,11,12 shows the simulation result for the inverter,2-input NAND gate,3-input NAND gate and 4-input
  • 4. Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application (IJSRD/Vol. 1/Issue 2/2013/0021) All rights reserved by www.ijsrd.com 136 NAND gate result respectively. Each simulation in carried out with the NG Spice tool with 180nm technology. The response time for the inverter,2-input NAND gate,3-input NAND gate and 4-input NAND gate are 0.24ns,0.17ns,0.39ns and 0.7ns respectively Fig.10 Simulation result of 2-i/p NAND gate. Fig.11 Simulation result of 3-i/p NAND gate.. Fig.12 Simulation result of 4-i/p NAND gate. C. 3 bit flash ADC output Fig.13 Simulation result for inputs of 3 bit flash ADC Fig.13 Simulation result for MSB bit of 3 bit flash ADC Fig.15 Simulation result for MIDDLE bit of 3 bit flash ADC
  • 5. Simulation of 3 bit Flash ADC in 0.18µm technology using NG SPICE tool for High Speed Application (IJSRD/Vol. 1/Issue 2/2013/0021) All rights reserved by www.ijsrd.com 137 Fig.15 Simulation result for LSB bit of 3 bit flash ADC IV. CONCLUSION AND FUTURE WORKS This paper provides the basic result of the 3 bit FLASHADC. Although this technique is very much costly due to the increase in complexity for higher resolution, it can be helpful in implementation of moderate resolution ADC. The most of power consumption of the ADC occurs in the comparator as expected. When the ADC is implemented for higher resolution then the power consumption is significant. It is very difficult to reduce the power consumption is FLASH ADC because the comparator are operating in parallel and so for the higher resolution and speed we have tradeoff with the power consumption. Table 2 shows the performance parameter for the FLASH ADC. Table: 2 Specification summary for the Flash ADC Technology 0.18µm Resolution 3 Bit Supply voltage 1.0 v Input voltage 0 to 1 v Comparator sensitivity 11 mv LSB 0.125 v Comparator response time 3.7 ns Unity Gain Bandwidth 204.17 MHz Comparator Gain 28.86 DB Phase Margin for Comparator 49.3º Slew rate 6.28 v/µs offset voltage of OP-AMP 11.72 µv power dissipation 50.01 µW ICMR 0.25 to 0.75 v Switching Voltage of comparator 5 ms REFERENCES [1] P. E. Allen and D. R. Holberg, “CMOS Analog Circuit Design,” 2nd edition ISBN 0- 19-511644-5. [2] S. Kale and R. S. Gamad, “Design of a CMOS Comparator for Low Power and High Speed,” Internationl Journal of Electronic Engineering Research, vol. 2, no. 1, pp. 29-34,2010. [3] Pradip kumar, Amit kolhe," Design & Implementation of Low Power 3-bit Flash ADC in 0.18μm CMOS", International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231- 2307, Volume-1, Issue-5, November 2011. [4] Unary coding located on http://en.wikipedia.org/wiki/unary coding. [5] Wen-Ta Lee, Po-Hsiang Huang, Yi-Zhen Liao and Yuh-Shyan Hwang,“A New Low Power Flash ADC Using Multiple-Selection Method,”1-4244- 0637-4/07 ©2007 IEEE [6] Chia-Nan Yeh and Yen-Tai Lai, “A Novel Flash Analog- to-Digital Converter,” 978-1-4244-1684- 4/08 ©2008 IEEE [7] R. Jacob Baker, Harry W. Li, David E. Boyce, “CMOS Circuit Design Layout and Simulation,” ISBN 0-7803- 3416-7, IEEE Press, 445 Hose Lane, P.O.Box 1331, Piscataway, NJ08855-1331 USA [8] Liang Rong,"Systematic Design of a Flash ADC for UWB Applications", Proceedings of the 8th Design (ISQED'07), 2007. [9] www.mosis.com