Lecture One Flashcards

1
Q

What is a signal?

A

The representation of how a quantity i.e pressure, voltage etc changes over time

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

Describe the recording of a signal:

A

1) Capture (Data Acquisition)
2) Filter (Signal Conditioning)
3) Measure (Feature Extraction)
4) Question (Hypothesis testing)

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

What does Data Acquisition break down into?

A

1) Signal transduction
2) Conditioner
- A/D converter-
3) Sampler
4) Quantizer

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

What is transduction?

A

Converts one form of energy i.e pressure into another i.e voltage

Voltage used as this is the only format computers can use

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

What is notable about the output of the transducer signal?

A

The analogue voltage (output) waveform of a transducer should be identical to the original waveform

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

Convert degrees to radians;

A
90 = Pi/2 radians
180 = Pi radians
270 = 3 Pi / 2 radians
360 = 2 Pi
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is trig?

A

SohCahToa

Opposite = Y
Adjacent = X
X = A cos (2ft . Phase)
Y = A sin (2ft . Phase)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are signals most commonly?

A

Sinusoidal

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

How can a sinusoid wave be described?

A

Amplitude (A)
Frequency (Hz)
Phase

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

What is phase?

A

Amount a sinusoid has been shifted relative to another

in radians

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

Are all periodic signals sinusoidal?

A

Not all periodic (cyclic) signals are sinusoidal HOWEVER, all periodic signals can be constructed by superpostion (summation) of sinusoids of different frequencies, amplitudes and phases.

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

What sort of signals are not periodic?

A

Transient signals

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

Describe each stage of the data acquisition in terms of notation?

A

Conditioner x(t)
Sampler x[n]
Quantizer Xq[n]

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

What conditions do x(t) meet?

A

original signal/waveform

Continuous in both time (t) and value (amplitude)

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

What conditions do x[n]?

A

Sampled signal
Discrete-time (fixed number of samples), but continuous value (amplitude)
n(also N) denotes a single sample

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

What conditions do Xq[n]?

A

Discrete in bothtime and value
Sampled and quantized signal
‘Final’ computer-friendly format

17
Q

Why do sample?

A

We sample an analogue signal to get it to a form suitable for storage and processing on a computer

Analogue to Digital conversion (A/D converter; ADC)

18
Q

Describe sampling notation?

A

Sampling interval (sampling period; T) is the time interval between samples (e.g. xseconds)

Sampling frequency (fs) is the number of samples in a second (e.g. xHz)

19
Q

Whats the problem with too many samples?

A

If too many samples are made (oversampling), then the resulting dataset could be unmanageable (storage and/or processing)

Less of a problem these days (computer storage is getting cheaper)

20
Q

Whats the problem with too few samples?

A

It should be obvious that too few samples will result in a poor representation of the original signal

Remember that our transducer selection should also ensure that transducer voltage output reflects original signal –so too should the sampled data

21
Q

What is aliasing?

A

When a sinusoid is sampled at too low a frequency, a sinusoid of lower frequency results

22
Q

What is the equation for aliasing?

A

Fresult = Fsample- f original

Check slide for further examples

23
Q

What does aliasing result in?

A

High frequency components will be aliased to low-frequency components and will interact with genuine low-frequency components

Irreversible loss of information (i.e. unable to reconstruct original signal)

Destructive (out of phase) or constructive (in phase)

24
Q

What is the nyquist criterion?

A

If a signal contains no frequencies higher than W, then the original can be reconstructed when sampled at 2W

Typically sample at greater frequency than 2Wto be safe

25
Q

What is nyquist frequency?

A

NyquistFrequency is one half the sampling frequency, and is the highest frequency component that can be accurately reconstructed)

26
Q

Does nyquist sampling prevent aliasing?

A

it will not prevent aliasing occurring

27
Q

What can generate aliasing when sampling rate is good?

A

High frequency noise (> Nyquistfrequency) present (but unwanted) in the original signal will be aliased to low-frequencies (from 0 Hz to Nyquistfrequency)

28
Q

What can avoid aliasing?

A

This aliasing can be avoided using a filter to remove (or attenuate) frequency components from the signal prior to sampling

29
Q

What are the two base systems used?

A

Base ten (10^0-3) i.e 142 = 1x10^2 + 4x10^1 + 2 x10 ^ 0 (1-4 numbers)

Base Two (1-8 Numbers)

2^(0-7)

30
Q

What is quantization?

A

A quantizertakes a discrete-time (x-axis), continuous-value (y-axis) signal x[n] and produces a quantized value xq[n] that can only take a finite number of values (look at slides if necessary)

Produces an interger from a real number

31
Q

What can happen during quantization?

A

Clipping can also occur if the signal x[n] is greater or less than the largest or smallest integer value

32
Q

What is the typical AD converter?

A

Typically 12 or 16 bit A/D converters these days (reduce error)

33
Q

What is the error associated with quantiziation?

A

There is an error associated with quantization (q[n])

q[n] is the difference between original and quantized signal

34
Q

What is the max error proportional to?

A

Maximum quantization error (Q) is proportional to the number of bits of A/D conversion

q = max x - min x / 2^n-1