SlideShare a Scribd company logo
1 of 3
Download to read offline
Gururaj Balikatti et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1422-1424

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

A Novel Technique for Enhancing Speed of Successive
Approximation Analog to Digital Converter
Madhuri M, Jhothi M N, Archana G M, Ashwini P T and Gururaj Balikatti.
Department of Electronics, Maharani’s Science College For Women, Palace Road, Bangalore – 560 001
ABSTRACT
High resolution analog to digital converters (ADC’s) have been based on self–calibrated successive
approximation technique, because it uses a single comparator and consumes less power. Unfortunately
successive approximation technique requires N comparisons to convert N bit digital code from an analog sample.
This makes successive approximation ADC’s unsuitable for high speed applications. This paper demonstrates a
simple technique to enhance speed of successive approximation ADC’s that require as few as N-3 comparisons
for N bit conversion. This technique optimizes the number of comparator requirements while increasing
conversion speed by 37.5% for 8-bit resolution. In our approach, the analog input range is partitioned into 8
quantization cells, separated by 7 boundary points. A 3-bit binary code 000 to 111 is assigned to each cell. A
normal successive approximation converter requires 8 comparisons for 8-bit quantization, while our proposed
technique reduces number of comparison requirements to 5 comparisons for 8 bit conversion. The results show
that the ADC exhibits a maximum DNL of 0.47LSB and a maximum INL of 0.5LSB.
Keywords - ADC, Microcontroller, DAC, Sample and Hold. Successive approximation.

I. INTRODUCTION
Analog-to-digital converters (ADCs) are
critical building blocks in a wide range of hardware
from radar and electronic warfare systems to
multimedia based personal computers and work
stations [1]. The need constantly exists for converters
with higher resolution, faster conversion speeds and
lower power dissipation. An N-bit flash architecture
uses 2N-1 comparators, where N is the stated resolution.
Flash converters often include one or two additional
comparators to measure overflow conditions [2].
All comparators sample the analog input voltage
simultaneously. This ADC is thus inherently fast. The
Parallelism of the flush architecture has drawbacks for
higher resolution applications.
The number of
comparators grows exponentially with N, in addition,
the separation of adjacent reference voltages grows
smaller exponentially, consequently and this
architecture requires very large IC’s. It has high
power dissipation.
The conventional pipelined architecture has
been widely employed to meet the required
performance in this arena due to properly managed
trade-offs between speed, power consumption and die
area [3]-[5]. Among a variety of pipelined ADCs, the
multi bit-per-stage architecture is more suitable for
high resolution, as the single bit- per stage structure
requires more stages, high power consumption and
larger chip area [6]. However the multi bit-per-stage
architecture has a relatively low signal processing
speed due to reduced feedback factor in the closed –
loop configuration of the amplifiers. In switched
capacitor type multiplying digital-to-analog converters
(MDACS) used in conventional pipelined ADCs, the
www.ijera.com

mismatch between capacitors limits the differential
non linearly (DNL) of ADCs. This is because each
DNL step is defined by the random process variation
of each unit capacitor value. A common centroid
geometry layout technique can improve this capacitor
matching for DNL, but it cannot have an effect on
random mismatch [7].
Naturally increasing the
capacitor size can directly improve the capacitor
matching accuracy, but at the added cost of increased
load capacitance. This means the amplifiers would
dissipate more power or the ADC sampling speed
would have to be reduced.
In this paper, a novel architecture is proposed
to improve the sampling rate and the resolution of an
ADC. The prototype ADC based on this technique
needs only five comparisons instead of eight
comparisons normally required in the conventional
successive approximation techniques for 8-bit
resolution. This can increase the speed of conversion.
This paper organized as follows.
The ADC
architecture with the proposed technique is discussed
in Section II. Circuit implementation is described in
Section III and measured results of the prototype are
summarized in Section IV. Finally, the conclusions
are given in Section-V.

