A 12-Bit High Speed Analog To Digital Convertor Using μp 8085

IJERA Editor
IJERA EditorInternational Journal of Engineering Research and Applications (IJERA) um www.ijera.com

The need constantly exists for converters with higher resolution, faster conversion speeds and lower power dissipation. High-speed analog to digital converters (ADC’s) have been based on flash architecture, because all comparators sample the analog input voltage simultaneously, this ADC is thus inherently fast. Unfortunately, flash ADC requires 2N - 1 comparators to convert N bit digital code from an analog sample. This makes flash ADC’s unsuitable for high-resolution applications. This paper demonstrates a simple technique to enhance resolution of flash ADC’s that require as few as 256 comparators for 12-bit conversion. In this approach, the analog input range is partitioned into 256 quantization cells, separated by 255 boundary points. An 8-bit binary code 00000000 to 11111111 is assigned to each cell. A 12-bit flash converter requires 4096 comparators, while proposed technique reduces number of comparator requirements to only 256 for 12- bit conversion. Therefore, this technique is best suitable when high speed combined with high resolution is required. Result of 12-bit prototype is presented.

Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60
www.ijera.com 57 | P a g e
A 12-Bit High Speed Analog To Digital Convertor Using µp 8085
Gururaj Balikatti, Prabhavathi. V, Poojitha. M, Priyanka. K, Thaseena Banu
Department of Electronics, Maharani’s Science College for Women, Bangalore-560001, Karnataka, India.
ABSTRACT
The need constantly exists for converters with higher resolution, faster conversion speeds and lower power
dissipation. High-speed analog to digital converters (ADC’s) have been based on flash architecture, because all
comparators sample the analog input voltage simultaneously, this ADC is thus inherently fast. Unfortunately,
flash ADC requires 2N
- 1 comparators to convert N bit digital code from an analog sample. This makes flash
ADC’s unsuitable for high-resolution applications. This paper demonstrates a simple technique to enhance
resolution of flash ADC’s that require as few as 256 comparators for 12-bit conversion. In this approach, the
analog input range is partitioned into 256 quantization cells, separated by 255 boundary points. An 8-bit binary
code 00000000 to 11111111 is assigned to each cell. A 12-bit flash converter requires 4096 comparators, while
proposed technique reduces number of comparator requirements to only 256 for 12- bit conversion. Therefore,
this technique is best suitable when high speed combined with high resolution is required. Result of 12-bit
prototype is presented.
Keywords: Flash ADC, µP, DAC, Sample and Hold. Successive approximation.
I. INTRODUCTION
Digital control systems are extensively used in
the field of motion control. High performance digital
control systems have created a need for high speed
and high resolution analog to digital converters
(ADC’s) with extremely wide dynamic range.
Typically, high-resolution ADC’s have been based
either on self-calibrated successive approximation [1-
3] or over sampling architectures [4, 5]. However,
both of these architectures are unsuitable for high-
speed applications. Flash ADC’s are typical choice
for high-speed applications. However, The
Parallelism of the flash architecture has drawbacks
for higher resolution applications. The number of
comparators grows exponentially with N [6], in
addition, the separation of adjacent reference voltages
grows smaller exponentially, and consequently this
architecture requires very large IC’s. It has high
power dissipation. Two-step Flash converters are
popular for conversion resolutions in the 8-12 bit
range where optimized designs can achieve low
power dissipation and small silicon area for
implementation [7, 8]. However, beyond such
resolution, the area and power dissipation of two-
step flash ADC’s nearly double for each additional
bit of resolution [9].
There are many different architectures like
pipelined convertor [10, 11], successive
approximation convertor [12, 13], Sigma-Delta
convertor [14], folding ADC’s, reported recently for
high-speed applications. Nevertheless, these
architectures have significant amount of complexity.
In this paper, a simple technique is proposed to
enhance resolution of flash ADC’s. The prototype
ADC based on this technique uses only 256
comparators instead of 4096 comparators normally
required in the flash ADC’s for 12-bit resolution.
II. ADC ARCHITECTURE
The ADC based on proposed technique enjoys
the benefit of employing only 256 comparators
instead of 4096 comparators normally required in
conventional 12-bit flash architecture while
maintaining the advantage of high speed. The block
diagram of the 12-bit ADC using proposed technique
is illustrated in Fig. 1. The ADC consists of an 8-bit
flash ADC, 12-bit DAC, 8-bit µP 8085, 2-PPI 8255
and some extra supporting circuit blocks. 8-bit flash
ADC, partitions input range into 256-
quantization cells. From the 8-bit code µP decides
within which cell the input sample lies. 12-bit
code for that cell is obtained by successive
approximation technique.
III. CIRCUIT IMPLEMENTATION
The block diagram of the 12-bit ADC is as
shown in Fig. 1. The 8255-I port A is used as input
port, which gets the 8-bit code from 8-bit flash
RESEARCH ARTICLE OPEN ACCESS
Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60
www.ijera.com 58 | P a g e
Figure 1: Block diagram of 12-bit ADC
ADC, corresponding mid value 12-bit binary
code of a particular cell is loaded into the
accumulator. Port B and Port C upper of 8255-I is
used as output ports, connected to 12-bit DAC
through to obtain analog signal equivalent to digital
count in register A, which is compared with an
analog input voltage VIN. Equivalent 12-bit digital
code for analog input signal is obtained by successive
approximation technique. The conversion algorithm
is similar to the binary search algorithm. First, the
reference voltage of a particular cell, Vref (DAC)
provided by DAC is set to VN / 2 to obtain the
MSB, where VN is the maximum cell voltage of a
particular cell and N is cell number. After getting the
MSB, successive approximation convertor moves to
the next bit with VN/4 or 3/4*VN depending on the
result of the MSB. If the MSB is “1", then Vref(DAC) =
¾*VN, otherwise Vref(DAC) =VN/4 This sequence will
continue until the LSB is obtained.
Fig. 2 shows how the reference voltages are
implemented for analog signal sample lies in the third
cell (V3/2=038H). Note that 15/16*V3 (03FH) is the
largest reference voltage and 1/16*V3 (030H) is the
smallest reference voltage. To get a 12-bit digital
output, four comparisons are needed. Finally 12-bit
digital code is available at Port B and Port C of PPI
8255-II.
Figure 2: Reference voltage tree in successive
Approximation technique
Software for implementing successive
approximation converter in µP is written in assembler
code and converted to hex code by assembler
software.
IV. MEASURED RESULT
An experimental prototype of 12-bit ADC using
proposed technique was designed and developed
using µP8085. The working functionality of the ADC
has been checked by generating a ramp input going
from 0 to 5V (full scale range of the ADC). Digital
codes have been obtained correctly, going from 0 to
4095 for 12-bit at the output, indicating that the
ADC’s working is functionally correct.
Both the differential and integral nonlinearities
(DNL and INL) were measured over 212
output codes
by applying slowly varying full scale range ramp as
input to the proposed ADC, which completes the full
scale range in 4095 steps .The values of the each
code are compared with ideal value and store the
difference value. The results show that the ADC
exhibits a maximum DNL of 0.52 LSB and a
maximum INL of 0.55LSB as shown in the Figs. 3(a)
and 3(b).
Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60
www.ijera.com 59 | P a g e
Figure 3(a): Differential Non Linearity Versus
output Code
Figure 3(b): Integral Non Linearity Versus output
Code
V. CONCLUSION
We have presented a simple and effective
technique for enhancing resolution of 8-bit flash
ADC. This technique would be effective in a large
number of high-speed controls and signal processing
applications such as hard-disk-drive read Chanel and
wireless receivers. Although these applications are
most often implemented with flash convertors, but
these ADC’s demands larger power. Also, the ADC
die area and power dissipation increase exponentially
with resolution, limiting the resolution of such
ADC’s less than 10bits. The main conclusion is that
although Flash convertors provide high conversion
rates, required power dissipation of these ADC’s are
large. Also, resolution beyond 10-bits these ADC’s
become prohibitively expensive and bulky. Proposed
technique provides high enough conversion speed for
high-speed applications, with less power dissipation
even beyond 10-bit resolution. Implementation of
successive approximation algorithm using µP 8085
has reduced the hardware requirement and cost.
Proposed technique uses only 256 comparators for
12-bit resolution.
REFERENCE
[1] H.S.Lee. D.Hodges, and P.R.Gray, “A self-
calibrating 15 bit CMOS A/D
converter”, IEEE J. Solid state circuits Vol.
SC-19, Dee.1984, pp.813-819.
[2] M.de Wif, k-s. Tan, R.K.Hester,A low-
power 12-b analog-to-digital converter with
on-chip precision trimming”, IEEE J. Solid-
state circuits. Vol. 28, Apr.1933, pp.455-
461.
[3] K.S.Tan. S.Kiriaki, M.De Wit,
J.W.Fattaruso, C.Y.Tayet al “Error
correction techniques for high-performance
differential A/D converters”, IEEE J. Solid-
state circuits, Vol. 25, Dec.1990, pp.1318-
1326.
[4] J.W.Fattaruso, S.Kiriaki, M.Dewit, and
G.Waxwar. “Self-Calibration techniques for
a second-order multi bit sigma-delta
modulator”, IEEE J. Solid-state circuits,
Vol. 28, Dec.1993, pp.1216-1223.
[5] T.H.Shu, B.S.Song, and K.Bacrania, “A 13-
b 10-M samples ADC digitally calibrated
with oversampling Delta-sigma converter”,
IEEE J. Solid-state circuits, Vol. 4,
Apr.1955. pp.433-452.
[6] Robert H.Walden, “Analog-to-Digital
Converter Survey and Analysis”,
IEEEJ.Comm. Vol.17, No.4, pp539-549,
April 1999.
[7] B.Razavi and B.A.Wooley, “A 12-b 5-M
samples Two-step CMOS A/D converter”,
IEEE J. Solid-State circuits, Vol. 27,
Dec.1992, pp.1667-1678.
[8] B.S.Song, S.H.Lee, and M.F.Tompsett, “
A10-b 15-MHz CMOS recycling two steps
A/D converter”, IEEE J. Solid-state
circuits,Vol. 25, Dec.1990, pp. 1328-1338.
[9] Joao Goes, Joao C. Vital, and Jose E.France
“Systematic Design for optimization of High
Speed Self-Calibrated Pipelined A/D
converters”, IEEE Trans. Circuits system II,
Dec 1998, Vol. 45, pp.1513-1526.
[10] H. Lee, -Y, “Zero-Crossing-based 8-bit 100
MS/s Pipelined analog-to-digital Convertor
with offset Compensation”, IET Circuits,
Devices & Systems, Vol. 5, No. 5, Sept.
2011, pp. 411- 417.
[11] G. Harish, S. Prabhu, and P. Cyril Prasanna
Raj, “Power Effective Cascaded Flash-SAR
Sub ranging ADC”, IJTES, Vol. 2, No. 3,
Jan-Mar 2011, pp. 306-308.
[12] Sang-Hyun Cho, Chang-Kyo Lee, Jong-Kee
Kwon, and Seung-Tak Ryu, “A 550µW, 10-
bit 40 MS/s SAR ADC with Multistep
Addition- only Digital Error Correction”,
IEEE J. Solid-State Electronics, Vol. 46, No.
8, Aug. 2011, pp. 1881- 1892.
Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60
www.ijera.com 60 | P a g e
[13] Yan Wang, P. K. Hanumolu, and G. C.
Temes, “Design Techniques for Wideband
Discrete-time Delta-Sigma ADC’s with
Extra Loop Delay”, IEEE Trans. Circuits
system I, July 2011, Vol. 58, No. 7,
pp.1513-1526.
[14] Oktay Aytar and Ali Tangel, “Employing
threshold inverter quantization(TIQ)
technique in designing 9-bit folding and
interpolation CMOS analog-to-digital
converters(ADC)”, SRE, Vol. 6(2), Jan.
2011, pp. 351- 362.

Recomendados

Ie3614221424 von
Ie3614221424Ie3614221424
Ie3614221424IJERA Editor
160 views3 Folien
A 8-bit high speed ADC using Intel μP 8085 von
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
283 views4 Folien
K045076266 von
K045076266K045076266
K045076266IJERA Editor
248 views5 Folien
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig... von
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
2.8K views5 Folien
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn... von
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
146 views6 Folien
Optimizing Data Encoding Technique For Dynamic Power Reduction In Network On ... von
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
28 views11 Folien

Más contenido relacionado

Was ist angesagt?

3BITFLASHADC von
3BITFLASHADC3BITFLASHADC
3BITFLASHADCAnkit Shivhare
814 views29 Folien
Design and implementation of Closed Loop Control of Three Phase Interleaved P... von
Design and implementation of Closed Loop Control of Three Phase Interleaved P...Design and implementation of Closed Loop Control of Three Phase Interleaved P...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...IJMTST Journal
46 views4 Folien
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han... von
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
25 views3 Folien
ADC 4 bit using HSIPCE von
ADC 4 bit using HSIPCEADC 4 bit using HSIPCE
ADC 4 bit using HSIPCEVN Trần
343 views25 Folien
Design & implementation of 3 bit flash adc in 0.18µm cmos von
Design & implementation of 3 bit flash adc in 0.18µm cmosDesign & implementation of 3 bit flash adc in 0.18µm cmos
Design & implementation of 3 bit flash adc in 0.18µm cmosIAEME Publication
1.5K views8 Folien
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi von
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry PiIRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry PiIRJET Journal
11 views4 Folien

