Data Acquisition Flashcards

(68 cards)

1
Q

Data acquisition

A

refers to the gathering of data relating to signals, processes or experiments which provide info on real-world physical events.

Usually implied that this data can be manipulated by computers to obtain some key information about the
events.

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

data conversion

A

refers to the conversion of data from continuous analogue form to discrete digital form or vice-versa.

usually an intrinsic part of the Data Acquisition process + results in data being stored in binary coded form in some medium.

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

analogue signal

A

a signal which is a continuous function of some variable.

Very often the independent variable is time so signal is observed as a function of time.

essential feature is that signal may have any of an infinite number of values within its range + in theory has
infinite resolution.

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

digital signal

A

a signal which is quantised + can only have a limited
number of values within a given range.

  • normally thought of as being in numerical format + often in binary coded form.
  • essential feature is that the signal may have only one of a finite number of values within a range.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

noise

A

a random signal, the value of which cannot be
predicted with absolute certainty at any point in time and which does not normally contain useful information.

-an intrinsic part of nature + normally appears superimposed on useful signals which we want to
measure to get info.

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

characterising noise

A

-can only be characterised in statistical terms of probability.

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

time on a digital clock

A

Time can only have a value that is an exact number of minutes. Values in between are not accounted for. This
means that the time is only exactly correct at 1,440 instants in the day.

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

atomic energy levels

A

Electrons in atoms such as Silicon can
only have energies at specific values,
i.e. their energy levels are quantised.

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

height on a ladder

A

The occupant can only stand at heights where there are rungs on the ladder.
Height is quantised.

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

digital signals as functions of time

A

The signal may take on one of the finite number of quantised values, which may change with time in an irregular or regular manner

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

binary digital signals

A

a signal which may only have one of two values or states.

In modern digital systems the states are normally represented as HI and LO in logic terms, as 0 Volts and E Volts in electrical terms or as ‘0’ or ‘1’ values in binary arithmetic

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

no noise present

A

if no noise is present, the value of the signal at any time can be ascertained and stipulated to any degree of precision required.

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

error

A

overall degree of incorrectness in establishing or

measuring value of a signal, process or event.

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

accuracy

A

measure of the extremes of the overall error associated with a measurement.

-an indication of limits of confidence we can have in measurements we make.

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

resolution

A

measure of the smallest interval with which the event or signal of interest is specified.

In a digital or numerical readout this corresponds to the least significant digit (LSD) + specified in the units in which measurement is made.

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

resolution and accuracy of measurement

A

normally resolution is equal to or less than accuracy of the measurement

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

where measurement errors arise

A
  • electrical interference
  • electronic semiconductor noise
  • non-linearity of transducers
  • manufacturing tolerances
  • inaccuracies of instrumentation.

there is also human error but this not what is being
considered here.

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

positional number system properties

A

radix
digits
positional weighting

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

radix

A
  • base/foundation of system

- number of individual numerical symbols/characters present in the system

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

digits

A

-Digits of a number system are the individual numerical symbols or characters which make up the system

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

what does latix mean

A

Latin meaning ‘root’

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

binary and decimal system radix

A
  • ten symbols in decimal system, so radix of 10

- 2 symbols on binary system so radix of 2

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

what does digit mean

A

Latin meaning ‘finger’

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

what Bit stands for

A

