SlideShare a Scribd company logo
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 11, Issue 01 (January 2015), PP.63-66
63
A 8-bit high speed ADC using Intel µP 8085
Gururaj Balikatti, Varalakshmi. V, Varalakshmi. G.U, Veda.M .V, Likhitha.S
Department of Electronics, Maharani’s Science College for Women, Bangalore-560001, Karnataka, India.
Abstract:- An 8-bit ADC Architecture of is proposed, it uses 16 comparators and produces 8-bit digital code in
half the time as that of successive approximation technique. In this approach, the analog input range is
partitioned into 16 quantization cells, separated by 15 boundary points. A 4-bit binary code 0000 to 1111 is
assigned to each cell. The results show that the ADC exhibits a maximum DNL of 0.49LSB and a maximum
INL of 0.51LSB.
Keywords:- ADC, Microprocessor, 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 flash 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, 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 [3, 4]. However, beyond such
resolution, the area and power dissipation of two-step Flash ADC’s nearly double for each additional bit of
resolution [5].
Typically high-resolution ADC’s have been based either on self-calibrated successive approximation
[6,7] or over sampling architectures [8, 9]. But both of these architectures are unsuitable for high speed
applications.
There are many different architectures like pipelined convertor [10, 11], successive approximation
convertor [12, 13], Sigma-Delta convertor [14], folding ADC’s [15], reported recently for high speed
applications. But these architectures have significant amount of complexity. In this paper an 8-bit Architecture
of analog-to-digital (A/D) converter is proposed to improve the sampling rate of an ADC. The prototype ADC
based on this technique uses only 17 comparators and needs only four comparisons, instead of eight
comparisons normally required in the conventional successive approximation techniques for 8-bit resolution.
This can increase the speed of conversion.
II. ADC ARCHITECTURE
The block diagram of the proposed 8-bit ADC is illustrated in Figure-1. It is based on a conventional
successive approximation technique. The ADC consists of an input sample and hold amplifier (SHA), 4-bit
flash ADC, 8-bit DAC, 8-bit µP 8085 and some extra supporting circuit blocks. 4-bit flash ADC partitions
input range into 16-quantization cells. From the 4-bit code µP8085 decides within which cell the input sample
lies. This gives 4 MSB bits 0000 to 1111 according to the cell value. Remaining 4 bits are obtained by
successive approximation technique.
A binary count is loaded into the Register A depending on the 4-bit code. The detailed binary count to
be loaded for different code is summarized in table-1.
The Analog to digital converter is designed and developed using µP8085.
The 4-bit code generated by 4-bit flash ADC is fed to Port A of 8255. Depending on the code value, a binary
count is loaded in Register A as given in table -1. The successive approximation technique is used to get a final
8-bit digital code for the analog input signal.
A 8-bit high speed ADC using Intel µP 8085
64
Figure 1: Block Diagram of 8-bit ADC
Table 1: Binary count corresponding to thermometer code
Thermometer code Count to be loaded in
to the accumulator
0000H 08H
0001H 18H
0002H 28H
003H 38H
0004H 48H
0005H 58H
0006H 68H
0007H 78H
0008H 88H
0009H 98H
000AH A8H
000BH B8H
000CH C8H
000DH D8H
000EH E8H
000FH F8H
III. CIRCUIT IMPLEMENTATION
The block diagram of the 8-bit ADC is as shown in Figure 1. The 8255 port A is used as input port
which gets the 4-bit code from Flash ADC. Corresponding 8-bit binary code is loaded into the accumulator as in
the table-1. Port B is used as output port, connected to 8-bit DAC to obtain analog signal equivalent to digital
count in Register A, which is compared with an analog input voltage VIN. Equivalent 8-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. After completion of four comparisons, count in the Register A is digital
equivalent of Analog input voltage VIN. To get an 8-bit digital output, 4 comparisons are needed, while it is 8
A 8-bit high speed ADC using Intel µP 8085
65
comparisons in the normal successive approximation ADC. Finally 8-bit digital code is available at port C.
Software for implementing successive approximation converter in µP8085 is written in assembler code.
IV. MEASURED RESULT
An experimental prototype of 8-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
3.5V (full scale range of the ADC). Digital codes have been obtained correctly, going from 0 to 255 for 8-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 28
output codes by applying slowly varying full scale range
ramp as input to the proposed ADC, which completes the full scale range in 255 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.49LSB and a maximum INL of 0.51LSB as shown in the Figures 2(a) and 2(b).
Figure 2(a): DNL Versus output Code Figure 2(b): INL Versus output Code
V. CONCLUSION
We have presented a simple and effective technique for enhancing speed of a successive approximation
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.
This paper shows that partitioning analog input range increases the conversion rate of successive approximation
ADC’s. The main conclusion is that although Flash convertors provide high conversion rates, required power
dissipation of these ADC’s are large. Also, resolution beyond 10bits 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 10bit resolution.
Implementation of successive approximation algorithm in Microprocessor has reduced the hardware
requirement and cost. Proposed technique uses only 16 comparators to enhance speed of 8-bit successive
approximation ADC by 50%.
REFERENCES
[1]. 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.
[2]. Robert H.Walden, “Analog-to-Digital Converter Survey and Analysis”, IEEEJ.Comm. Vol.17, No.4,
pp539-549, April 1999.
[3]. 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.
[4]. 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.
[5]. 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.
[6]. 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.
[7]. 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.
A 8-bit high speed ADC using Intel µP 8085
66
[8]. 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.
[9]. 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.
[10]. M.M. Furuta, M. Nozawa, and T. Itakura, “A 10-bit, 40-MS/s, 1.21mW Pipelined SAR Using
Single Ended 1.5-bit/ cycle Conversion Technique”, IEEE J. Solid State Circuits, Vol. 46, No.6, June
2011, pp.1360-1370.
[11]. 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.
[12]. 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.
[13]. 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.
[14]. 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.
[15]. 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.

