Skip to content

BMMADHUMITHA/3_bit_SAR_ADC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

3_bit_SAR_ADC

The successive approximation converter performs basically a binary search through all possible quantization levels before converging on the final digital answer. An N-bit register controls the timing of the conversion where N is the resolution of the ADC. VIN is sampled and compared to the output of the DAC. The comparator output controls the direction of the binary search, and the output of the successive approximation register (SAR) is the actual digital conversion.

image

Successive Approximation Algorithm:

image

Circuits to build 3 bit SAR ADC

comparator

image image

shift register

image image

D flip flop

image image

JK flip flop

image image

Sample and Hold

image

DAC (Digital to Analog Converter)

image image

SAR logic when Din= 111

image image

SAR logic when Din= 000

image

3 bit SAR ADC:

image

Internal clock generator:

image

Delay cell:

image

2 input NAND Gate:

image image

3 input NAND Gate:

image image

OR gate:

image image

XOR Gate:

image image

Inverter:

image image

Prepared By:

B M Madhumitha

References:

  1. CMOS circuit design, layout and simulation - R Jacob Baker
  2. CMOS Analog Integrated circuits Data Converters, Phase locked loops, and their applications – Tertulien Ndjountche

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published