ee101: adc and dac circuits - iit bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · introduction...

159
EE101: ADC and DAC circuits M. B. Patil [email protected] www.ee.iitb.ac.in/~sequel Department of Electrical Engineering Indian Institute of Technology Bombay M. B. Patil, IIT Bombay

Upload: others

Post on 23-Feb-2020

15 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

EE101: ADC and DAC circuits

M. B. [email protected]

www.ee.iitb.ac.in/~sequel

Department of Electrical EngineeringIndian Institute of Technology Bombay

M. B. Patil, IIT Bombay

Page 2: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Introduction

* Real signals (e.g., a voltage measured with a thermocouple or a speech signalrecorded with a microphone) are analog quantities, varying continuously withtime.

* Digital format offers several advantages: digital signal processing, storage, use ofcomputers, robust transmission, etc.

* An ADC (Analog-to-Digital Converter) is used to convert an analog signal to thedigital format.

* The reverse conversion (from digital to analog) is also required. For example,music stored in a DVD in digital format must be converted to an analog voltagefor playing out on a speaker.

* A DAC (Digital-to-Analog Converter) is used to convert a digital signal to theanalog format.

M. B. Patil, IIT Bombay

Page 3: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Introduction

* Real signals (e.g., a voltage measured with a thermocouple or a speech signalrecorded with a microphone) are analog quantities, varying continuously withtime.

* Digital format offers several advantages: digital signal processing, storage, use ofcomputers, robust transmission, etc.

* An ADC (Analog-to-Digital Converter) is used to convert an analog signal to thedigital format.

* The reverse conversion (from digital to analog) is also required. For example,music stored in a DVD in digital format must be converted to an analog voltagefor playing out on a speaker.

* A DAC (Digital-to-Analog Converter) is used to convert a digital signal to theanalog format.

M. B. Patil, IIT Bombay

Page 4: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Introduction

* Real signals (e.g., a voltage measured with a thermocouple or a speech signalrecorded with a microphone) are analog quantities, varying continuously withtime.

* Digital format offers several advantages: digital signal processing, storage, use ofcomputers, robust transmission, etc.

* An ADC (Analog-to-Digital Converter) is used to convert an analog signal to thedigital format.

* The reverse conversion (from digital to analog) is also required. For example,music stored in a DVD in digital format must be converted to an analog voltagefor playing out on a speaker.

* A DAC (Digital-to-Analog Converter) is used to convert a digital signal to theanalog format.

M. B. Patil, IIT Bombay

Page 5: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Introduction

* Real signals (e.g., a voltage measured with a thermocouple or a speech signalrecorded with a microphone) are analog quantities, varying continuously withtime.

* Digital format offers several advantages: digital signal processing, storage, use ofcomputers, robust transmission, etc.

* An ADC (Analog-to-Digital Converter) is used to convert an analog signal to thedigital format.

* The reverse conversion (from digital to analog) is also required. For example,music stored in a DVD in digital format must be converted to an analog voltagefor playing out on a speaker.

* A DAC (Digital-to-Analog Converter) is used to convert a digital signal to theanalog format.

M. B. Patil, IIT Bombay

Page 6: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Introduction

* Real signals (e.g., a voltage measured with a thermocouple or a speech signalrecorded with a microphone) are analog quantities, varying continuously withtime.

* Digital format offers several advantages: digital signal processing, storage, use ofcomputers, robust transmission, etc.

* An ADC (Analog-to-Digital Converter) is used to convert an analog signal to thedigital format.

* The reverse conversion (from digital to analog) is also required. For example,music stored in a DVD in digital format must be converted to an analog voltagefor playing out on a speaker.

* A DAC (Digital-to-Analog Converter) is used to convert a digital signal to theanalog format.

M. B. Patil, IIT Bombay

Page 7: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Introduction

* Real signals (e.g., a voltage measured with a thermocouple or a speech signalrecorded with a microphone) are analog quantities, varying continuously withtime.

* Digital format offers several advantages: digital signal processing, storage, use ofcomputers, robust transmission, etc.

* An ADC (Analog-to-Digital Converter) is used to convert an analog signal to thedigital format.

* The reverse conversion (from digital to analog) is also required. For example,music stored in a DVD in digital format must be converted to an analog voltagefor playing out on a speaker.

* A DAC (Digital-to-Analog Converter) is used to convert a digital signal to theanalog format.

M. B. Patil, IIT Bombay

Page 8: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

resolution

maximumoutput

voltage

digitalinput

0000

0001

0010

0011

0100

0101

0110

0111

1000

1001

1010

1011

1100

1101

1110

1111

VA

* For a 4-bit DAC, with input S3S2S1S0, the output voltage isVA = K

[(S3 × 23) + (S2 × 22) + (S1 × 21) + (S0 × 20)

].

In general, VA = K∑N−1

0 Sk2k .

* K is proportional to the reference voltage VR . Its value depends on how theDAC is implemented.

M. B. Patil, IIT Bombay

Page 9: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

resolution

maximumoutput

voltage

digitalinput

0000

0001

0010

0011

0100

0101

0110

0111

1000

1001

1010

1011

1100

1101

1110

1111

VA

* For a 4-bit DAC, with input S3S2S1S0, the output voltage isVA = K

[(S3 × 23) + (S2 × 22) + (S1 × 21) + (S0 × 20)

].

In general, VA = K∑N−1

0 Sk2k .

* K is proportional to the reference voltage VR . Its value depends on how theDAC is implemented.

M. B. Patil, IIT Bombay

Page 10: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

resolution

maximumoutput

voltage

digitalinput

0000

0001

0010

0011

0100

0101

0110

0111

1000

1001

1010

1011

1100

1101

1110

1111

VA

* For a 4-bit DAC, with input S3S2S1S0, the output voltage isVA = K

[(S3 × 23) + (S2 × 22) + (S1 × 21) + (S0 × 20)

].

In general, VA = K∑N−1

0 Sk2k .

* K is proportional to the reference voltage VR . Its value depends on how theDAC is implemented.

M. B. Patil, IIT Bombay

Page 11: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

resolution

maximumoutput

voltage

digitalinput

0000

0001

0010

0011

0100

0101

0110

0111

1000

1001

1010

1011

1100

1101

1110

1111

VA

* For a 4-bit DAC, with input S3S2S1S0, the output voltage isVA = K

[(S3 × 23) + (S2 × 22) + (S1 × 21) + (S0 × 20)

].

In general, VA = K∑N−1

0 Sk2k .

* K is proportional to the reference voltage VR . Its value depends on how theDAC is implemented.

M. B. Patil, IIT Bombay

Page 12: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors

S3 VR

S2 VR

S1 VR

S0 VR

VR

R3=R

I3

I2

I

Rf

VA

R3=R

I3

I2

I

Rf

VA

I0

I1

R2= 2R

R1= 4R

R0= 8R

I0

I1

R2= 2R

R1= 4R

R0= 8R

A3A3

A2

A1

A0

A2

A1

A0

* If the input bit Sk is 1, Ak gets connected to VR ; else, it gets connected to ground.→ V (Ak ) = Sk × VR .

* Since the inverting terminal of the Op Amp is at virtual ground,

Ik =V (Ak )− 0

Rk

=Sk VR

Rk

.

* Using Rk = 2N−1 R/2k , we get I =VR

2N−1R

N−1∑0

Sk × 2k (N = 4 here).

* The output voltage is Vo = −Rf I = −VRRf

2N−1R

N−1∑0

Sk × 2k.

M. B. Patil, IIT Bombay

Page 13: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors

S3 VR

S2 VR

S1 VR

S0 VR

VR

R3=R

I3

I2

I

Rf

VA

R3=R

I3

I2

I

Rf

VA

I0

I1

R2= 2R

R1= 4R

R0= 8R

I0

I1

R2= 2R

R1= 4R

R0= 8R

A3A3

A2

A1

A0

A2

A1

A0

* If the input bit Sk is 1, Ak gets connected to VR ; else, it gets connected to ground.

→ V (Ak ) = Sk × VR .

* Since the inverting terminal of the Op Amp is at virtual ground,

Ik =V (Ak )− 0

Rk

=Sk VR

Rk

.

* Using Rk = 2N−1 R/2k , we get I =VR

2N−1R

N−1∑0

Sk × 2k (N = 4 here).

* The output voltage is Vo = −Rf I = −VRRf

2N−1R

N−1∑0

Sk × 2k.

M. B. Patil, IIT Bombay

Page 14: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors

S3 VR

S2 VR

S1 VR

S0 VR

VR

R3=R

I3

I2

I

Rf

VA

R3=R

I3

I2

I

Rf

VA

I0

I1

R2= 2R

R1= 4R

R0= 8R

I0

I1

R2= 2R

R1= 4R

R0= 8R

A3A3

A2

A1

A0

A2

A1

A0

* If the input bit Sk is 1, Ak gets connected to VR ; else, it gets connected to ground.→ V (Ak ) = Sk × VR .

* Since the inverting terminal of the Op Amp is at virtual ground,

Ik =V (Ak )− 0

Rk

=Sk VR