More Related Content

What's hot

Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)
Rabab Muhammad
 
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...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...
IJMTST Journal
 
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...
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
VLSICS Design
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
IOSRJECE
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
Edhole.com
 
digital to analog (DAC) & analog to digital converter (ADC)
digital to analog (DAC) & analog to digital converter (ADC) digital to analog (DAC) & analog to digital converter (ADC)
digital to analog (DAC) & analog to digital converter (ADC)
Asif Iqbal
 
12 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa1412 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa14
John Todora
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
ijceronline
 
Combinational logic circuits
Combinational logic circuitsCombinational logic circuits
Combinational logic circuits
AswiniT3
 
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
 
A Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGA
A Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGAA Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGA
A Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGA
Associate Professor in VSB Coimbatore
 
8051 data type and directives
8051 data type and directives8051 data type and directives
8051 data type and directives
SARITHA REDDY
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using Verilog
BhargavKatkam
 
implementation and design of 32-bit adder
implementation and design of 32-bit adderimplementation and design of 32-bit adder
implementation and design of 32-bit adder
veereshwararao
 
Unit ii microcontrollers final
Unit ii microcontrollers finalUnit ii microcontrollers final
Unit ii microcontrollers final
SARITHA REDDY
 
Bds lab 4
Bds lab 4Bds lab 4
Bds lab 4
Poonam Gholap
 
A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...
A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...
A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...
IOSR Journals
 
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
IJERA Editor
 
Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron TechnologiesPerformance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
IJMTST Journal
 
Design of Speed Optimized Analog to Digital Converter using VHDL
Design of Speed Optimized Analog to Digital Converter using VHDLDesign of Speed Optimized Analog to Digital Converter using VHDL
Design of Speed Optimized Analog to Digital Converter using VHDL
IOSR Journals
 

What's hot (20)

Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)Design flash adc 3bit (VHDL design)
Design flash adc 3bit (VHDL design)
 
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...
Design and implementation of Closed Loop Control of Three Phase Interleaved P...
 
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...
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
 
digital to analog (DAC) & analog to digital converter (ADC)
digital to analog (DAC) & analog to digital converter (ADC) digital to analog (DAC) & analog to digital converter (ADC)
digital to analog (DAC) & analog to digital converter (ADC)
 
12 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa1412 chapter06 math_instructions_fa14
12 chapter06 math_instructions_fa14
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
Combinational logic circuits
Combinational logic circuitsCombinational logic circuits
Combinational logic circuits
 
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...
 
A Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGA
A Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGAA Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGA
A Novel Dual Stage Pipeline Method of H.264 CAVLC Video Coding Using FPGA
 
8051 data type and directives
8051 data type and directives8051 data type and directives
8051 data type and directives
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using Verilog
 
implementation and design of 32-bit adder
implementation and design of 32-bit adderimplementation and design of 32-bit adder
implementation and design of 32-bit adder
 
Unit ii microcontrollers final
Unit ii microcontrollers finalUnit ii microcontrollers final
Unit ii microcontrollers final
 