II. ADC ARCHITECTURE
The block diagram of the proposed 8-bit
ADC is illustrated in Fig. 1. It is based on a
conventional successive approximation technique.
The ADC consists of an input sample and hold
amplifier (SHA), 8-comparators, one 8-bit DAC, 8-bit
Microprocessor 8085 and some extra supporting
circuit blocks. Seven comparators, partitions input
1422 | P a g e
Gururaj Balikatti et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1422-1424

www.ijera.com

range into 8-quantization cells. The Microprocessor
decides within which cell the input sample lies. This
gives 3 MSB bits 000 to 111 according to the cell
value. Remaining 5 bits are obtained by successive
approximation technique.

Figure 1: Block diagram of 8 bit ADC
A Circuit which partitions Analog input
signal into 8-quantization cells as shown in Fig. 2,
has
7 comparators and a potential divider
network. During sampling all comparators samples
the analog input voltage Vin simultaneously and
generates thermometer Code. A binary count is
loaded into the accumulator depending on the
thermometer code, the detailed binary count loaded
into accumulator for different thermometer code is
summarized in
table 1.
Table 1: Binary count corresponding to thermometer
code
Thermometer Code
Binary count
00000000
00010000
00000001
00110000
00000011
01010000
00000111
01110000
00001111
10010000
00011111
10110000
00111111
11010000
01111111
11110000

Figure 2 : Thermometer code generator

III. CIRCUIT IMPLEMENTATION.

Figure 3 : Schematic diagram of 8 bit ADC
The Schematic diagram of the 8-bit ADC is
as shown in Fig. 3. The PPI 8255 port A is used as
input port which gets the thermometer code from
comparator network and DAC comparator output.
Port B is used as output port connected to 8-bit DAC
to obtain analog signal equivalent to digital count in
an accumulator, which is compared with an analog
input voltage VIN.
After completion of five
comparisons, count in the accumulator is digital
equivalent of Analog input voltage VIN, it is outputted
to Port C. The software for successive approximation
Analog to digital conversion is written in assembler
codes and converted to hexadecimal code by the
assembler software. Hex codes are transferred to the
Microprocessor by a programmer. State diagram of
the ADC is shown in fig. 4.
www.ijera.com

1423 | P a g e
Gururaj Balikatti et al Int. Journal of Engineering Research and Applications
ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1422-1424

www.ijera.com

Figure 5(b) : Integral Non linearity (INL)
verses Code

V. CONCLUSION
In this paper, a new architecture for Successive
Approximation Analog to digital conversion is
introduced. The proposed scheme reduces number of
comparisons required to obtain digital data, which
makes the quantization feasible with much higher
speed, demonstrating the proposed Architecture is
effective. An hardwired 8 bit prototype ADC is
fabricated and tested.

REFERENCES
[1]

[2]

[3]
Figure 4 : State diagram

IV. EXPERIMENTAL RESULTS
Figure 5 shows the dc linearity of the ADC.
In figure 5(a) differential nonlinearity (DNL) is
plotted versus code, and in Figure 5(b) integral
nonlinearity (INL) versus code is plotted. The
magnitudes of the maximum DNL and INL are less
than 0.45 and 0.5 LSB, respectively.

[4]

[5]

[6]

[7]
Figure 5(a) : Differential Non linearity(DNL)
verses Code

www.ijera.com