Rk

.

* Using Rk = 2N−1 R/2k , we get I =VR

2N−1R

N−1∑0

Sk × 2k (N = 4 here).

* The output voltage is Vo = −Rf I = −VRRf

2N−1R

N−1∑0

Sk × 2k.

M. B. Patil, IIT Bombay

Page 15: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors

S3 VR

S2 VR

S1 VR

S0 VR

VR

R3=R

I3

I2

I

Rf

VA

R3=R

I3

I2

I

Rf

VA

I0

I1

R2= 2R

R1= 4R

R0= 8R

I0

I1

R2= 2R

R1= 4R

R0= 8R

A3A3

A2

A1

A0

A2

A1

A0

* If the input bit Sk is 1, Ak gets connected to VR ; else, it gets connected to ground.→ V (Ak ) = Sk × VR .

* Since the inverting terminal of the Op Amp is at virtual ground,

Ik =V (Ak )− 0

Rk

=Sk VR

Rk

.

* Using Rk = 2N−1 R/2k , we get I =VR

2N−1R

N−1∑0

Sk × 2k (N = 4 here).

* The output voltage is Vo = −Rf I = −VRRf

2N−1R

N−1∑0

Sk × 2k.

M. B. Patil, IIT Bombay

Page 16: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors

S3 VR

S2 VR

S1 VR

S0 VR

VR

R3=R

I3

I2

I

Rf

VA

R3=R

I3

I2

I

Rf

VA

I0

I1

R2= 2R

R1= 4R

R0= 8R

I0

I1

R2= 2R

R1= 4R

R0= 8R

A3A3

A2

A1

A0

A2

A1

A0

* If the input bit Sk is 1, Ak gets connected to VR ; else, it gets connected to ground.→ V (Ak ) = Sk × VR .

* Since the inverting terminal of the Op Amp is at virtual ground,

Ik =V (Ak )− 0

Rk

=Sk VR

Rk

.

* Using Rk = 2N−1 R/2k , we get I =VR

2N−1R

N−1∑0

Sk × 2k (N = 4 here).

* The output voltage is Vo = −Rf I = −VRRf

2N−1R

N−1∑0

Sk × 2k.

M. B. Patil, IIT Bombay

Page 17: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors

S3 VR

S2 VR

S1 VR

S0 VR

VR

R3=R

I3

I2

I

Rf

VA

R3=R

I3

I2

I

Rf

VA

I0

I1

R2= 2R

R1= 4R

R0= 8R

I0

I1

R2= 2R

R1= 4R

R0= 8R

A3A3

A2

A1

A0

A2

A1

A0

* If the input bit Sk is 1, Ak gets connected to VR ; else, it gets connected to ground.→ V (Ak ) = Sk × VR .

* Since the inverting terminal of the Op Amp is at virtual ground,

Ik =V (Ak )− 0

Rk

=Sk VR

Rk

.

* Using Rk = 2N−1 R/2k , we get I =VR

2N−1R

N−1∑0

Sk × 2k (N = 4 here).

* The output voltage is Vo = −Rf I = −VRRf

2N−1R

N−1∑0

Sk × 2k.

M. B. Patil, IIT Bombay

Page 18: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Consider an 8-bit DAC with VR = 5 V. What is the smallest value of R which will limit thecurrent drawn from the supply (VR ) to 10 mA?

Maximum current is drawn from VR when the input is 1111 1111.→ All nodes A0 to A7 get connected to VR .

→ 10 mA =VR

R+

VR

2R+ · · · + VR

27R=

1

27

VR

R

(20 + 21 + · · · + 27

)=

1

27

VR

R

(28 − 1

)=

255

128

VR

R

→ Rmin =5 V

10 mA× 255

128= 996 Ω .

M. B. Patil, IIT Bombay

Page 19: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Consider an 8-bit DAC with VR = 5 V. What is the smallest value of R which will limit thecurrent drawn from the supply (VR ) to 10 mA?

Maximum current is drawn from VR when the input is 1111 1111.→ All nodes A0 to A7 get connected to VR .

→ 10 mA =VR

R+

VR

2R+ · · · + VR

27R=

1

27

VR

R

(20 + 21 + · · · + 27

)=

1

27

VR

R

(28 − 1

)=

255

128

VR

R

→ Rmin =5 V

10 mA× 255

128= 996 Ω .

M. B. Patil, IIT Bombay

Page 20: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Consider an 8-bit DAC with VR = 5 V. What is the smallest value of R which will limit thecurrent drawn from the supply (VR ) to 10 mA?

Maximum current is drawn from VR when the input is 1111 1111.

→ All nodes A0 to A7 get connected to VR .

→ 10 mA =VR

R+

VR

2R+ · · · + VR

27R=

1

27

VR

R

(20 + 21 + · · · + 27

)=

1

27

VR

R

(28 − 1

)=

255

128

VR

R

→ Rmin =5 V

10 mA× 255

128= 996 Ω .

M. B. Patil, IIT Bombay

Page 21: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Consider an 8-bit DAC with VR = 5 V. What is the smallest value of R which will limit thecurrent drawn from the supply (VR ) to 10 mA?

Maximum current is drawn from VR when the input is 1111 1111.→ All nodes A0 to A7 get connected to VR .

→ 10 mA =VR

R+

VR

2R+ · · · + VR

27R=

1

27

VR

R

(20 + 21 + · · · + 27

)=

1

27

VR

R

(28 − 1

)=

255

128

VR

R

→ Rmin =5 V

10 mA× 255

128= 996 Ω .

M. B. Patil, IIT Bombay

Page 22: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Consider an 8-bit DAC with VR = 5 V. What is the smallest value of R which will limit thecurrent drawn from the supply (VR ) to 10 mA?

Maximum current is drawn from VR when the input is 1111 1111.→ All nodes A0 to A7 get connected to VR .

→ 10 mA =VR

R+

VR

2R+ · · · + VR

27R=

1

27

VR

R

(20 + 21 + · · · + 27

)=

1

27

VR

R

(28 − 1

)=

255

128

VR

R

→ Rmin =5 V

10 mA× 255

128= 996 Ω .

M. B. Patil, IIT Bombay

Page 23: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Consider an 8-bit DAC with VR = 5 V. What is the smallest value of R which will limit thecurrent drawn from the supply (VR ) to 10 mA?

Maximum current is drawn from VR when the input is 1111 1111.→ All nodes A0 to A7 get connected to VR .

→ 10 mA =VR

R+

VR

2R+ · · · + VR

27R=

1

27

VR

R

(20 + 21 + · · · + 27

)=

1

27

VR

R

(28 − 1

)=

255

128

VR

R

→ Rmin =5 V

10 mA× 255

128= 996 Ω .

M. B. Patil, IIT Bombay

Page 24: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If Rf = R, what is the resolution (i.e., ∆VA corresponding to the input LSB changing from 0to 1 with other input bits constant)?

VA = −VRRf

2N−1R

[S727 + · · · + S121 + S020

]→ ∆VA =

VR

2N−1

Rf

R=

5 V

28−1× 1 =

5

128= 0.0391 V.

M. B. Patil, IIT Bombay

Page 25: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If Rf = R, what is the resolution (i.e., ∆VA corresponding to the input LSB changing from 0to 1 with other input bits constant)?

VA = −VRRf

2N−1R

[S727 + · · · + S121 + S020

]→ ∆VA =

VR

2N−1

Rf

R=

5 V

28−1× 1 =

5

128= 0.0391 V.

M. B. Patil, IIT Bombay

Page 26: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If Rf = R, what is the resolution (i.e., ∆VA corresponding to the input LSB changing from 0to 1 with other input bits constant)?

VA = −VRRf

2N−1R

[S727 + · · · + S121 + S020

]

→ ∆VA =VR

2N−1

Rf

R=

5 V

28−1× 1 =

5

128= 0.0391 V.

M. B. Patil, IIT Bombay

Page 27: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If Rf = R, what is the resolution (i.e., ∆VA corresponding to the input LSB changing from 0to 1 with other input bits constant)?

VA = −VRRf

2N−1R

[S727 + · · · + S121 + S020

]→ ∆VA =

VR

2N−1

Rf

R=

5 V

28−1× 1 =

5

128= 0.0391 V.

M. B. Patil, IIT Bombay

Page 28: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* What is the maximum output voltage (in magnitude)?

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

Maximum VA (in magnitude) is obtained when the input is 1111 1111.

|VA|max =5

128× 1×

[20 + 21 + · · · + 27

]=

5

128×(

28 − 1)

= 5× 255

128= 9.961 V .

M. B. Patil, IIT Bombay

Page 29: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* What is the maximum output voltage (in magnitude)?

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

Maximum VA (in magnitude) is obtained when the input is 1111 1111.

|VA|max =5

128× 1×

[20 + 21 + · · · + 27

]=

5

128×(

28 − 1)

= 5× 255

128= 9.961 V .

M. B. Patil, IIT Bombay

Page 30: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* What is the maximum output voltage (in magnitude)?

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

Maximum VA (in magnitude) is obtained when the input is 1111 1111.

