Bipolar DAC Tutorials

Bipolar Digital to Analog Converter (DAC)

Digital to Analog converter is an important part of many system. In this section, we have taught what bipolar digital to analog converter are and for better explanation we had also includes various circuit diagram.

Normal (unipolar) digital to analog converter can only give output either of positive types or of negative types but bi-polar converter is used to achieve both positive and negative output. Figure 1 represent the transfer curve of bipolar digital to analog converter.

Working of Bipolar Digital to Analog Converter (DAC)

The circuit diagram of N-bit Bipolar Digital to Analog converter is shown in figure 2 and consist of n+1 number of switch and n number resistor where value of resistor is multiplying of R value.

  • When switch S is at position low it behaves like open as a result the circuit is exactly the unipolar binary weighted resistor network DAC.
  • If the switch S is at position high, the output voltage range for -Vref to +Vref (approximation) and hence, the circuit is called bipolar digital to analog converter.

Expression of output voltage of bipolar DAC: –

V_0 = (\dfrac{V_{ref}}{R} B_{n-1} + \dfrac{V_{ref}}{2R} B_{n-2} + .\ .\ .\ .\ . + \dfrac{V_{ref}}{2^{n-1}R} B_0 )R_f + (\dfrac{-V_{ref}}{R}\times R_f)

 

\dfrac{V_{ref}}{2^{n-1}R} (2^{n-1}B_{n-1} + 2^{n-2}B_{n-2} + .\ .\ .\ . + 2^0B_0)R_f-V_{ref} \times \dfrac{R_f}{R}

Therefore,  V_0 = \dfrac{V_{ref}}{2^{n-1}R} \times R_f \times D-V_{ref} \times \dfrac{R_f}{R}

Where, D is decimal equivalent of binary input data.

When Rf = R, then,

V_0 = \dfrac{V_{ref}}{2^{n-1}} \times D-V_{ref}

For better understanding we had divided the expression into three cases

Case: 1

When all inputs bits are 0 i.e. D = 0

Therefore, V0 = -Vref

Case: 2

When only MSB = 1 rest all other bits are zero (0),  D = 2^{n-1}

Therefore, V_0 = \dfrac{V_{ref}}{2^{n-1}} \times \dfrac{R_f}{R} \times 2^{n-1}-V_{ref} = 0

Case: 3

When all inputs bits are high i.e. 1  D = 2^n-1

 V_0 = \dfrac{V_{ref}}{2^{n-1}}(2^n-1)-V_{ref}  = \dfrac{V_{ref}}{2^{n-1}} \times 2^n -\dfrac{V_{ref}}{2^{n-1}}-V_{ref}  = 2V_{ref} -\dfrac{V_{ref}}{2^{n-1}}-V_{ref}  = V_{ref} -\dfrac{V_{ref}}{2^{n-1}}  V_{ref}-V_0(LSB)

Therefore, V_0 \simeq V_{ref}

Conclusion

000 . . . . 000 represents -Vref

100 . . . . 000 represents 0V

111 . . . . 111 represents +Vref

Leave a Comment