Was ist angesagt?(19)

Design and implementation of Closed Loop Control of Three Phase Interleaved P... von IJMTST Journal
Design and implementation of Closed Loop Control of Three Phase Interleaved P...Design and implementation of Closed Loop Control of Three Phase Interleaved P...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...
IJMTST Journal46 views
Designing of Asynchronous Viterbi Decoder for Low Power Consumption using Han... von IRJET Journal
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 Journal25 views
ADC 4 bit using HSIPCE von VN Trần
ADC 4 bit using HSIPCEADC 4 bit using HSIPCE
ADC 4 bit using HSIPCE
VN Trần343 views
Design & implementation of 3 bit flash adc in 0.18µm cmos von IAEME Publication
Design & implementation of 3 bit flash adc in 0.18µm cmosDesign & implementation of 3 bit flash adc in 0.18µm cmos
Design & implementation of 3 bit flash adc in 0.18µm cmos
IAEME Publication1.5K views
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi von IRJET Journal
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry PiIRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
IRJET - Wireless Transmission of Data using LDPC Codes based on Raspberry Pi
IRJET Journal11 views
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits von IJERA Editor
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
IJERA Editor279 views
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro... von VLSICS Design
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
VLSICS Design17 views
VHDL Implementation of High Speed and Low Power BIST Based Vedic Multiplier von IRJET Journal
VHDL Implementation of High Speed and Low Power BIST Based Vedic MultiplierVHDL Implementation of High Speed and Low Power BIST Based Vedic Multiplier
VHDL Implementation of High Speed and Low Power BIST Based Vedic Multiplier
IRJET Journal49 views
Review On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption von IRJET Journal
Review On 2:4 Decoder By Reversible Logic Gates For Low Power ConsumptionReview On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
Review On 2:4 Decoder By Reversible Logic Gates For Low Power Consumption
IRJET Journal58 views
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder... von IRJET Journal
IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET Journal17 views
Design flash adc 3bit (VHDL design) von Rabab Muhammad
Design flash adc 3bit (VHDL design)Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)
Rabab Muhammad1.9K views
IRJET- Review Paper on Radix-2 DIT Fast Fourier Transform using Reversible Gate von IRJET Journal
IRJET- Review Paper on Radix-2 DIT Fast Fourier Transform using Reversible GateIRJET- Review Paper on Radix-2 DIT Fast Fourier Transform using Reversible Gate
IRJET- Review Paper on Radix-2 DIT Fast Fourier Transform using Reversible Gate
IRJET Journal26 views
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC von ijcisjournal
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC
ijcisjournal88 views
implementation and design of 32-bit adder von veereshwararao
implementation and design of 32-bit adderimplementation and design of 32-bit adder
implementation and design of 32-bit adder
veereshwararao6K views
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re... von IOSR Journals
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
Design of Adjustable Reconfigurable Wireless Single Core CORDIC based Rake Re...
IOSR Journals330 views
Lightweight hamming product code based multiple bit error correction coding s... von journalBEEI
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...
journalBEEI29 views