|VA|max =5

128× 1×

[20 + 21 + · · · + 27

]=

5

128×(

28 − 1)

= 5× 255

128= 9.961 V .

M. B. Patil, IIT Bombay

Page 31: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* What is the maximum output voltage (in magnitude)?

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

Maximum VA (in magnitude) is obtained when the input is 1111 1111.

|VA|max =5

128× 1×

[20 + 21 + · · · + 27

]=

5

128×(

28 − 1)

= 5× 255

128= 9.961 V .

M. B. Patil, IIT Bombay

Page 32: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* What is the maximum output voltage (in magnitude)?

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

Maximum VA (in magnitude) is obtained when the input is 1111 1111.

|VA|max =5

128× 1×

[20 + 21 + · · · + 27

]=

5

128×(

28 − 1)

= 5× 255

128= 9.961 V .

M. B. Patil, IIT Bombay

Page 33: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Find the output voltage corresponding to the input 1010 1101.

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

= − 5

128× 1×

[27 + 25 + 23 + 22 + 20

]= −5× 173

128= −6.758 V .

M. B. Patil, IIT Bombay

Page 34: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Find the output voltage corresponding to the input 1010 1101.

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

= − 5

128× 1×

[27 + 25 + 23 + 22 + 20

]= −5× 173

128= −6.758 V .

M. B. Patil, IIT Bombay

Page 35: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Find the output voltage corresponding to the input 1010 1101.

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

= − 5

128× 1×

[27 + 25 + 23 + 22 + 20

]= −5× 173

128= −6.758 V .

M. B. Patil, IIT Bombay

Page 36: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* Find the output voltage corresponding to the input 1010 1101.

VA = − VR

2N−1

Rf

R

[S727 + · · · + S121 + S020

].

= − 5

128× 1×

[27 + 25 + 23 + 22 + 20

]= −5× 173

128= −6.758 V .

M. B. Patil, IIT Bombay

Page 37: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If the resistors are specified to have a tolerance of 1 %, what is the range of |VA|corresponding to input 1111 1111?

|VA| is maximum when (a) currents I0, I1, etc. assume their maximum values, with

Rk = R0k × (1− 0.01) and (b)Rf is maximum, Rf = R0

f × (1 + 0.01).(The superscript ‘0’ denotes nominal value.)

→ |VA|max11111111 = VR ×

255

128× Rf

R

∣∣∣∣max

= 5× 255

128× 1.01

0.99= 10.162 V.

Similarly, |VA|min11111111 = 5× 255

128× 0.99

1.01= 9.764 V.

M. B. Patil, IIT Bombay

Page 38: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If the resistors are specified to have a tolerance of 1 %, what is the range of |VA|corresponding to input 1111 1111?

|VA| is maximum when (a) currents I0, I1, etc. assume their maximum values, with

Rk = R0k × (1− 0.01) and (b)Rf is maximum, Rf = R0

f × (1 + 0.01).(The superscript ‘0’ denotes nominal value.)

→ |VA|max11111111 = VR ×

255

128× Rf

R

∣∣∣∣max

= 5× 255

128× 1.01

0.99= 10.162 V.

Similarly, |VA|min11111111 = 5× 255

128× 0.99

1.01= 9.764 V.

M. B. Patil, IIT Bombay

Page 39: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If the resistors are specified to have a tolerance of 1 %, what is the range of |VA|corresponding to input 1111 1111?

|VA| is maximum when (a) currents I0, I1, etc. assume their maximum values, with

Rk = R0k × (1− 0.01) and (b)Rf is maximum, Rf = R0

f × (1 + 0.01).(The superscript ‘0’ denotes nominal value.)

→ |VA|max11111111 = VR ×

255

128× Rf

R

∣∣∣∣max

= 5× 255

128× 1.01

0.99= 10.162 V.

Similarly, |VA|min11111111 = 5× 255

128× 0.99

1.01= 9.764 V.

M. B. Patil, IIT Bombay

Page 40: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If the resistors are specified to have a tolerance of 1 %, what is the range of |VA|corresponding to input 1111 1111?

|VA| is maximum when (a) currents I0, I1, etc. assume their maximum values, with

Rk = R0k × (1− 0.01) and (b)Rf is maximum, Rf = R0

f × (1 + 0.01).(The superscript ‘0’ denotes nominal value.)

→ |VA|max11111111 = VR ×

255

128× Rf

R

∣∣∣∣max

= 5× 255

128× 1.01

0.99= 10.162 V.

Similarly, |VA|min11111111 = 5× 255

128× 0.99

1.01= 9.764 V.

M. B. Patil, IIT Bombay

Page 41: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* If the resistors are specified to have a tolerance of 1 %, what is the range of |VA|corresponding to input 1111 1111?

|VA| is maximum when (a) currents I0, I1, etc. assume their maximum values, with

Rk = R0k × (1− 0.01) and (b)Rf is maximum, Rf = R0

f × (1 + 0.01).(The superscript ‘0’ denotes nominal value.)

→ |VA|max11111111 = VR ×

255

128× Rf

R

∣∣∣∣max

= 5× 255

128× 1.01

0.99= 10.162 V.

Similarly, |VA|min11111111 = 5× 255

128× 0.99

1.01= 9.764 V.

M. B. Patil, IIT Bombay

Page 42: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* ∆VA for input 1111 1111 = 10.162− 9.764 ≈ 0.4 V which is larger than the resolution(0.039 V) of the DAC. This situation is not acceptable.

* The output voltage variation can be reduced by using resistors with a smaller tolerance.However, it is difficult to fabricate an IC with widely varying resistance values (from R to

2N−1R) and each with a small enough tolerance.→ use R − 2R ladder network instead.

M. B. Patil, IIT Bombay

Page 43: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* ∆VA for input 1111 1111 = 10.162− 9.764 ≈ 0.4 V which is larger than the resolution(0.039 V) of the DAC. This situation is not acceptable.

* The output voltage variation can be reduced by using resistors with a smaller tolerance.However, it is difficult to fabricate an IC with widely varying resistance values (from R to

2N−1R) and each with a small enough tolerance.→ use R − 2R ladder network instead.

M. B. Patil, IIT Bombay

Page 44: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* ∆VA for input 1111 1111 = 10.162− 9.764 ≈ 0.4 V which is larger than the resolution(0.039 V) of the DAC. This situation is not acceptable.

* The output voltage variation can be reduced by using resistors with a smaller tolerance.However, it is difficult to fabricate an IC with widely varying resistance values (from R to

2N−1R) and each with a small enough tolerance.

→ use R − 2R ladder network instead.

M. B. Patil, IIT Bombay

Page 45: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC using binary-weighted resistors: Example (from Gopalan)

I

Rf

I7

R7=R

VA

VR

R0= 27 R

I0

I1

R1= 26 R

A1

A0

A7

* ∆VA for input 1111 1111 = 10.162− 9.764 ≈ 0.4 V which is larger than the resolution(0.039 V) of the DAC. This situation is not acceptable.

* The output voltage variation can be reduced by using resistors with a smaller tolerance.However, it is difficult to fabricate an IC with widely varying resistance values (from R to

2N−1R) and each with a small enough tolerance.→ use R − 2R ladder network instead.

M. B. Patil, IIT Bombay

Page 46: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network

2R

R

A0

2R

R

A1

2R

MSBLSB

else, it is connected to ground.

2R

A3

R

A2

2R

Node Ak is connected to VR if input bit Sk is 1;

2R

S0VR S1VR S2VR S3VR

2R

R

2R

R

2R

R

2R

The original network is equivalent to

M. B. Patil, IIT Bombay

Page 47: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network

2R

R

A0

2R

R

A1

2R

MSBLSB

else, it is connected to ground.

2R

A3

R

A2

2R

Node Ak is connected to VR if input bit Sk is 1;

2R

S0VR S1VR S2VR S3VR

2R

R

2R

R

2R

R

2R

The original network is equivalent to

M. B. Patil, IIT Bombay

Page 48: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR RTh = R

M. B. Patil, IIT Bombay

Page 49: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR RTh = R

M. B. Patil, IIT Bombay

Page 50: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR RTh = R

M. B. Patil, IIT Bombay

Page 51: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR RTh = R

M. B. Patil, IIT Bombay

Page 52: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR RTh = R

M. B. Patil, IIT Bombay

Page 53: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR RTh = R

M. B. Patil, IIT Bombay

Page 54: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR

RTh = R

M. B. Patil, IIT Bombay

Page 55: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR

RTh = R

M. B. Patil, IIT Bombay

Page 56: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: Thevenin resistance

R R R2R 2R2R2R2R

R R R2R2R2RR

R R2R2RR

R2RR RTh = R

M. B. Patil, IIT Bombay

Page 57: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 58: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 59: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 60: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 61: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 62: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 63: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 64: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 65: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S0 = 1

RR R

VR

2R 2R 2R 2R 2R

RR R

VR

2

2RR 2R 2R

VR

4

RR

2R 2RR

VR

8

R

2RR

VTh =VR

16

M. B. Patil, IIT Bombay