P.E.Pace, J.L. Schaler, and D.Styer,
“Optimum Analog preprocessing for folding
ADC’s”, IEEE Trans. Circuits System-II,
Vol.42.pp.825-829, Dec. 95.
Robert
H.Walden,
“Analog-to-Digital
Converter
Survey
and
Analysis”,
IEEEJ.Comm. Vol.17, No.4, pp539-549,
April 1999.
B.M.Min. P. Kim.D. Boisvert, and A.Aude,
“A 69 mW 10 b 80 MS/s pipelined CMOS
ADC,” in Dig. Tech. Papers Int. Solid-State
Circuits Conf.(ISSCC’03), Feb.2003, pp.324325.
S.M.Jamal, F.Daihong, P.J Hurst, and S.H.
Lewis, “A 10 b 120 MSample/s timeinterleaved analog-to-digital converter with
digital background calibration,” in Dig. Tech.
Papers Int. Solid-State Circuits Conf.(ISSCC
02), Feb. 2002, pp.132-133.
A Loloee. A.Zanchi, H.Jin, S.Shehata, and E.
Bartolome, “A 12 b 80MSps pipelined ADC
core with 190mW consumption from 3W
0.18 mm digital CMOS,” in Proc. Eur. SolidState Circuits Conf., Sept. 2002, pp.467-470.
P.Yu and H. Lee, “A 2.5-V, 12-b, 5-M
Sample/s, pipelined CMOS ADC,”IEEE. J.
Solid-State Circuits, vol.31.pp. 1854-1861.
Dec. 1996.
S.H.Lewis, H.S.Fetterman, G.F.Gross, R.
Ramachandran, and T.R. Vishwanathan, “A
10-b
20-MSample/s
analog-to-digital
converter,” IEEE J.Solid-State Circuits,
vol.27, pp.351-358, Mar. 1992.

1424 | P a g e

More Related Content

What's hot

Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...journalBEEI
 
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...IRJET Journal
 
A Review of Low Power Novel Gate Design
A Review of Low Power Novel Gate DesignA Review of Low Power Novel Gate Design
A Review of Low Power Novel Gate DesignIRJET Journal
 
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Karthik Sagar
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueIJMER
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...IRJET Journal
 
128 bit low power and area efficient carry select adder amit bakshi academia
128 bit low power and area efficient carry select adder   amit bakshi   academia128 bit low power and area efficient carry select adder   amit bakshi   academia
128 bit low power and area efficient carry select adder amit bakshi academiagopi448
 
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERSHIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERSLalitha Gosukonda
 
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...IRJET Journal
 
Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...ecejntuk
 
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...Saikiran Panjala
 
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...IJEEE
 
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...eSAT Publishing House
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsIJERA Editor
 
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...IOSR Journals
 
QoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT Networks
QoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT NetworksQoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT Networks
QoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT NetworksIJCNCJournal
 
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYPOWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYecij
 

What's hot (20)

Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...Lightweight hamming product code based multiple bit error correction coding s...
Lightweight hamming product code based multiple bit error correction coding s...
 
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ...
 
2012
20122012
2012
 
Dx34756759
Dx34756759Dx34756759
Dx34756759
 
A Review of Low Power Novel Gate Design
A Review of Low Power Novel Gate DesignA Review of Low Power Novel Gate Design
A Review of Low Power Novel Gate Design
 
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
 
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
Design of a Novel Multiplier and Accumulator using Modified Booth Algorithm w...
 
128 bit low power and area efficient carry select adder amit bakshi academia
128 bit low power and area efficient carry select adder   amit bakshi   academia128 bit low power and area efficient carry select adder   amit bakshi   academia
128 bit low power and area efficient carry select adder amit bakshi academia
 
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERSHIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
 
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han...
 
Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...Fpga implementation of soft decision low power convolutional decoder using vi...
Fpga implementation of soft decision low power convolutional decoder using vi...
 
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...
DESIGN AND SIMULATION OF DIFFERENT 8-BIT MULTIPLIERS USING VERILOG CODE BY SA...
 
Ee34791794
Ee34791794Ee34791794
Ee34791794
 
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
 
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
 
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
Area-Efficient VLSI Implementation for Parallel Linear-Phase FIR Digital Filt...
 
QoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT Networks
QoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT NetworksQoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT Networks
QoS Categories Activeness-Aware Adaptive EDCA Algorithm for Dense IoT Networks
 
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAYPOWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
POWER GATING STRUCTURE FOR REVERSIBLE PROGRAMMABLE LOGIC ARRAY
 

