Block 2 - lecture 6 Flashcards
sampling?
the process of taking multiple measurements
quantization levels?
the number of separate values possible for a binary number
how to calculate the number of quantization levels?
2^n
eg. 2^8 for 8 bit
resolution?
the percentage of the range for each level
eg. 0.4% for 8 bit
impact of sampling rate?
too low means it’s not representative
might show a different frequency
required sampling rate?
10th of the time period
conversion time/settling time?
time for analog to digital convertors and digital to analog convertors to work
what changes the conversion time/settling time
- convertor used
- number of bits
- DACs are faster than ADCs
unipolar DAC?
output of 0v (0000) to Vref (1111)
bipolar DAC?
output of -Vref (0000) to Vref (1111)
units of resolution?
V/bit or %
method for ADC?
- find input’s proportion of the reference
- if this *2>1, 1st bit =1
- take the remainder and repeat for next bit
alternative method for ADC?
number=INT(Vin/Vref * 2^n)
gives the output in decimal, so convert to binary
uncertainty calculation for binary numbers?
uncertainty = Vref*2^-n