Destacado

Boom Towns von
Boom TownsBoom Towns
Boom TownsKMC Savills, Inc.
1.1K views8 Folien
Osservatorio Statistico_Gennaio 2015_AZ Holding von
Osservatorio Statistico_Gennaio 2015_AZ HoldingOsservatorio Statistico_Gennaio 2015_AZ Holding
Osservatorio Statistico_Gennaio 2015_AZ HoldingCarmine Evangelista
353 views33 Folien
Survey on Krishi-Mitra: Expert System for Farmers von
Survey on Krishi-Mitra: Expert System for FarmersSurvey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for FarmersIJERA Editor
279 views5 Folien
Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with... von
Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with...Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with...
Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with...IJERA Editor
242 views32 Folien
Сборник программ В.В. Зимы von
Сборник программ В.В. ЗимыСборник программ В.В. Зимы
Сборник программ В.В. ЗимыValeriya Ravodina
278 views5 Folien
KITALE WASH Monitoring Report-August 2014. von
KITALE WASH Monitoring Report-August 2014.KITALE WASH Monitoring Report-August 2014.
KITALE WASH Monitoring Report-August 2014.brian andanje
111 views10 Folien

Destacado(20)

Survey on Krishi-Mitra: Expert System for Farmers von IJERA Editor
Survey on Krishi-Mitra: Expert System for FarmersSurvey on Krishi-Mitra: Expert System for Farmers
Survey on Krishi-Mitra: Expert System for Farmers
IJERA Editor279 views
Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with... von IJERA Editor
Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with...Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with...
Analysis Of Laminated and Sandwich Composites by A Zig-Zag Plate Element with...
IJERA Editor242 views
Сборник программ В.В. Зимы von Valeriya Ravodina
Сборник программ В.В. ЗимыСборник программ В.В. Зимы
Сборник программ В.В. Зимы
Valeriya Ravodina278 views
KITALE WASH Monitoring Report-August 2014. von brian andanje
KITALE WASH Monitoring Report-August 2014.KITALE WASH Monitoring Report-August 2014.
KITALE WASH Monitoring Report-August 2014.
brian andanje111 views
Improved Error Detection and Data Recovery Architecture for Motion Estimation... von IJERA Editor
Improved Error Detection and Data Recovery Architecture for Motion Estimation...Improved Error Detection and Data Recovery Architecture for Motion Estimation...
Improved Error Detection and Data Recovery Architecture for Motion Estimation...
IJERA Editor452 views
в гостях у кодтрк von sergius3000
в гостях у кодтркв гостях у кодтрк
в гостях у кодтрк
sergius3000162 views
Titanium: A New Generation Material for Architectural Applications von IJERA Editor
Titanium: A New Generation Material for Architectural ApplicationsTitanium: A New Generation Material for Architectural Applications
Titanium: A New Generation Material for Architectural Applications
IJERA Editor428 views
E-Payment System on E-Commerce in India von IJERA Editor
E-Payment System on E-Commerce in IndiaE-Payment System on E-Commerce in India
E-Payment System on E-Commerce in India
IJERA Editor469 views
Theoretical Convective Heat Transfer Model Developement of Cold Storage Using... von IJERA Editor
Theoretical Convective Heat Transfer Model Developement of Cold Storage Using...Theoretical Convective Heat Transfer Model Developement of Cold Storage Using...
Theoretical Convective Heat Transfer Model Developement of Cold Storage Using...
IJERA Editor279 views
Review: “Implementation of Feedforward and Feedback Neural Network for Signal... von IJERA Editor
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...Review: “Implementation of Feedforward and Feedback Neural Network for Signal...
Review: “Implementation of Feedforward and Feedback Neural Network for Signal...
IJERA Editor673 views
如何獲得邀請碼2 von Wing Chan
如何獲得邀請碼2如何獲得邀請碼2
如何獲得邀請碼2
Wing Chan140 views
A Boundary Value Problem and Expansion Formula of I - Function and General Cl... von IJERA Editor
A Boundary Value Problem and Expansion Formula of I - Function and General Cl...A Boundary Value Problem and Expansion Formula of I - Function and General Cl...
A Boundary Value Problem and Expansion Formula of I - Function and General Cl...
IJERA Editor539 views
chạy lại phần mềm máy nokia lumia đơn giản tại nhà von Nguyen Hai Long
chạy lại phần mềm máy nokia lumia đơn giản tại nhàchạy lại phần mềm máy nokia lumia đơn giản tại nhà
chạy lại phần mềm máy nokia lumia đơn giản tại nhà
Nguyen Hai Long895 views
The decision method of basic fuzzy soft set in the application of the asphalt... von IJERA Editor
The decision method of basic fuzzy soft set in the application of the asphalt...The decision method of basic fuzzy soft set in the application of the asphalt...
The decision method of basic fuzzy soft set in the application of the asphalt...
IJERA Editor357 views
Chapitre 26: IV. Où le péché n’est plus von Pierrot Caron
Chapitre 26: IV. Où le péché n’est plus Chapitre 26: IV. Où le péché n’est plus
Chapitre 26: IV. Où le péché n’est plus
Pierrot Caron59 views

