Calculating the resolution of an 8bit DAC with 2 outputs

Thread Starter

james7701

Joined Jan 5, 2016
50
if i wanted to calculate the resolution of an 8bit DAC with 2 outputs do i go 2×2×2×2×2×2×2×2= 256? or can there be a shorter way?
 

AnalogKid

Joined Aug 1, 2013
10,986
The number of outputs does not affect the accuracy or precision of each one. Whether the expression is expanded or not, the theoretical limit of the accuracy of a binary converter with n bits of input or output is one part in 2^n (two to the nth power). If your calculator has a button for this, you do not need to do it the long way.

Note that this is the theoretical limit of its accuracy. Other real world factors such as the precision of its internal resistor networks can reduce the ENOB - Effective Number Of Bits.

ak
 

Thread Starter

james7701

Joined Jan 5, 2016
50
The number of outputs does not affect the accuracy or precision of each one. Whether the expression is expanded or not, the theoretical limit of the accuracy of a binary converter with n bits of input or output is one part in 2^n (two to the nth power). If your calculator has a button for this, you do not need to do it the long way.

Note that this is the theoretical limit of its accuracy. Other real world factors such as the precision of its internal resistor networks can reduce the ENOB - Effective Number Of Bits.

ak


no, i don't have 2^n on my calculator. i was using my cell phone while watching the video to do the calculation.
 

kubeek

Joined Sep 20, 2005
5,794
The shortest way is to remember your powers of two. Most people who work with electronics and digital stuff remember them, i would guess everything between 2^0 to 2^12 and then 2^16.
 

RichardO

Joined May 4, 2013
2,270
this is the DAC i was referring to. it wasn't made clear of the full method of calculating the resolution.
OK. That is not much information but it does look like it has differential outputs. Look at an Mc1408 or DAC-08 data sheet to see the difference in resolution using single-ended verses differential outputs.

I think the resolution will be the same for both single-ended and differential configurations but you should check to be sure. What will be different is the output scaling.
 
Top