What is the resolution to cover a range of numbers xmax-xmin with ‘b’ number of bits?
Posted: Thu Jul 14, 2022 9:44 am
a) (xmax+xmin)/(2b-1)
b) (xmax+xmin)/(2b+1)
c) (xmax-xmin)/(2b-1)
d) (xmax-xmin)/(2b+1)
b) (xmax+xmin)/(2b+1)
c) (xmax-xmin)/(2b-1)
d) (xmax-xmin)/(2b+1)