Similar a A 12-Bit High Speed Analog To Digital Convertor Using μp 8085

C011122428 von
C011122428C011122428
C011122428IOSR Journals
126 views5 Folien
An approach to design Flash Analog to Digital Converter for High Speed and Lo... von
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
33 views7 Folien
H0534248 von
H0534248H0534248
H0534248IOSR Journals
504 views7 Folien
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T... von
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
882 views16 Folien
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology von
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
37 views5 Folien
Power Efficient 4 Bit Flash ADC Using Cadence Tool von
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
33 views4 Folien

Similar a A 12-Bit High Speed Analog To Digital Convertor Using μp 8085(20)

An approach to design Flash Analog to Digital Converter for High Speed and Lo... von VLSICS 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...
VLSICS Design33 views
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T... von VLSICS Design
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 Design882 views
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology von IRJET Journal
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 Journal37 views
Power Efficient 4 Bit Flash ADC Using Cadence Tool von IRJET Journal
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 Journal33 views
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc von IOSRJECE
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
IOSRJECE241 views
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY von VLSICS Design
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
VLSICS Design15 views
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY von VLSICS Design
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
VLSICS Design118 views
Paper id 25201467 von IJRAT
Paper id 25201467Paper id 25201467
Paper id 25201467
IJRAT170 views
A 10-BIT 25 MS/S PIPELINED ADC USING 1.5-BIT SWITCHED CAPACITANCE BASED MDAC ... von IAEME Publication
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 Publication526 views
IRJET- Calibration Techniques for Pipelined ADCs von IRJET Journal
IRJET-  	  Calibration Techniques for Pipelined ADCsIRJET-  	  Calibration Techniques for Pipelined ADCs
IRJET- Calibration Techniques for Pipelined ADCs
IRJET Journal37 views
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro... von VLSICS Design
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
VLSICS Design39 views
Power Optimized Transmitter for Future Switched Network von IRJET Journal
Power Optimized Transmitter for Future Switched NetworkPower Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched Network
IRJET Journal35 views
Design of a 45nm TIQ Comparator for High Speed and Low Power 4-Bit Flash ADC von IDES Editor
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
IDES Editor1.4K views
An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm T... von IJERA Editor
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 Editor32 views
IRJET- Design and Simulation of 12-Bit Current Steering DAC von IRJET Journal
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
IRJET Journal28 views
12-Bit 1MSps SAR ADC For System-On-Chip von Sheila Sinclair
12-Bit 1MSps SAR ADC For System-On-Chip12-Bit 1MSps SAR ADC For System-On-Chip
12-Bit 1MSps SAR ADC For System-On-Chip
Sheila Sinclair12 views