Page 66: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 67: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 68: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 69: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 70: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 71: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 72: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 73: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 74: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S1 = 1

RR R

VR

2R 2R 2R2R2R

RR

VR

2R 2R 2R2R

VR

2

RR

2R 2RR

VR

4

R

2RR

VTh =VR

8

M. B. Patil, IIT Bombay

Page 75: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S2 = 1

VR

RR R

2R 2R 2R2R 2R

R

VR

2R2R2R

VR

2

R

2RR

VTh =VR

4

M. B. Patil, IIT Bombay

Page 76: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S2 = 1

VR

RR R

2R 2R 2R2R 2R

R

VR

2R2R2R

VR

2

R

2RR

VTh =VR

4

M. B. Patil, IIT Bombay

Page 77: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S2 = 1

VR

RR R

2R 2R 2R2R 2R

R

VR

2R2R2R

VR

2

R

2RR

VTh =VR

4

M. B. Patil, IIT Bombay

Page 78: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S2 = 1

VR

RR R

2R 2R 2R2R 2R

R

VR

2R2R2R

VR

2

R

2RR

VTh =VR

4

M. B. Patil, IIT Bombay

Page 79: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S2 = 1

VR

RR R

2R 2R 2R2R 2R

R

VR

2R2R2R

VR

2

R

2RR

VTh =VR

4

M. B. Patil, IIT Bombay

Page 80: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S2 = 1

VR

RR R

2R 2R 2R2R 2R

R

VR

2R2R2R

VR

2

R

2RR

VTh =VR

4

M. B. Patil, IIT Bombay

Page 81: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S2 = 1

VR

RR R

2R 2R 2R2R 2R

R

VR

2R2R2R

VR

2

R

2RR

VTh =VR

4

M. B. Patil, IIT Bombay

Page 82: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S3 = 1

VR

RR R

2R 2R 2R 2R 2R

VR

2R 2R

VTh =VR

2

M. B. Patil, IIT Bombay

Page 83: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S3 = 1

VR

RR R

2R 2R 2R 2R 2R

VR

2R 2R

VTh =VR

2

M. B. Patil, IIT Bombay

Page 84: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S3 = 1

VR

RR R

2R 2R 2R 2R 2R

VR

2R 2R

VTh =VR

2

M. B. Patil, IIT Bombay

Page 85: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: VTh for S3 = 1

VR

RR R

2R 2R 2R 2R 2R

VR

2R 2R

VTh =VR

2

M. B. Patil, IIT Bombay

Page 86: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: RTh and VTh

2R RTh

VTh

S0VR S1VR S2VR S3VR

2R

R

2R

R

2R

R

2R

* RTh = R .

* VTh = V(S0)Th + V

(S1)Th + V

(S2)Th + V

(S3)Th

=VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* We can use the R-2R ladder network and an Op Ampto make up a DAC → next slide.

M. B. Patil, IIT Bombay

Page 87: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: RTh and VTh

2R RTh

VTh

S0VR S1VR S2VR S3VR

2R

R

2R

R

2R

R

2R

* RTh = R .

* VTh = V(S0)Th + V

(S1)Th + V

(S2)Th + V

(S3)Th

=VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* We can use the R-2R ladder network and an Op Ampto make up a DAC → next slide.

M. B. Patil, IIT Bombay

Page 88: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: RTh and VTh

2R RTh

VTh

S0VR S1VR S2VR S3VR

2R

R

2R

R

2R

R

2R

* RTh = R .

* VTh = V(S0)Th + V

(S1)Th + V

(S2)Th + V

(S3)Th

=VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* We can use the R-2R ladder network and an Op Ampto make up a DAC → next slide.

M. B. Patil, IIT Bombay

Page 89: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

R-2R ladder network: RTh and VTh

2R RTh

VTh

S0VR S1VR S2VR S3VR

2R

R

2R

R

2R

R

2R

* RTh = R .

* VTh = V(S0)Th + V

(S1)Th + V

(S2)Th + V

(S3)Th

=VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* We can use the R-2R ladder network and an Op Ampto make up a DAC → next slide.

M. B. Patil, IIT Bombay

Page 90: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC with R-2R ladder

Vo

Rf

2R Vo

Rf

VTh

RTh

S3VRS2VRS1VRS0VR

2R

R

2R

R

2R

R

2R

* Vo = − Rf

RTh

VTh = − Rf

RTh

VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* For an N-bit DAC, Vo = − Rf

RTh

VTh = − Rf

RTh

VR

2N

N−1∑0

Sk2k .

* 6- to 20-bit DACs based on the R-2R ladder network are commercially available inmonolithic form (single chip).

* Bipolar, CMOS, or BiCMOS technology is used for these DACs.

M. B. Patil, IIT Bombay

Page 91: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC with R-2R ladder

Vo

Rf

2R Vo

Rf

VTh

RTh

S3VRS2VRS1VRS0VR

2R

R

2R

R

2R

R

2R

* Vo = − Rf

RTh

VTh = − Rf

RTh

VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* For an N-bit DAC, Vo = − Rf

RTh

VTh = − Rf

RTh

VR

2N

N−1∑0

Sk2k .

* 6- to 20-bit DACs based on the R-2R ladder network are commercially available inmonolithic form (single chip).

* Bipolar, CMOS, or BiCMOS technology is used for these DACs.

M. B. Patil, IIT Bombay

Page 92: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC with R-2R ladder

Vo

Rf

2R Vo

Rf

VTh

RTh

S3VRS2VRS1VRS0VR

2R

R

2R

R

2R

R

2R

* Vo = − Rf

RTh

VTh = − Rf

RTh

VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* For an N-bit DAC, Vo = − Rf

RTh

VTh = − Rf

RTh

VR

2N

N−1∑0

Sk2k .

* 6- to 20-bit DACs based on the R-2R ladder network are commercially available inmonolithic form (single chip).

* Bipolar, CMOS, or BiCMOS technology is used for these DACs.

M. B. Patil, IIT Bombay

Page 93: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC with R-2R ladder

Vo

Rf

2R Vo

Rf

VTh

RTh

S3VRS2VRS1VRS0VR

2R

R

2R

R

2R

R

2R

* Vo = − Rf

RTh

VTh = − Rf

RTh

VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* For an N-bit DAC, Vo = − Rf

RTh

VTh = − Rf

RTh

VR

2N

N−1∑0

Sk2k .

* 6- to 20-bit DACs based on the R-2R ladder network are commercially available inmonolithic form (single chip).

* Bipolar, CMOS, or BiCMOS technology is used for these DACs.

M. B. Patil, IIT Bombay

Page 94: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC with R-2R ladder

Vo

Rf

2R Vo

Rf

VTh

RTh

S3VRS2VRS1VRS0VR

2R

R

2R

R

2R

R

2R

* Vo = − Rf

RTh

VTh = − Rf

RTh

VR

16

[S0 20 + S1 21 + S2 22 + S3 23

].

* For an N-bit DAC, Vo = − Rf

RTh

VTh = − Rf

RTh

VR

2N

N−1∑0

Sk2k .

* 6- to 20-bit DACs based on the R-2R ladder network are commercially available inmonolithic form (single chip).

* Bipolar, CMOS, or BiCMOS technology is used for these DACs.

M. B. Patil, IIT Bombay

Page 95: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC: home work

Combination of weighted−resistor and R−2R ladder networks

r

Rf

Vo

S1VR S2VR S3VR S4VR S5VR S6VR S7VR

8R 4R 2R R 8R 4R 2R R

S0VR

* Find the valur of r for the circuit to work as a regular (i.e., binary to analog) DAC.

* Find the valur of r for the circuit to work as a BCD to analog DAC.

M. B. Patil, IIT Bombay

Page 96: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC: home work

Combination of weighted−resistor and R−2R ladder networks

r

Rf

Vo

S1VR S2VR S3VR S4VR S5VR S6VR S7VR

8R 4R 2R R 8R 4R 2R R

S0VR

* Find the valur of r for the circuit to work as a regular (i.e., binary to analog) DAC.

* Find the valur of r for the circuit to work as a BCD to analog DAC.

M. B. Patil, IIT Bombay

Page 97: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC: home work

Combination of weighted−resistor and R−2R ladder networks

r

Rf

Vo

S1VR S2VR S3VR S4VR S5VR S6VR S7VR

8R 4R 2R R 8R 4R 2R R

S0VR

* Find the valur of r for the circuit to work as a regular (i.e., binary to analog) DAC.

* Find the valur of r for the circuit to work as a BCD to analog DAC.

M. B. Patil, IIT Bombay

Page 98: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC: settling time

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

valueinitial

valuefinal

VA

t

* When there is a change in the input binary number, the output VA takes a finite time tosettle to the new value.

* The finite settling time arises because of stray capacitances and switching delays of thesemiconductor devices used within the DAC chip.

* Example: 500 ns to 0.2 % of full scale.

M. B. Patil, IIT Bombay

Page 99: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC: settling time

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

valueinitial

valuefinal

VA

t

* When there is a change in the input binary number, the output VA takes a finite time tosettle to the new value.