Bds lab 4
Bds lab 4Bds lab 4
Bds lab 4
 
A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...
A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...
A Low Power, 8-Bit, 5MS/s Digital to Analog Converter for Successive Approxim...
 
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
 
Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron TechnologiesPerformance Analysis of Proposed Full Adder Cell at Submicron Technologies
Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
 
Design of Speed Optimized Analog to Digital Converter using VHDL
Design of Speed Optimized Analog to Digital Converter using VHDLDesign of Speed Optimized Analog to Digital Converter using VHDL
Design of Speed Optimized Analog to Digital Converter using VHDL
 

Similar to A 8-bit high speed ADC using Intel μP 8085

C011122428
C011122428C011122428
C011122428
IOSR Journals
 
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERA NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
VLSICS Design
 
Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC
IJECEIAES
 
Ijecet 06 09_011
Ijecet 06 09_011Ijecet 06 09_011
Ijecet 06 09_011
IAEME Publication
 
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
 
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...
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
VLSICS Design
 
H0534248
H0534248H0534248
H0534248
IOSR Journals
 
Power Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkPower Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched Network
IRJET Journal
 
A 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADCA 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADC
QuEST Global (erstwhile NeST Software)
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
Anil Yadav
 
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
VLSICS 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 TECHNOLOGY
VLSICS Design
 
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET 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
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
IJERA Editor
 
Lica 7th chapter slides
Lica 7th chapter slidesLica 7th chapter slides
Lica 7th chapter slides
SIVA NAGENDRA REDDY
 
Vlsics08
Vlsics08Vlsics08
Vlsics08
VLSICS Design
 
N045048590
N045048590N045048590
N045048590
IJERA Editor
 
Power Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence ToolPower Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence Tool
IRJET Journal
 
analog to digital converter and dac final
analog to digital converter and dac finalanalog to digital converter and dac final
analog to digital converter and dac final
DrVikasMahor
 

Similar to A 8-bit high speed ADC using Intel μP 8085 (20)

C011122428
C011122428C011122428
C011122428
 
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERA NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
 
Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC
 
Ijecet 06 09_011
Ijecet 06 09_011Ijecet 06 09_011
Ijecet 06 09_011
 
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...
 
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...
VLSI Design of Low Power High Speed 4 Bit Resolution Pipeline ADC In Submicro...
 
H0534248
H0534248H0534248
H0534248
 
Power Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkPower Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched Network
 
A 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADCA 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADC
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
 
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
 
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
 
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...
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
 
Lica 7th chapter slides
Lica 7th chapter slidesLica 7th chapter slides
Lica 7th chapter slides
 
Vlsics08
Vlsics08Vlsics08
Vlsics08
 
N045048590
N045048590N045048590
N045048590
 
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
 
analog to digital converter and dac final
analog to digital converter and dac finalanalog to digital converter and dac final
analog to digital converter and dac final
 

More from IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
IJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
IJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
IJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
IJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
IJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
IJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
IJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
IJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
IJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
IJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
IJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
IJERD Editor
 

More from IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Recently uploaded

PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 

Recently uploaded (20)

PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 