Último

Future of AR - Facebook Presentation von
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook PresentationRob McCarty
65 views27 Folien
Evaluation of Quality of Experience of ABR Schemes in Gaming Stream von
Evaluation of Quality of Experience of ABR Schemes in Gaming StreamEvaluation of Quality of Experience of ABR Schemes in Gaming Stream
Evaluation of Quality of Experience of ABR Schemes in Gaming StreamAlpen-Adria-Universität
38 views34 Folien
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... von
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...ShapeBlue
178 views15 Folien
Business Analyst Series 2023 - Week 4 Session 8 von
Business Analyst Series 2023 -  Week 4 Session 8Business Analyst Series 2023 -  Week 4 Session 8
Business Analyst Series 2023 - Week 4 Session 8DianaGray10
145 views13 Folien
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... von
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...The Digital Insurer
91 views52 Folien
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue von
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueShapeBlue
137 views13 Folien

Último(20)

Future of AR - Facebook Presentation von Rob McCarty
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
Rob McCarty65 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... von ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue178 views
Business Analyst Series 2023 - Week 4 Session 8 von DianaGray10
Business Analyst Series 2023 -  Week 4 Session 8Business Analyst Series 2023 -  Week 4 Session 8
Business Analyst Series 2023 - Week 4 Session 8
DianaGray10145 views
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... von The Digital Insurer
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue von ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue137 views
The Power of Heat Decarbonisation Plans in the Built Environment von IES VE
The Power of Heat Decarbonisation Plans in the Built EnvironmentThe Power of Heat Decarbonisation Plans in the Built Environment
The Power of Heat Decarbonisation Plans in the Built Environment
IES VE84 views
State of the Union - Rohit Yadav - Apache CloudStack von ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue303 views
LLMs in Production: Tooling, Process, and Team Structure von Aggregage
LLMs in Production: Tooling, Process, and Team StructureLLMs in Production: Tooling, Process, and Team Structure
LLMs in Production: Tooling, Process, and Team Structure
Aggregage57 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue von ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue152 views
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue von ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
ShapeBlue265 views
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... von Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
The Power of Generative AI in Accelerating No Code Adoption.pdf von Saeed Al Dhaheri
The Power of Generative AI in Accelerating No Code Adoption.pdfThe Power of Generative AI in Accelerating No Code Adoption.pdf
The Power of Generative AI in Accelerating No Code Adoption.pdf
Saeed Al Dhaheri39 views
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... von ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue162 views
Transcript: Redefining the book supply chain: A glimpse into the future - Tec... von BookNet Canada
Transcript: Redefining the book supply chain: A glimpse into the future - Tec...Transcript: Redefining the book supply chain: A glimpse into the future - Tec...
Transcript: Redefining the book supply chain: A glimpse into the future - Tec...
BookNet Canada41 views
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De... von Moses Kemibaro
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...
Don’t Make A Human Do A Robot’s Job! : 6 Reasons Why AI Will Save Us & Not De...
Moses Kemibaro35 views
Optimizing Communication to Optimize Human Behavior - LCBM von Yaman Kumar
Optimizing Communication to Optimize Human Behavior - LCBMOptimizing Communication to Optimize Human Behavior - LCBM
Optimizing Communication to Optimize Human Behavior - LCBM
Yaman Kumar38 views