* The finite settling time arises because of stray capacitances and switching delays of thesemiconductor devices used within the DAC chip.

* Example: 500 ns to 0.2 % of full scale.

M. B. Patil, IIT Bombay

Page 100: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC: settling time

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

valueinitial

valuefinal

VA

t

* When there is a change in the input binary number, the output VA takes a finite time tosettle to the new value.

* The finite settling time arises because of stray capacitances and switching delays of thesemiconductor devices used within the DAC chip.

* Example: 500 ns to 0.2 % of full scale.

M. B. Patil, IIT Bombay

Page 101: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

DAC: settling time

D0

D1

D2

DN−1

VA

VR

N-bitdigitalinput

analogoutput

ground

valueinitial

valuefinal

VA

t

* When there is a change in the input binary number, the output VA takes a finite time tosettle to the new value.

* The finite settling time arises because of stray capacitances and switching delays of thesemiconductor devices used within the DAC chip.

* Example: 500 ns to 0.2 % of full scale.

M. B. Patil, IIT Bombay

Page 102: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* If the input VA is in the range V kR < VA < V k+1

R , the output is the binarynumber corresponding to the integer k. For example, for VA =V ′A, the output is100.

* We may think of each voltage interval (corresponding to 000, 001, etc.) as a“bin.” In the above example, the input voltage V ′A falls in the 100 bin; therefore,the output of the ADC would be 100.

* Note that, for an N-bit ADC, there would be 2N bins.

M. B. Patil, IIT Bombay

Page 103: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* If the input VA is in the range V kR < VA < V k+1

R , the output is the binarynumber corresponding to the integer k. For example, for VA =V ′A, the output is100.

* We may think of each voltage interval (corresponding to 000, 001, etc.) as a“bin.” In the above example, the input voltage V ′A falls in the 100 bin; therefore,the output of the ADC would be 100.

* Note that, for an N-bit ADC, there would be 2N bins.

M. B. Patil, IIT Bombay

Page 104: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* If the input VA is in the range V kR < VA < V k+1

R , the output is the binarynumber corresponding to the integer k. For example, for VA =V ′A, the output is100.

* We may think of each voltage interval (corresponding to 000, 001, etc.) as a“bin.” In the above example, the input voltage V ′A falls in the 100 bin; therefore,the output of the ADC would be 100.

* Note that, for an N-bit ADC, there would be 2N bins.

M. B. Patil, IIT Bombay

Page 105: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* If the input VA is in the range V kR < VA < V k+1

R , the output is the binarynumber corresponding to the integer k. For example, for VA =V ′A, the output is100.

* We may think of each voltage interval (corresponding to 000, 001, etc.) as a“bin.” In the above example, the input voltage V ′A falls in the 100 bin; therefore,the output of the ADC would be 100.

* Note that, for an N-bit ADC, there would be 2N bins.

M. B. Patil, IIT Bombay

Page 106: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* The basic idea behind an ADC is simple:

- Generate reference voltages V 1R , V 2

R , etc.

- Compare the input VA with each of V iR to figure out which bin it

belongs to.- If VA belongs to bin k (i.e., V k

R < VA < V k+1R ), convert k to the

binary format.

* A “parallel” ADC does exactly that → next slide.

M. B. Patil, IIT Bombay

Page 107: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* The basic idea behind an ADC is simple:

- Generate reference voltages V 1R , V 2

R , etc.

- Compare the input VA with each of V iR to figure out which bin it

belongs to.- If VA belongs to bin k (i.e., V k

R < VA < V k+1R ), convert k to the

binary format.

* A “parallel” ADC does exactly that → next slide.

M. B. Patil, IIT Bombay

Page 108: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* The basic idea behind an ADC is simple:

- Generate reference voltages V 1R , V 2

R , etc.

- Compare the input VA with each of V iR to figure out which bin it

belongs to.- If VA belongs to bin k (i.e., V k

R < VA < V k+1R ), convert k to the

binary format.

* A “parallel” ADC does exactly that → next slide.

M. B. Patil, IIT Bombay

Page 109: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* The basic idea behind an ADC is simple:

- Generate reference voltages V 1R , V 2

R , etc.

- Compare the input VA with each of V iR to figure out which bin it

belongs to.

- If VA belongs to bin k (i.e., V kR < VA < V k+1

R ), convert k to the

binary format.

* A “parallel” ADC does exactly that → next slide.

M. B. Patil, IIT Bombay

Page 110: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* The basic idea behind an ADC is simple:

- Generate reference voltages V 1R , V 2

R , etc.

- Compare the input VA with each of V iR to figure out which bin it

belongs to.- If VA belongs to bin k (i.e., V k

R < VA < V k+1R ), convert k to the

binary format.

* A “parallel” ADC does exactly that → next slide.

M. B. Patil, IIT Bombay

Page 111: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: introduction

3−bit ADC

111

110

101

100

011

010

001

000

D1

D2

D0

VR

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

* The basic idea behind an ADC is simple:

- Generate reference voltages V 1R , V 2

R , etc.

- Compare the input VA with each of V iR to figure out which bin it

belongs to.- If VA belongs to bin k (i.e., V k

R < VA < V k+1R ), convert k to the

binary format.

* A “parallel” ADC does exactly that → next slide.

M. B. Patil, IIT Bombay

Page 112: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

3-bit parallel (flash) ADC

3−bit ADC

111

110

101

100

011

010

001

000

LOGICD1

D2

D0

VR

D2

D1

D0

VA

ground

digitaloutput

analoginput

Vmax

V7R

V6R

V5R

V′A

V4R

V3R

V2R

V1R

0

R

2

R

2

VAVR

R

R

R

R

R

R

M. B. Patil, IIT Bombay

Page 113: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

3-bit parallel (flash) ADC

LOGIC

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6

Q

QD

QD

QD

QD

QD

QD

LOGIC

D

Clock

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6

Q0

Q1

Q2

Q3

Q4

Q5

Q6

* Practical difficulty: As the input changes, the comparator outputs (C0, C1, etc.) may notsettle to their new values at the same time.→ ADC output will depend on when we sample it.

* Add D flip-flops. Allow sifficient time (between the change in VA and the active clock edge)so that the comprator outputs have already settled to their new values before they getlatched in.

M. B. Patil, IIT Bombay

Page 114: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

3-bit parallel (flash) ADC

LOGIC

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6

Q

QD

QD

QD

QD

QD

QD

LOGIC

D

Clock

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6

Q0

Q1

Q2

Q3

Q4

Q5

Q6

* Practical difficulty: As the input changes, the comparator outputs (C0, C1, etc.) may notsettle to their new values at the same time.→ ADC output will depend on when we sample it.

* Add D flip-flops. Allow sifficient time (between the change in VA and the active clock edge)so that the comprator outputs have already settled to their new values before they getlatched in.

M. B. Patil, IIT Bombay

Page 115: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

3-bit parallel (flash) ADC

LOGIC

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6

Q

QD

QD

QD

QD

QD

QD

LOGIC

D

Clock

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6

Q0

Q1

Q2

Q3

Q4

Q5

Q6

* Practical difficulty: As the input changes, the comparator outputs (C0, C1, etc.) may notsettle to their new values at the same time.→ ADC output will depend on when we sample it.

* Add D flip-flops. Allow sifficient time (between the change in VA and the active clock edge)so that the comprator outputs have already settled to their new values before they getlatched in.

M. B. Patil, IIT Bombay

Page 116: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

3-bit parallel (flash) ADC

LOGIC

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6Q

QD

QD

QD

QD

QD

QD

LOGIC

D

Clock

D2

D1

D0

R

2

R

2

VAVR

R

R

R

R

R

R C0

C1

C2

C3

C4

C5

C6

Q0

Q1

Q2

Q3

Q4

Q5

Q6

* Practical difficulty: As the input changes, the comparator outputs (C0, C1, etc.) may notsettle to their new values at the same time.→ ADC output will depend on when we sample it.

* Add D flip-flops. Allow sifficient time (between the change in VA and the active clock edge)so that the comprator outputs have already settled to their new values before they getlatched in.

M. B. Patil, IIT Bombay

Page 117: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Parallel (flash) ADC

* In the parallel (flash) ADC, the conversion gets done “in parallel,” since allcomparators operate on the same input voltage.

* Conversion time is governed only by the comparator response time → fastconversion (hence the name “flash” converter).

* Flash ADCs to handle 500 million analog samples per second are commerciallyavailable.

* 2N comparators are required for N-bit ADC → generally limited to 8 bits.

M. B. Patil, IIT Bombay

Page 118: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Parallel (flash) ADC

* In the parallel (flash) ADC, the conversion gets done “in parallel,” since allcomparators operate on the same input voltage.

* Conversion time is governed only by the comparator response time → fastconversion (hence the name “flash” converter).

* Flash ADCs to handle 500 million analog samples per second are commerciallyavailable.

* 2N comparators are required for N-bit ADC → generally limited to 8 bits.

M. B. Patil, IIT Bombay

Page 119: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Parallel (flash) ADC

* In the parallel (flash) ADC, the conversion gets done “in parallel,” since allcomparators operate on the same input voltage.