Viewers also liked (20)

Ik3614691472
Ik3614691472Ik3614691472
Ik3614691472
 
Is3615181524
Is3615181524Is3615181524
Is3615181524
 
Iq3615021507
Iq3615021507Iq3615021507
Iq3615021507
 
Hn3613321337
Hn3613321337Hn3613321337
Hn3613321337
 
Ig3614301436
Ig3614301436Ig3614301436
Ig3614301436
 
Ii3614451458
Ii3614451458Ii3614451458
Ii3614451458
 
Hy3613901394
Hy3613901394Hy3613901394
Hy3613901394
 
Ic36140914013
Ic36140914013Ic36140914013
Ic36140914013
 
Id3614141421
Id3614141421Id3614141421
Id3614141421
 
Ia3613981403
Ia3613981403Ia3613981403
Ia3613981403
 
Hx3613861389
Hx3613861389Hx3613861389
Hx3613861389
 
Ht3613671371
Ht3613671371Ht3613671371
Ht3613671371
 
Ih3614371444
Ih3614371444Ih3614371444
Ih3614371444
 
Ib3614041408
Ib3614041408Ib3614041408
Ib3614041408
 
Hs3613611366
Hs3613611366Hs3613611366
Hs3613611366
 
If3614251429
If3614251429If3614251429
If3614251429
 
Hr3613551360
Hr3613551360Hr3613551360
Hr3613551360
 
Hw3613811385
Hw3613811385Hw3613811385
Hw3613811385
 
Hz3613951397
Hz3613951397Hz3613951397
Hz3613951397
 
Il3614731475
Il3614731475Il3614731475
Il3614731475
 

Similar to Ie3614221424

A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085IJERD Editor
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYVLSICS Design
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYVLSICS Design
 
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
 
An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...
An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...
An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...IJERA Editor
 
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...ijsrd.com
 
IRJET- Calibration Techniques for Pipelined ADCs
IRJET-  	  Calibration Techniques for Pipelined ADCsIRJET-  	  Calibration Techniques for Pipelined ADCs
IRJET- Calibration Techniques for Pipelined ADCsIRJET Journal
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...VLSICS Design
 
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
 
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
 
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
 
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...iosrjce
 
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
 
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
 

Similar to Ie3614221424 (20)

A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
 
K045076266
K045076266K045076266
K045076266
 
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
 
An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...
An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...
An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T...
 
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
 
C011122428
C011122428C011122428
C011122428
 
H0534248
H0534248H0534248
H0534248
 
IRJET- Calibration Techniques for Pipelined ADCs
IRJET-  	  Calibration Techniques for Pipelined ADCsIRJET-  	  Calibration Techniques for Pipelined ADCs
IRJET- Calibration Techniques for Pipelined ADCs
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
 
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
 
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
 
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...
 
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
 
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
 
Jgoes
JgoesJgoes
Jgoes
 
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
 
N045048590
N045048590N045048590
N045048590
 

Recently uploaded

Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