A 12-Bit High Speed Analog To Digital Convertor Using μp 8085

  • 1. Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60 www.ijera.com 57 | P a g e A 12-Bit High Speed Analog To Digital Convertor Using µp 8085 Gururaj Balikatti, Prabhavathi. V, Poojitha. M, Priyanka. K, Thaseena Banu Department of Electronics, Maharani’s Science College for Women, Bangalore-560001, Karnataka, India. ABSTRACT The need constantly exists for converters with higher resolution, faster conversion speeds and lower power dissipation. High-speed analog to digital converters (ADC’s) have been based on flash architecture, because all comparators sample the analog input voltage simultaneously, this ADC is thus inherently fast. Unfortunately, flash ADC requires 2N - 1 comparators to convert N bit digital code from an analog sample. This makes flash ADC’s unsuitable for high-resolution applications. This paper demonstrates a simple technique to enhance resolution of flash ADC’s that require as few as 256 comparators for 12-bit conversion. In this approach, the analog input range is partitioned into 256 quantization cells, separated by 255 boundary points. An 8-bit binary code 00000000 to 11111111 is assigned to each cell. A 12-bit flash converter requires 4096 comparators, while proposed technique reduces number of comparator requirements to only 256 for 12- bit conversion. Therefore, this technique is best suitable when high speed combined with high resolution is required. Result of 12-bit prototype is presented. Keywords: Flash ADC, µP, DAC, Sample and Hold. Successive approximation. I. INTRODUCTION Digital control systems are extensively used in the field of motion control. High performance digital control systems have created a need for high speed and high resolution analog to digital converters (ADC’s) with extremely wide dynamic range. Typically, high-resolution ADC’s have been based either on self-calibrated successive approximation [1- 3] or over sampling architectures [4, 5]. However, both of these architectures are unsuitable for high- speed applications. Flash ADC’s are typical choice for high-speed applications. However, The Parallelism of the flash architecture has drawbacks for higher resolution applications. The number of comparators grows exponentially with N [6], in addition, the separation of adjacent reference voltages grows smaller exponentially, and consequently this architecture requires very large IC’s. It has high power dissipation. Two-step Flash converters are popular for conversion resolutions in the 8-12 bit range where optimized designs can achieve low power dissipation and small silicon area for implementation [7, 8]. However, beyond such resolution, the area and power dissipation of two- step flash ADC’s nearly double for each additional bit of resolution [9]. There are many different architectures like pipelined convertor [10, 11], successive approximation convertor [12, 13], Sigma-Delta convertor [14], folding ADC’s, reported recently for high-speed applications. Nevertheless, these architectures have significant amount of complexity. In this paper, a simple technique is proposed to enhance resolution of flash ADC’s. The prototype ADC based on this technique uses only 256 comparators instead of 4096 comparators normally required in the flash ADC’s for 12-bit resolution. II. ADC ARCHITECTURE The ADC based on proposed technique enjoys the benefit of employing only 256 comparators instead of 4096 comparators normally required in conventional 12-bit flash architecture while maintaining the advantage of high speed. The block diagram of the 12-bit ADC using proposed technique is illustrated in Fig. 1. The ADC consists of an 8-bit flash ADC, 12-bit DAC, 8-bit µP 8085, 2-PPI 8255 and some extra supporting circuit blocks. 8-bit flash ADC, partitions input range into 256- quantization cells. From the 8-bit code µP decides within which cell the input sample lies. 12-bit code for that cell is obtained by successive approximation technique. III. CIRCUIT IMPLEMENTATION The block diagram of the 12-bit ADC is as shown in Fig. 1. The 8255-I port A is used as input port, which gets the 8-bit code from 8-bit flash RESEARCH ARTICLE OPEN ACCESS
  • 2. Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60 www.ijera.com 58 | P a g e Figure 1: Block diagram of 12-bit ADC ADC, corresponding mid value 12-bit binary code of a particular cell is loaded into the accumulator. Port B and Port C upper of 8255-I is used as output ports, connected to 12-bit DAC through to obtain analog signal equivalent to digital count in register A, which is compared with an analog input voltage VIN. Equivalent 12-bit digital code for analog input signal is obtained by successive approximation technique. The conversion algorithm is similar to the binary search algorithm. First, the reference voltage of a particular cell, Vref (DAC) provided by DAC is set to VN / 2 to obtain the MSB, where VN is the maximum cell voltage of a particular cell and N is cell number. After getting the MSB, successive approximation convertor moves to the next bit with VN/4 or 3/4*VN depending on the result of the MSB. If the MSB is “1", then Vref(DAC) = ¾*VN, otherwise Vref(DAC) =VN/4 This sequence will continue until the LSB is obtained. Fig. 2 shows how the reference voltages are implemented for analog signal sample lies in the third cell (V3/2=038H). Note that 15/16*V3 (03FH) is the largest reference voltage and 1/16*V3 (030H) is the smallest reference voltage. To get a 12-bit digital output, four comparisons are needed. Finally 12-bit digital code is available at Port B and Port C of PPI 8255-II. Figure 2: Reference voltage tree in successive Approximation technique Software for implementing successive approximation converter in µP is written in assembler code and converted to hex code by assembler software. IV. MEASURED RESULT An experimental prototype of 12-bit ADC using proposed technique was designed and developed using µP8085. The working functionality of the ADC has been checked by generating a ramp input going from 0 to 5V (full scale range of the ADC). Digital codes have been obtained correctly, going from 0 to 4095 for 12-bit at the output, indicating that the ADC’s working is functionally correct. Both the differential and integral nonlinearities (DNL and INL) were measured over 212 output codes by applying slowly varying full scale range ramp as input to the proposed ADC, which completes the full scale range in 4095 steps .The values of the each code are compared with ideal value and store the difference value. The results show that the ADC exhibits a maximum DNL of 0.52 LSB and a maximum INL of 0.55LSB as shown in the Figs. 3(a) and 3(b).
  • 3. Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60 www.ijera.com 59 | P a g e Figure 3(a): Differential Non Linearity Versus output Code Figure 3(b): Integral Non Linearity Versus output Code V. CONCLUSION We have presented a simple and effective technique for enhancing resolution of 8-bit flash ADC. This technique would be effective in a large number of high-speed controls and signal processing applications such as hard-disk-drive read Chanel and wireless receivers. Although these applications are most often implemented with flash convertors, but these ADC’s demands larger power. Also, the ADC die area and power dissipation increase exponentially with resolution, limiting the resolution of such ADC’s less than 10bits. The main conclusion is that although Flash convertors provide high conversion rates, required power dissipation of these ADC’s are large. Also, resolution beyond 10-bits these ADC’s become prohibitively expensive and bulky. Proposed technique provides high enough conversion speed for high-speed applications, with less power dissipation even beyond 10-bit resolution. Implementation of successive approximation algorithm using µP 8085 has reduced the hardware requirement and cost. Proposed technique uses only 256 comparators for 12-bit resolution. REFERENCE [1] H.S.Lee. D.Hodges, and P.R.Gray, “A self- calibrating 15 bit CMOS A/D converter”, IEEE J. Solid state circuits Vol. SC-19, Dee.1984, pp.813-819. [2] M.de Wif, k-s. Tan, R.K.Hester,A low- power 12-b analog-to-digital converter with on-chip precision trimming”, IEEE J. Solid- state circuits. Vol. 28, Apr.1933, pp.455- 461. [3] K.S.Tan. S.Kiriaki, M.De Wit, J.W.Fattaruso, C.Y.Tayet al “Error correction techniques for high-performance differential A/D converters”, IEEE J. Solid- state circuits, Vol. 25, Dec.1990, pp.1318- 1326. [4] J.W.Fattaruso, S.Kiriaki, M.Dewit, and G.Waxwar. “Self-Calibration techniques for a second-order multi bit sigma-delta modulator”, IEEE J. Solid-state circuits, Vol. 28, Dec.1993, pp.1216-1223. [5] T.H.Shu, B.S.Song, and K.Bacrania, “A 13- b 10-M samples ADC digitally calibrated with oversampling Delta-sigma converter”, IEEE J. Solid-state circuits, Vol. 4, Apr.1955. pp.433-452. [6] Robert H.Walden, “Analog-to-Digital Converter Survey and Analysis”, IEEEJ.Comm. Vol.17, No.4, pp539-549, April 1999. [7] B.Razavi and B.A.Wooley, “A 12-b 5-M samples Two-step CMOS A/D converter”, IEEE J. Solid-State circuits, Vol. 27, Dec.1992, pp.1667-1678. [8] B.S.Song, S.H.Lee, and M.F.Tompsett, “ A10-b 15-MHz CMOS recycling two steps A/D converter”, IEEE J. Solid-state circuits,Vol. 25, Dec.1990, pp. 1328-1338. [9] Joao Goes, Joao C. Vital, and Jose E.France “Systematic Design for optimization of High Speed Self-Calibrated Pipelined A/D converters”, IEEE Trans. Circuits system II, Dec 1998, Vol. 45, pp.1513-1526. [10] H. Lee, -Y, “Zero-Crossing-based 8-bit 100 MS/s Pipelined analog-to-digital Convertor with offset Compensation”, IET Circuits, Devices & Systems, Vol. 5, No. 5, Sept. 2011, pp. 411- 417. [11] G. Harish, S. Prabhu, and P. Cyril Prasanna Raj, “Power Effective Cascaded Flash-SAR Sub ranging ADC”, IJTES, Vol. 2, No. 3, Jan-Mar 2011, pp. 306-308. [12] Sang-Hyun Cho, Chang-Kyo Lee, Jong-Kee Kwon, and Seung-Tak Ryu, “A 550µW, 10- bit 40 MS/s SAR ADC with Multistep Addition- only Digital Error Correction”, IEEE J. Solid-State Electronics, Vol. 46, No. 8, Aug. 2011, pp. 1881- 1892.
  • 4. Gururaj Balikatti et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 1( Part 5), January 2015, pp.57-60 www.ijera.com 60 | P a g e [13] Yan Wang, P. K. Hanumolu, and G. C. Temes, “Design Techniques for Wideband Discrete-time Delta-Sigma ADC’s with Extra Loop Delay”, IEEE Trans. Circuits system I, July 2011, Vol. 58, No. 7, pp.1513-1526. [14] Oktay Aytar and Ali Tangel, “Employing threshold inverter quantization(TIQ) technique in designing 9-bit folding and interpolation CMOS analog-to-digital converters(ADC)”, SRE, Vol. 6(2), Jan. 2011, pp. 351- 362.