* Conversion time is governed only by the comparator response time → fastconversion (hence the name “flash” converter).

* Flash ADCs to handle 500 million analog samples per second are commerciallyavailable.

* 2N comparators are required for N-bit ADC → generally limited to 8 bits.

M. B. Patil, IIT Bombay

Page 120: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Parallel (flash) ADC

* In the parallel (flash) ADC, the conversion gets done “in parallel,” since allcomparators operate on the same input voltage.

* Conversion time is governed only by the comparator response time → fastconversion (hence the name “flash” converter).

* Flash ADCs to handle 500 million analog samples per second are commerciallyavailable.

* 2N comparators are required for N-bit ADC → generally limited to 8 bits.

M. B. Patil, IIT Bombay

Page 121: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: sampling of input signal

SC

clock

SCbuffer

buffer

clock

clock

Va Vs → to ADC

t

t

Va

Vs

Vs

Va

Tc

* An ADC typically operates on a “sampled” input signal (Vs (t) in the figure) which isderived from the continuously varying input signal (Va(t) in the figure) with a“sample-and-hold” (S/H) circuit.

* The S/H circuit samples the input signal Va(t) at uniform intervals of duration Tc , theclock period.

* When the clock goes high, switch S (e.g., a FET or a CMOS pass gate) is closed, and thecapacitor C gets charged to the signal voltage at that time. When the clock goes low,switch S is turned off, and C holds the voltage constant, as desired.

* Op Amp buffers can be used to minimise loading effects.

M. B. Patil, IIT Bombay

Page 122: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: sampling of input signal

SC

clock

SCbuffer

buffer

clock

clock

Va Vs → to ADC

t

t

Va

Vs

Vs

Va

Tc

* An ADC typically operates on a “sampled” input signal (Vs (t) in the figure) which isderived from the continuously varying input signal (Va(t) in the figure) with a“sample-and-hold” (S/H) circuit.

* The S/H circuit samples the input signal Va(t) at uniform intervals of duration Tc , theclock period.

* When the clock goes high, switch S (e.g., a FET or a CMOS pass gate) is closed, and thecapacitor C gets charged to the signal voltage at that time. When the clock goes low,switch S is turned off, and C holds the voltage constant, as desired.

* Op Amp buffers can be used to minimise loading effects.

M. B. Patil, IIT Bombay

Page 123: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: sampling of input signal

SC

clock

SCbuffer

buffer

clock

clock

Va Vs → to ADC

t

t

Va

Vs

Vs

Va

Tc

* An ADC typically operates on a “sampled” input signal (Vs (t) in the figure) which isderived from the continuously varying input signal (Va(t) in the figure) with a“sample-and-hold” (S/H) circuit.

* The S/H circuit samples the input signal Va(t) at uniform intervals of duration Tc , theclock period.

* When the clock goes high, switch S (e.g., a FET or a CMOS pass gate) is closed, and thecapacitor C gets charged to the signal voltage at that time. When the clock goes low,switch S is turned off, and C holds the voltage constant, as desired.

* Op Amp buffers can be used to minimise loading effects.

M. B. Patil, IIT Bombay

Page 124: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: sampling of input signal

SC

clock

SCbuffer

buffer

clock

clock

Va Vs → to ADC

t

t

Va

Vs

Vs

Va

Tc

* An ADC typically operates on a “sampled” input signal (Vs (t) in the figure) which isderived from the continuously varying input signal (Va(t) in the figure) with a“sample-and-hold” (S/H) circuit.

* The S/H circuit samples the input signal Va(t) at uniform intervals of duration Tc , theclock period.

* When the clock goes high, switch S (e.g., a FET or a CMOS pass gate) is closed, and thecapacitor C gets charged to the signal voltage at that time. When the clock goes low,switch S is turned off, and C holds the voltage constant, as desired.

* Op Amp buffers can be used to minimise loading effects.

M. B. Patil, IIT Bombay

Page 125: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

ADC: sampling of input signal

SC

clock

SCbuffer

buffer

clock

clock

Va Vs → to ADC

t

t

Va

Vs

Vs

Va

Tc

* An ADC typically operates on a “sampled” input signal (Vs (t) in the figure) which isderived from the continuously varying input signal (Va(t) in the figure) with a“sample-and-hold” (S/H) circuit.

* The S/H circuit samples the input signal Va(t) at uniform intervals of duration Tc , theclock period.

* When the clock goes high, switch S (e.g., a FET or a CMOS pass gate) is closed, and thecapacitor C gets charged to the signal voltage at that time. When the clock goes low,switch S is turned off, and C holds the voltage constant, as desired.

* Op Amp buffers can be used to minimise loading effects.

M. B. Patil, IIT Bombay

Page 126: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

4−bit DAC

ComparatorVA

C

VDACo

D1 D0D3 D2

* Suppose we have a 4-bit DAC. We can use it to perform A-to-D conversion by

successively setting the four bits as follows.

- Start with D3D2D1D0 = 0000, I= 3.

- Set D[I] = 1 (keep other bits unchanged).

- If VDACo > VA (i.e., C = 0), set D[I] = 0; else, keep D[I] = 1.

- I← I− 1; go to step 1.

* At the end of four steps, the digital output is given by D3D2D1D0.Example → next slide.

M. B. Patil, IIT Bombay

Page 127: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

4−bit DAC

ComparatorVA

C

VDACo

D1 D0D3 D2

* Suppose we have a 4-bit DAC. We can use it to perform A-to-D conversion by

successively setting the four bits as follows.

- Start with D3D2D1D0 = 0000, I= 3.

- Set D[I] = 1 (keep other bits unchanged).

- If VDACo > VA (i.e., C = 0), set D[I] = 0; else, keep D[I] = 1.

- I← I− 1; go to step 1.

* At the end of four steps, the digital output is given by D3D2D1D0.Example → next slide.

M. B. Patil, IIT Bombay

Page 128: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

4−bit DAC

ComparatorVA

C

VDACo

D1 D0D3 D2

* Suppose we have a 4-bit DAC. We can use it to perform A-to-D conversion by

successively setting the four bits as follows.

- Start with D3D2D1D0 = 0000, I= 3.

- Set D[I] = 1 (keep other bits unchanged).

- If VDACo > VA (i.e., C = 0), set D[I] = 0; else, keep D[I] = 1.

- I← I− 1; go to step 1.

* At the end of four steps, the digital output is given by D3D2D1D0.Example → next slide.

M. B. Patil, IIT Bombay

Page 129: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

4−bit DAC

ComparatorVA

C

VDACo

D1 D0D3 D2

* Suppose we have a 4-bit DAC. We can use it to perform A-to-D conversion by

successively setting the four bits as follows.

- Start with D3D2D1D0 = 0000, I= 3.

- Set D[I] = 1 (keep other bits unchanged).

- If VDACo > VA (i.e., C = 0), set D[I] = 0; else, keep D[I] = 1.

- I← I− 1; go to step 1.

* At the end of four steps, the digital output is given by D3D2D1D0.Example → next slide.

M. B. Patil, IIT Bombay

Page 130: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

4−bit DAC

ComparatorVA

C

VDACo

D1 D0D3 D2

* Suppose we have a 4-bit DAC. We can use it to perform A-to-D conversion by

successively setting the four bits as follows.

- Start with D3D2D1D0 = 0000, I= 3.

- Set D[I] = 1 (keep other bits unchanged).

- If VDACo > VA (i.e., C = 0), set D[I] = 0; else, keep D[I] = 1.

- I← I− 1; go to step 1.

* At the end of four steps, the digital output is given by D3D2D1D0.Example → next slide.

M. B. Patil, IIT Bombay

Page 131: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

4−bit DAC

ComparatorVA

C

VDACo

D1 D0D3 D2

* Suppose we have a 4-bit DAC. We can use it to perform A-to-D conversion by

successively setting the four bits as follows.

- Start with D3D2D1D0 = 0000, I= 3.

- Set D[I] = 1 (keep other bits unchanged).

- If VDACo > VA (i.e., C = 0), set D[I] = 0; else, keep D[I] = 1.

- I← I− 1; go to step 1.

* At the end of four steps, the digital output is given by D3D2D1D0.Example → next slide.

M. B. Patil, IIT Bombay

Page 132: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

4−bit DAC

ComparatorVA

C

VDACo

D1 D0D3 D2

* Suppose we have a 4-bit DAC. We can use it to perform A-to-D conversion by

successively setting the four bits as follows.

- Start with D3D2D1D0 = 0000, I= 3.

- Set D[I] = 1 (keep other bits unchanged).

- If VDACo > VA (i.e., C = 0), set D[I] = 0; else, keep D[I] = 1.

- I← I− 1; go to step 1.

* At the end of four steps, the digital output is given by D3D2D1D0.Example → next slide.

M. B. Patil, IIT Bombay

Page 133: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

5−bit DAC

1 2 3 4 5 step

D4 = 1D3 = 0D2 = 1D1 = 1D0 = 1

→ reset D0

C = 0

D4 = 1D3 = 0D2 = 1D1 = 1D0 = 0

C = 1