Ie3614221424

  • 1. Gururaj Balikatti et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1422-1424 RESEARCH ARTICLE www.ijera.com OPEN ACCESS A Novel Technique for Enhancing Speed of Successive Approximation Analog to Digital Converter Madhuri M, Jhothi M N, Archana G M, Ashwini P T and Gururaj Balikatti. Department of Electronics, Maharani’s Science College For Women, Palace Road, Bangalore – 560 001 ABSTRACT High resolution analog to digital converters (ADC’s) have been based on self–calibrated successive approximation technique, because it uses a single comparator and consumes less power. Unfortunately successive approximation technique requires N comparisons to convert N bit digital code from an analog sample. This makes successive approximation ADC’s unsuitable for high speed applications. This paper demonstrates a simple technique to enhance speed of successive approximation ADC’s that require as few as N-3 comparisons for N bit conversion. This technique optimizes the number of comparator requirements while increasing conversion speed by 37.5% for 8-bit resolution. In our approach, the analog input range is partitioned into 8 quantization cells, separated by 7 boundary points. A 3-bit binary code 000 to 111 is assigned to each cell. A normal successive approximation converter requires 8 comparisons for 8-bit quantization, while our proposed technique reduces number of comparison requirements to 5 comparisons for 8 bit conversion. The results show that the ADC exhibits a maximum DNL of 0.47LSB and a maximum INL of 0.5LSB. Keywords - ADC, Microcontroller, DAC, Sample and Hold. Successive approximation. I. INTRODUCTION Analog-to-digital converters (ADCs) are critical building blocks in a wide range of hardware from radar and electronic warfare systems to multimedia based personal computers and work stations [1]. The need constantly exists for converters with higher resolution, faster conversion speeds and lower power dissipation. An N-bit flash architecture uses 2N-1 comparators, where N is the stated resolution. Flash converters often include one or two additional comparators to measure overflow conditions [2]. All comparators sample the analog input voltage simultaneously. This ADC is thus inherently fast. The Parallelism of the flush architecture has drawbacks for higher resolution applications. The number of comparators grows exponentially with N, in addition, the separation of adjacent reference voltages grows smaller exponentially, consequently and this architecture requires very large IC’s. It has high power dissipation. The conventional pipelined architecture has been widely employed to meet the required performance in this arena due to properly managed trade-offs between speed, power consumption and die area [3]-[5]. Among a variety of pipelined ADCs, the multi bit-per-stage architecture is more suitable for high resolution, as the single bit- per stage structure requires more stages, high power consumption and larger chip area [6]. However the multi bit-per-stage architecture has a relatively low signal processing speed due to reduced feedback factor in the closed – loop configuration of the amplifiers. In switched capacitor type multiplying digital-to-analog converters (MDACS) used in conventional pipelined ADCs, the www.ijera.com mismatch between capacitors limits the differential non linearly (DNL) of ADCs. This is because each DNL step is defined by the random process variation of each unit capacitor value. A common centroid geometry layout technique can improve this capacitor matching for DNL, but it cannot have an effect on random mismatch [7]. Naturally increasing the capacitor size can directly improve the capacitor matching accuracy, but at the added cost of increased load capacitance. This means the amplifiers would dissipate more power or the ADC sampling speed would have to be reduced. In this paper, a novel architecture is proposed to improve the sampling rate and the resolution of an ADC. The prototype ADC based on this technique needs only five comparisons instead of eight comparisons normally required in the conventional successive approximation techniques for 8-bit resolution. This can increase the speed of conversion. This paper organized as follows. The ADC architecture with the proposed technique is discussed in Section II. Circuit implementation is described in Section III and measured results of the prototype are summarized in Section IV. Finally, the conclusions are given in Section-V. II. ADC ARCHITECTURE The block diagram of the proposed 8-bit ADC is illustrated in Fig. 1. It is based on a conventional successive approximation technique. The ADC consists of an input sample and hold amplifier (SHA), 8-comparators, one 8-bit DAC, 8-bit Microprocessor 8085 and some extra supporting circuit blocks. Seven comparators, partitions input 1422 | P a g e
  • 2. Gururaj Balikatti et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1422-1424 www.ijera.com range into 8-quantization cells. The Microprocessor decides within which cell the input sample lies. This gives 3 MSB bits 000 to 111 according to the cell value. Remaining 5 bits are obtained by successive approximation technique. Figure 1: Block diagram of 8 bit ADC A Circuit which partitions Analog input signal into 8-quantization cells as shown in Fig. 2, has 7 comparators and a potential divider network. During sampling all comparators samples the analog input voltage Vin simultaneously and generates thermometer Code. A binary count is loaded into the accumulator depending on the thermometer code, the detailed binary count loaded into accumulator for different thermometer code is summarized in table 1. Table 1: Binary count corresponding to thermometer code Thermometer Code Binary count 00000000 00010000 00000001 00110000 00000011 01010000 00000111 01110000 00001111 10010000 00011111 10110000 00111111 11010000 01111111 11110000 Figure 2 : Thermometer code generator III. CIRCUIT IMPLEMENTATION. Figure 3 : Schematic diagram of 8 bit ADC The Schematic diagram of the 8-bit ADC is as shown in Fig. 3. The PPI 8255 port A is used as input port which gets the thermometer code from comparator network and DAC comparator output. Port B is used as output port connected to 8-bit DAC to obtain analog signal equivalent to digital count in an accumulator, which is compared with an analog input voltage VIN. After completion of five comparisons, count in the accumulator is digital equivalent of Analog input voltage VIN, it is outputted to Port C. The software for successive approximation Analog to digital conversion is written in assembler codes and converted to hexadecimal code by the assembler software. Hex codes are transferred to the Microprocessor by a programmer. State diagram of the ADC is shown in fig. 4. www.ijera.com 1423 | P a g e
  • 3. Gururaj Balikatti et al Int. Journal of Engineering Research and Applications ISSN : 2248-9622, Vol. 3, Issue 6, Nov-Dec 2013, pp.1422-1424 www.ijera.com Figure 5(b) : Integral Non linearity (INL) verses Code V. CONCLUSION In this paper, a new architecture for Successive Approximation Analog to digital conversion is introduced. The proposed scheme reduces number of comparisons required to obtain digital data, which makes the quantization feasible with much higher speed, demonstrating the proposed Architecture is effective. An hardwired 8 bit prototype ADC is fabricated and tested. REFERENCES [1] [2] [3] Figure 4 : State diagram IV. EXPERIMENTAL RESULTS Figure 5 shows the dc linearity of the ADC. In figure 5(a) differential nonlinearity (DNL) is plotted versus code, and in Figure 5(b) integral nonlinearity (INL) versus code is plotted. The magnitudes of the maximum DNL and INL are less than 0.45 and 0.5 LSB, respectively. [4] [5] [6] [7] Figure 5(a) : Differential Non linearity(DNL) verses Code www.ijera.com P.E.Pace, J.L. Schaler, and D.Styer, “Optimum Analog preprocessing for folding ADC’s”, IEEE Trans. Circuits System-II, Vol.42.pp.825-829, Dec. 95. Robert H.Walden, “Analog-to-Digital Converter Survey and Analysis”, IEEEJ.Comm. Vol.17, No.4, pp539-549, April 1999. B.M.Min. P. Kim.D. Boisvert, and A.Aude, “A 69 mW 10 b 80 MS/s pipelined CMOS ADC,” in Dig. Tech. Papers Int. Solid-State Circuits Conf.(ISSCC’03), Feb.2003, pp.324325. S.M.Jamal, F.Daihong, P.J Hurst, and S.H. Lewis, “A 10 b 120 MSample/s timeinterleaved analog-to-digital converter with digital background calibration,” in Dig. Tech. Papers Int. Solid-State Circuits Conf.(ISSCC 02), Feb. 2002, pp.132-133. A Loloee. A.Zanchi, H.Jin, S.Shehata, and E. Bartolome, “A 12 b 80MSps pipelined ADC core with 190mW consumption from 3W 0.18 mm digital CMOS,” in Proc. Eur. SolidState Circuits Conf., Sept. 2002, pp.467-470. P.Yu and H. Lee, “A 2.5-V, 12-b, 5-M Sample/s, pipelined CMOS ADC,”IEEE. J. Solid-State Circuits, vol.31.pp. 1854-1861. Dec. 1996. S.H.Lewis, H.S.Fetterman, G.F.Gross, R. Ramachandran, and T.R. Vishwanathan, “A 10-b 20-MSample/s analog-to-digital converter,” IEEE J.Solid-State Circuits, vol.27, pp.351-358, Mar. 1992. 1424 | P a g e