‘Binary Digit’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
positional weighting
-Positional Number System: several digits combined to form a number which has a value. Each digit in the complete set may be utilised in each position. -a different weight applies to each position + therefore value of the same digit in a diff position is diff
26
positional weighting in decimal and binary number systems (positioning)
weight is assigned positionally from right to left, in ascending order of exponent powers of the radix. -significance of the digit increases from right to left as an increasing power of the radix. -digits also have an assigned order of increment, with the increments between successive digits being of equal value.
27
what each weighted position is referred to
referred to as a Decade
28
Least Significant Digit LSD
the digit in the right hand most position
29
Most Significant Digit MSD
that in the left hand most position
30
the Bit
-used to refer to either the digits '0' and '1' as the characters of the Binary number system or to the weighted positions or Binates of a Binary number
31
counting decimal with binary
When the highest digit is reached in this position, it returns to the lowest digit and the digit in the next position to the left is incremented. This repeated cycling can continue indefinitely,
32
numerical value - converting decimal to decimal?
- determined by adding up weighted values of all digits in the number - done by multiplying the digit at each position by the value of the radix raised to the power of the exponent of the radix at the position in question, then summing values of all digits
33
decimal value --> binary power for 1, 2, 4, 8, 16
1: 2⁰ 2: 2¹ 4: 2² 8: 2³ 16: 2⁴
34
binary to decimal conversion
-same procedure except positional weightings applie with be those of a radix 2 system
35
decimal to binary conversion
- decimal number is converted to binary form by continuously dividing it by the Binary radix 2 and saving the remainder - identifies powers of the radix which are contained in the number - remainder of each division operation determines values of the bit in one weighted position at a time - process continued until nothing remains to be divided into - process yields value of digits of number in Binary form but in reverse order, so result of process must be read backwards to get the exact Binary number -check pdf 2 to see graph of how to do it
36
purpose of data conversion
to convery data acquired in a measurement/recording from analogue form into digital form to exploit the benefits of Binary coding
37
benefits of data conversion
-noise immunity
38
coded values can then be either
-stored for future retrieval or -subjected to further digital processing or transmitted to another location for use there
39
how to overcome effects of noise
-if instead of transmitting the analogue signal, you transmit digital pulses
40
2 ways to encode
1: take samples of analogue signal at regular intervals + convert into Binary form (most common form of analogue-to-digital data conversion) 2: encode each of the digits in Decimal number system into its equivalent Binary form, known as Binary Coded Decimal)
41
Binary Coded Decimal
- each digit of a decimal value can be coded as a 4-bit binary number - Decimal value can be transmitted as a sequence of digital pulses
42
identifying decimal points for encoding
a convention can be used to identify the decimal point
43
effects of noise
- when nose superimposed on a signal of interest it introduces degree of uncertainty into the value of the signal at any point in time - accuracy + therefore resolution with which we can measure the signal are limited in the first place
44
quantisation process
- process is one of imposing a finite degree of resolution on the range of a signal - range is divided into a number of defined levels equally spaced throughout range covered by the signal - actual values in between quanta are rounded to nearest quantum value
45
quantisation graphs
check pdf 3 for better visual understanding of quantisation
46
quantisation and error
-process introduces an error into the resulting quantised signal when compared with the original input signal
47
what this quantisation error depends on
depends directly on number of quantisation levels used
48
quantisation levels and degree of resolution
-no point in having a number of quantisation levels in the process which provides higher degree of resolution than the noise which is present allows
49
quantisation error
-difference between quantised staircase-like waveform and original sine wave
50
peak amplitude of quantisation error
dependent on number of quantisation levels used
51
the smaller the quantisation level
the lower will be the quantisation error however, the lower the quantisation level, the greater will be the no. of levels needed to quantise a given full-scale voltage range
52
full scale, fractional error, ± part in
eg. ± % of full scale: 10% fractional error ± Δ FS: 0.1 ± part in (1/Δ): 10 ± 1 part in (1/Δ): 1x10¹
53
Fourier's Series (theory)
states that any periodic signal can be represented as a summation of sinusoidal components at the fundamental frequency of repetition of the signal and multiples or harmonics of this frequency
54
baseband spectrum
spectrum shown as a continuous shaded spectrum, up to the maximum frequency of interest
55
bandlimiting
-in ADC conversion the highest freq present in baseband spectrum is deliberately limited to a maximum value, fₘ
56
why bandlimiting
-so highest freq present can be guaranteed not to exceed a specified max limit
57
Sampling Theorem
all of the info present in a bandlimited, time-varying signal is contained within samples of the signal taken at regular intervals in time at a rate which is greater than or equal to twice the highest frequency component contained within the spectrum of the signal
58
aliasing distortion
If signal sampled at a rate less than Nyquist rate (fs<2fm), results in overlap of image spectra. This results in distortio of the recovered signal so that time profile of recovered signal is different from the original input signal which was digitised
59
the more the Nyquist sampling rate is infringed
the speech in a voice sample gets more distorted
60
operations in ADC conversion
- input analogue signal must be bandlimited - then it must be sampled - samples must be quantised - encoded into Binary form
61
what sampling operation is normally carried out by
a Sample-and-Hold amplifier
62
Modes of sample and hold amplifier
sample | hold
63
hold mode
output of sample-and-hold amplifier stays fixed at the previous sample value
64
data conversion rate
speed with which input analogue signal can be continuously sampled and converted into digital form (specified in Samples Per Second or Hz)
65
Kirchhoff's Current Law
sum of currents at a node is zero
66
node
any point in a circuit at the same potential which can therefore include several connections to the same electrical point but at different physical locations
67
if b = 0
switch is OPEN, no current flows in that branch
68
if b = 1
switch is CLOSED, a current equal to value of the associated current source flows in that branch