D4 = 1D3 = 1D2 = 0D1 = 0D0 = 0

→ reset D3

C = 0

D4 = 1D3 = 0D2 = 0D1 = 0D0 = 0

C = 1

D4 = 1D3 = 0D2 = 1D1 = 0D0 = 0

C = 1

10 k

20 k

30 k

16 k

24 k

20 k

22 k

23 k

VR

(Note: k ∝ VR)

CVA

VDACo

VA

D1 D0D3 D2D4

VDACo

* At the end of the 5th step, we know that the input voltage corresponds to 10110.

* For the digital representation to be accurate up to ± 12 LSB, ∆V corresponding to 1

2 LSB isadded to VA (see [Taub]).

M. B. Patil, IIT Bombay

Page 134: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

5−bit DAC

1 2 3 4 5 step

D4 = 1D3 = 0D2 = 1D1 = 1D0 = 1

→ reset D0

C = 0

D4 = 1D3 = 0D2 = 1D1 = 1D0 = 0

C = 1

D4 = 1D3 = 1D2 = 0D1 = 0D0 = 0

→ reset D3

C = 0

D4 = 1D3 = 0D2 = 0D1 = 0D0 = 0

C = 1

D4 = 1D3 = 0D2 = 1D1 = 0D0 = 0

C = 1

10 k

20 k

30 k

16 k

24 k

20 k

22 k

23 k

VR

(Note: k ∝ VR)

CVA

VDACo

VA

D1 D0D3 D2D4

VDACo

* At the end of the 5th step, we know that the input voltage corresponds to 10110.

* For the digital representation to be accurate up to ± 12 LSB, ∆V corresponding to 1

2 LSB isadded to VA (see [Taub]).

M. B. Patil, IIT Bombay

Page 135: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

5−bit DAC

1 2 3 4 5 step

D4 = 1D3 = 0D2 = 1D1 = 1D0 = 1

→ reset D0

C = 0

D4 = 1D3 = 0D2 = 1D1 = 1D0 = 0

C = 1

D4 = 1D3 = 1D2 = 0D1 = 0D0 = 0

→ reset D3

C = 0

D4 = 1D3 = 0D2 = 0D1 = 0D0 = 0

C = 1

D4 = 1D3 = 0D2 = 1D1 = 0D0 = 0

C = 1

10 k

20 k

30 k

16 k

24 k

20 k

22 k

23 k

VR

(Note: k ∝ VR)

CVA

VDACo

VA

D1 D0D3 D2D4

VDACo

* At the end of the 5th step, we know that the input voltage corresponds to 10110.

* For the digital representation to be accurate up to ± 12 LSB, ∆V corresponding to 1

2 LSB isadded to VA (see [Taub]).

M. B. Patil, IIT Bombay

Page 136: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

Controllogic

digital

output

N−bit SAR

N−bit DAC

Successive

Approximation

Register

Comparator

S/H

VR

VDACo

VA

* Each step (setting SAR bits, comparison of VA and VDACo ) is performed in one clock cycle

→ conversion time is N cycles, irrespective of the input voltage value VA.

* S. A. ADCs with built-in or external S/H (sample-and-hold) are available for 8- to 16-bitresolution and conversion times of a few µsec to tens of µsec.

* Useful for medium-speed applications such as speech transmission with PCM.

M. B. Patil, IIT Bombay

Page 137: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

Controllogic

digital

output

N−bit SAR

N−bit DAC

Successive

Approximation

Register

Comparator

S/H

VR

VDACo

VA

* Each step (setting SAR bits, comparison of VA and VDACo ) is performed in one clock cycle

→ conversion time is N cycles, irrespective of the input voltage value VA.

* S. A. ADCs with built-in or external S/H (sample-and-hold) are available for 8- to 16-bitresolution and conversion times of a few µsec to tens of µsec.

* Useful for medium-speed applications such as speech transmission with PCM.

M. B. Patil, IIT Bombay

Page 138: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

Controllogic

digital

output

N−bit SAR

N−bit DAC

Successive

Approximation

Register

Comparator

S/H

VR

VDACo

VA

* Each step (setting SAR bits, comparison of VA and VDACo ) is performed in one clock cycle

→ conversion time is N cycles, irrespective of the input voltage value VA.

* S. A. ADCs with built-in or external S/H (sample-and-hold) are available for 8- to 16-bitresolution and conversion times of a few µsec to tens of µsec.

* Useful for medium-speed applications such as speech transmission with PCM.

M. B. Patil, IIT Bombay

Page 139: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Successive Approximation ADC

Controllogic

digital

output

N−bit SAR

N−bit DAC

Successive

Approximation

Register

Comparator

S/H

VR

VDACo

VA

* Each step (setting SAR bits, comparison of VA and VDACo ) is performed in one clock cycle

→ conversion time is N cycles, irrespective of the input voltage value VA.

* S. A. ADCs with built-in or external S/H (sample-and-hold) are available for 8- to 16-bitresolution and conversion times of a few µsec to tens of µsec.

* Useful for medium-speed applications such as speech transmission with PCM.

M. B. Patil, IIT Bombay

Page 140: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Counting ADC

digital

output

N−bit DAC

clockreset

clock

conversionstart N−bit Counter

Comparator

S/HVDACo

VDACo

tC

Tc

VR

VATc

VA

* The “start conversion” signal clears the counter; counting begins, and VDACo increases with

each clock cycle.

* When VDACo exceeds VA, C becomes 0, and counting stops.

* Simple scheme, but (a) conversion time depends on VA, (b) slow (takes 2N clock cycles inthe worst case) → tracking ADC (next slide)

M. B. Patil, IIT Bombay

Page 141: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Counting ADC

digital

output

N−bit DAC

clockreset

clock

conversionstart N−bit Counter

Comparator

S/HVDACo

VDACo

tC

Tc

VR

VATc

VA

* The “start conversion” signal clears the counter; counting begins, and VDACo increases with

each clock cycle.

* When VDACo exceeds VA, C becomes 0, and counting stops.

* Simple scheme, but (a) conversion time depends on VA, (b) slow (takes 2N clock cycles inthe worst case) → tracking ADC (next slide)

M. B. Patil, IIT Bombay

Page 142: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Counting ADC

digital

output

N−bit DAC

clockreset

clock

conversionstart N−bit Counter

Comparator

S/HVDACo

VDACo

tC

Tc

VR

VATc

VA

* The “start conversion” signal clears the counter; counting begins, and VDACo increases with

each clock cycle.

* When VDACo exceeds VA, C becomes 0, and counting stops.

* Simple scheme, but (a) conversion time depends on VA, (b) slow (takes 2N clock cycles inthe worst case) → tracking ADC (next slide)

M. B. Patil, IIT Bombay

Page 143: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Counting ADC

digital

output

N−bit DAC

clockreset

clock

conversionstart N−bit Counter

Comparator

S/HVDACo

VDACo

tC

Tc

VR

VATc

VA

* The “start conversion” signal clears the counter; counting begins, and VDACo increases with

each clock cycle.

* When VDACo exceeds VA, C becomes 0, and counting stops.

* Simple scheme, but (a) conversion time depends on VA, (b) slow (takes 2N clock cycles inthe worst case) → tracking ADC (next slide)

M. B. Patil, IIT Bombay

Page 144: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Tracking ADC

digital

output

clockN−bit Counter

N−bit DAC

Comparator

Up/Down

S/H t

VDACo

C

VDACo

Tc

Tc

VA

VR

VA

* The counter counts up if VDACo < VA; else, it counts down.

* If VA changes, the counter does not need to start from 000· · · 0, so the conversion time isless than that required by a counting ADC.

* used in low-cost, low-speed applications, e.g., measuring output from a temperature sensoror a strain gauge

M. B. Patil, IIT Bombay

Page 145: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Tracking ADC

digital

output

clockN−bit Counter

N−bit DAC

Comparator

Up/Down

S/H t

VDACo

C

VDACo

Tc

Tc

VA

VR

VA

* The counter counts up if VDACo < VA; else, it counts down.

* If VA changes, the counter does not need to start from 000· · · 0, so the conversion time isless than that required by a counting ADC.

* used in low-cost, low-speed applications, e.g., measuring output from a temperature sensoror a strain gauge

M. B. Patil, IIT Bombay

Page 146: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Tracking ADC

digital

output

clockN−bit Counter

N−bit DAC

Comparator

Up/Down

S/H t

VDACo

C

VDACo

Tc

Tc

VA

VR

VA

* The counter counts up if VDACo < VA; else, it counts down.

* If VA changes, the counter does not need to start from 000· · · 0, so the conversion time isless than that required by a counting ADC.

* used in low-cost, low-speed applications, e.g., measuring output from a temperature sensoror a strain gauge

M. B. Patil, IIT Bombay

Page 147: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Tracking ADC

digital

output

clockN−bit Counter

N−bit DAC

Comparator

Up/Down

S/H t

VDACo

C

VDACo

Tc

Tc

VA

VR

VA

* The counter counts up if VDACo < VA; else, it counts down.

* If VA changes, the counter does not need to start from 000· · · 0, so the conversion time isless than that required by a counting ADC.

