Block 2 - lecture 6 Flashcards

1
Q

sampling?

A

the process of taking multiple measurements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

quantization levels?

A

the number of separate values possible for a binary number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how to calculate the number of quantization levels?

A

2^n

eg. 2^8 for 8 bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

resolution?

A

the percentage of the range for each level

eg. 0.4% for 8 bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

impact of sampling rate?

A

too low means it’s not representative

might show a different frequency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

required sampling rate?

A

10th of the time period

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

conversion time/settling time?

A

time for analog to digital convertors and digital to analog convertors to work

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what changes the conversion time/settling time

A
  • convertor used
  • number of bits
  • DACs are faster than ADCs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

unipolar DAC?

A

output of 0v (0000) to Vref (1111)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

bipolar DAC?

A

output of -Vref (0000) to Vref (1111)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

units of resolution?

A

V/bit or %

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

method for ADC?

A
  • find input’s proportion of the reference
  • if this *2>1, 1st bit =1
  • take the remainder and repeat for next bit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

alternative method for ADC?

A

number=INT(Vin/Vref * 2^n)

gives the output in decimal, so convert to binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

uncertainty calculation for binary numbers?

A

uncertainty = Vref*2^-n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly