How do binary numbers and decimal numbers differ?
- Binary = base 2, 2^x, 0 and 1 (2 possibilities)
How do you calculate a decimal number from binary number?
101 = (1x4)+(0x2)+(1x1) = 5.
columns in 2
How is a binary number created?
It is created by several low and high voltages using several bits.
How do you calculate the maximum number encoded in a binary number of a given bit depth?
8 bits (28 = 256), 16 bits are used to encode physiological measurements.
What is bit depth?
Bit depth = 2n.
How is a digital signal measured from an analogue signal?
What is signal sampling?
amplitude of analogue signal is measured at equal time intervals and this is
converted into binary number.
What is the resolution of the measured signal?
affected by the bit depth which needs to be high to accurately sample the waveform.
What is the frequency of samples?
a good sampling frequency to represent signal accurately.
How does a DAC work?
What is voltage resolution and dynamic range? (VR)
Voltage resolution = size of the output voltage step
-VR = Vref/2bits.
What is voltage resolution and dynamic range? (DR)
maximum possible voltage range obtained from the DAC, depends on Vref.
How does an ADC work?
Some limitations of ADC?
- Analogue signal may be smaller than dynamic range so small changes may not be produced by DAC
How can you increase ADC amplitude resolution?
Decrease the dynamic range by reducing Vref and increase bit depth.