A 8-bit high speed ADC using Intel μP 8085

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 11, Issue 01 (January 2015), PP.63-66 63 A 8-bit high speed ADC using Intel µP 8085 Gururaj Balikatti, Varalakshmi. V, Varalakshmi. G.U, Veda.M .V, Likhitha.S Department of Electronics, Maharani’s Science College for Women, Bangalore-560001, Karnataka, India. Abstract:- An 8-bit ADC Architecture of is proposed, it uses 16 comparators and produces 8-bit digital code in half the time as that of successive approximation technique. In this approach, the analog input range is partitioned into 16 quantization cells, separated by 15 boundary points. A 4-bit binary code 0000 to 1111 is assigned to each cell. The results show that the ADC exhibits a maximum DNL of 0.49LSB and a maximum INL of 0.51LSB. Keywords:- ADC, Microprocessor, 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 flash 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, 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 [3, 4]. However, beyond such resolution, the area and power dissipation of two-step Flash ADC’s nearly double for each additional bit of resolution [5]. Typically high-resolution ADC’s have been based either on self-calibrated successive approximation [6,7] or over sampling architectures [8, 9]. But both of these architectures are unsuitable for high speed applications. There are many different architectures like pipelined convertor [10, 11], successive approximation convertor [12, 13], Sigma-Delta convertor [14], folding ADC’s [15], reported recently for high speed applications. But these architectures have significant amount of complexity. In this paper an 8-bit Architecture of analog-to-digital (A/D) converter is proposed to improve the sampling rate of an ADC. The prototype ADC based on this technique uses only 17 comparators and needs only four comparisons, instead of eight comparisons normally required in the conventional successive approximation techniques for 8-bit resolution. This can increase the speed of conversion. II. ADC ARCHITECTURE The block diagram of the proposed 8-bit ADC is illustrated in Figure-1. It is based on a conventional successive approximation technique. The ADC consists of an input sample and hold amplifier (SHA), 4-bit flash ADC, 8-bit DAC, 8-bit µP 8085 and some extra supporting circuit blocks. 4-bit flash ADC partitions input range into 16-quantization cells. From the 4-bit code µP8085 decides within which cell the input sample lies. This gives 4 MSB bits 0000 to 1111 according to the cell value. Remaining 4 bits are obtained by successive approximation technique. A binary count is loaded into the Register A depending on the 4-bit code. The detailed binary count to be loaded for different code is summarized in table-1. The Analog to digital converter is designed and developed using µP8085. The 4-bit code generated by 4-bit flash ADC is fed to Port A of 8255. Depending on the code value, a binary count is loaded in Register A as given in table -1. The successive approximation technique is used to get a final 8-bit digital code for the analog input signal.
  • 2. A 8-bit high speed ADC using Intel µP 8085 64 Figure 1: Block Diagram of 8-bit ADC Table 1: Binary count corresponding to thermometer code Thermometer code Count to be loaded in to the accumulator 0000H 08H 0001H 18H 0002H 28H 003H 38H 0004H 48H 0005H 58H 0006H 68H 0007H 78H 0008H 88H 0009H 98H 000AH A8H 000BH B8H 000CH C8H 000DH D8H 000EH E8H 000FH F8H III. CIRCUIT IMPLEMENTATION The block diagram of the 8-bit ADC is as shown in Figure 1. The 8255 port A is used as input port which gets the 4-bit code from Flash ADC. Corresponding 8-bit binary code is loaded into the accumulator as in the table-1. Port B is used as output port, connected to 8-bit DAC to obtain analog signal equivalent to digital count in Register A, which is compared with an analog input voltage VIN. Equivalent 8-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. After completion of four comparisons, count in the Register A is digital equivalent of Analog input voltage VIN. To get an 8-bit digital output, 4 comparisons are needed, while it is 8
  • 3. A 8-bit high speed ADC using Intel µP 8085 65 comparisons in the normal successive approximation ADC. Finally 8-bit digital code is available at port C. Software for implementing successive approximation converter in µP8085 is written in assembler code. IV. MEASURED RESULT An experimental prototype of 8-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 3.5V (full scale range of the ADC). Digital codes have been obtained correctly, going from 0 to 255 for 8-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 28 output codes by applying slowly varying full scale range ramp as input to the proposed ADC, which completes the full scale range in 255 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.49LSB and a maximum INL of 0.51LSB as shown in the Figures 2(a) and 2(b). Figure 2(a): DNL Versus output Code Figure 2(b): INL Versus output Code V. CONCLUSION We have presented a simple and effective technique for enhancing speed of a successive approximation 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. This paper shows that partitioning analog input range increases the conversion rate of successive approximation ADC’s. The main conclusion is that although Flash convertors provide high conversion rates, required power dissipation of these ADC’s are large. Also, resolution beyond 10bits 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 10bit resolution. Implementation of successive approximation algorithm in Microprocessor has reduced the hardware requirement and cost. Proposed technique uses only 16 comparators to enhance speed of 8-bit successive approximation ADC by 50%. REFERENCES [1]. 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. [2]. Robert H.Walden, “Analog-to-Digital Converter Survey and Analysis”, IEEEJ.Comm. Vol.17, No.4, pp539-549, April 1999. [3]. 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. [4]. 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. [5]. 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. [6]. 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. [7]. 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.
  • 4. A 8-bit high speed ADC using Intel µP 8085 66 [8]. 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. [9]. 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. [10]. M.M. Furuta, M. Nozawa, and T. Itakura, “A 10-bit, 40-MS/s, 1.21mW Pipelined SAR Using Single Ended 1.5-bit/ cycle Conversion Technique”, IEEE J. Solid State Circuits, Vol. 46, No.6, June 2011, pp.1360-1370. [11]. 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. [12]. 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. [13]. 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. [14]. 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. [15]. 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.