* used in low-cost, low-speed applications, e.g., measuring output from a temperature sensoror a strain gauge

M. B. Patil, IIT Bombay

Page 148: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

slope=− VA

RC

slope=− VR

RCR

C

Vo=− 1

RC

∫Vi dt

0T1 T2

t

−V1

Vi

VA

VR

S

* t = 0: reset integrator output Vo to 0 V by closing S momentarily.

* Integrate VA (voltage to be converted to digital format, assumed to be positive) for a fixedinterval T1.

* At t = T1, integrator output reaches −V1 =−VAT1

RC.

* Now apply a reference voltage VR (assumed to be negative, with |VR | > VA), and integrateuntil Vo reaches 0 V.

* Since V1 = VAT1

RC= |VR |

T2

RC, we have T2 = T1

VA

|VR |→ T2 gives a measure of VA.

* In the dual-slope ADC, a counter output – which is proportional to T2 – provides the desireddigital output.

M. B. Patil, IIT Bombay

Page 149: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

slope=− VA

RC

slope=− VR

RCR

C

Vo=− 1

RC

∫Vi dt

0T1 T2

t

−V1

Vi

VA

VR

S

* t = 0: reset integrator output Vo to 0 V by closing S momentarily.

* Integrate VA (voltage to be converted to digital format, assumed to be positive) for a fixedinterval T1.

* At t = T1, integrator output reaches −V1 =−VAT1

RC.

* Now apply a reference voltage VR (assumed to be negative, with |VR | > VA), and integrateuntil Vo reaches 0 V.

* Since V1 = VAT1

RC= |VR |

T2

RC, we have T2 = T1

VA

|VR |→ T2 gives a measure of VA.

* In the dual-slope ADC, a counter output – which is proportional to T2 – provides the desireddigital output.

M. B. Patil, IIT Bombay

Page 150: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

slope=− VA

RC

slope=− VR

RCR

C

Vo=− 1

RC

∫Vi dt

0T1 T2

t

−V1

Vi

VA

VR

S

* t = 0: reset integrator output Vo to 0 V by closing S momentarily.

* Integrate VA (voltage to be converted to digital format, assumed to be positive) for a fixedinterval T1.

* At t = T1, integrator output reaches −V1 =−VAT1

RC.

* Now apply a reference voltage VR (assumed to be negative, with |VR | > VA), and integrateuntil Vo reaches 0 V.

* Since V1 = VAT1

RC= |VR |

T2

RC, we have T2 = T1

VA

|VR |→ T2 gives a measure of VA.

* In the dual-slope ADC, a counter output – which is proportional to T2 – provides the desireddigital output.

M. B. Patil, IIT Bombay

Page 151: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

slope=− VA

RC

slope=− VR

RCR

C

Vo=− 1

RC

∫Vi dt

0T1 T2

t

−V1

Vi

VA

VR

S

* t = 0: reset integrator output Vo to 0 V by closing S momentarily.

* Integrate VA (voltage to be converted to digital format, assumed to be positive) for a fixedinterval T1.

* At t = T1, integrator output reaches −V1 =−VAT1

RC.

* Now apply a reference voltage VR (assumed to be negative, with |VR | > VA), and integrateuntil Vo reaches 0 V.

* Since V1 = VAT1

RC= |VR |

T2

RC, we have T2 = T1

VA

|VR |→ T2 gives a measure of VA.

* In the dual-slope ADC, a counter output – which is proportional to T2 – provides the desireddigital output.

M. B. Patil, IIT Bombay

Page 152: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

slope=− VA

RC

slope=− VR

RCR

C

Vo=− 1

RC

∫Vi dt

0T1 T2

t

−V1

Vi

VA

VR

S

* t = 0: reset integrator output Vo to 0 V by closing S momentarily.

* Integrate VA (voltage to be converted to digital format, assumed to be positive) for a fixedinterval T1.

* At t = T1, integrator output reaches −V1 =−VAT1

RC.

* Now apply a reference voltage VR (assumed to be negative, with |VR | > VA), and integrateuntil Vo reaches 0 V.

* Since V1 = VAT1

RC= |VR |

T2

RC, we have T2 = T1

VA

|VR |→ T2 gives a measure of VA.

* In the dual-slope ADC, a counter output – which is proportional to T2 – provides the desireddigital output.

M. B. Patil, IIT Bombay

Page 153: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

slope=− VA

RC

slope=− VR

RCR

C

Vo=− 1

RC

∫Vi dt

0T1 T2

t

−V1

Vi

VA

VR

S

* t = 0: reset integrator output Vo to 0 V by closing S momentarily.

* Integrate VA (voltage to be converted to digital format, assumed to be positive) for a fixedinterval T1.

* At t = T1, integrator output reaches −V1 =−VAT1

RC.

* Now apply a reference voltage VR (assumed to be negative, with |VR | > VA), and integrateuntil Vo reaches 0 V.

* Since V1 = VAT1

RC= |VR |

T2

RC, we have T2 = T1

VA

|VR |→ T2 gives a measure of VA.

* In the dual-slope ADC, a counter output – which is proportional to T2 – provides the desireddigital output.

M. B. Patil, IIT Bombay

Page 154: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

slope=− VA

RC

slope=− VR

RCR

C

Vo=− 1

RC

∫Vi dt

0T1 T2

t

−V1

Vi

VA

VR

S

* t = 0: reset integrator output Vo to 0 V by closing S momentarily.

* Integrate VA (voltage to be converted to digital format, assumed to be positive) for a fixedinterval T1.

* At t = T1, integrator output reaches −V1 =−VAT1

RC.

* Now apply a reference voltage VR (assumed to be negative, with |VR | > VA), and integrateuntil Vo reaches 0 V.

* Since V1 = VAT1

RC= |VR |

T2

RC, we have T2 = T1

VA

|VR |→ T2 gives a measure of VA.

* In the dual-slope ADC, a counter output – which is proportional to T2 – provides the desireddigital output.

M. B. Patil, IIT Bombay

Page 155: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

digital output

N−bit Counter

integrator

clockoverflow

clock

comparator

SPDT

A

B

slope=− VA

RC

slope=− VR

RC

0T2

t

−V1

T1 = 2N Tc

R

C

Vo

Tc

VA

VR

reset

* Start: counter reset to 000· · · 0, SPDT in position A.

* Counter counts up to 2N at which point the overflow flag becomes 1, and SPDT switches toposition B → T1 = 2N Tc where Tc is the clock period.

* The counter starts counting again from 000· · · 0, and stops counting when Vo crosses 0 V.The counter output gives T2 in binary format.

M. B. Patil, IIT Bombay

Page 156: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

digital output

N−bit Counter

integrator

clockoverflow

clock

comparator

SPDT

A

B

slope=− VA

RC

slope=− VR

RC

0T2

t

−V1

T1 = 2N Tc

R

C

Vo

Tc

VA

VR

reset

* Start: counter reset to 000· · · 0, SPDT in position A.

* Counter counts up to 2N at which point the overflow flag becomes 1, and SPDT switches toposition B → T1 = 2N Tc where Tc is the clock period.

* The counter starts counting again from 000· · · 0, and stops counting when Vo crosses 0 V.The counter output gives T2 in binary format.

M. B. Patil, IIT Bombay

Page 157: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

digital output

N−bit Counter

integrator

clockoverflow

clock

comparator

SPDT

A

B

slope=− VA

RC

slope=− VR

RC

0T2

t

−V1

T1 = 2N Tc

R

C

Vo

Tc

VA

VR

reset

* Start: counter reset to 000· · · 0, SPDT in position A.

* Counter counts up to 2N at which point the overflow flag becomes 1, and SPDT switches toposition B → T1 = 2N Tc where Tc is the clock period.

* The counter starts counting again from 000· · · 0, and stops counting when Vo crosses 0 V.The counter output gives T2 in binary format.

M. B. Patil, IIT Bombay

Page 158: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

Dual-slope ADC

digital output

N−bit Counter

integrator

clockoverflow

clock

comparator

SPDT

A

B

slope=− VA

RC

slope=− VR

RC

0T2

t

−V1

T1 = 2N Tc

R

C

Vo

Tc

VA

VR

reset

* Start: counter reset to 000· · · 0, SPDT in position A.

* Counter counts up to 2N at which point the overflow flag becomes 1, and SPDT switches toposition B → T1 = 2N Tc where Tc is the clock period.

* The counter starts counting again from 000· · · 0, and stops counting when Vo crosses 0 V.The counter output gives T2 in binary format.

M. B. Patil, IIT Bombay

Page 159: EE101: ADC and DAC circuits - IIT Bombaysequel/ee101/ee101_dac_1.pdf · 2016-03-31 · Introduction * Real signals (e.g., a voltage measured with a thermocouple or a speech signal

References

* K. Gopalan, Introduction to Digital Microelectronic Circuits, Tata McGraw-Hill,New Delhi, 1978.

* H. Taub and D. Schilling, Digital Integrated Electronics, McGraw-Hill, 1977.

M. B. Patil, IIT Bombay