ADCs and Filters Flashcards

1
Q

Steps of digital signal processing (DSP)

A
  1. Physical stimulus
  2. Capture analogue signal using sensors or transducers
  3. Filter and amplify signal to prep for digitisation
  4. Sampling - ADC converts the continuous-time signal as discrete-time samples
  5. Quantisation (ADC detects voltage steps) - resolution is determined by dividing the amplitude range into discrete levels (i.e discrete amplitude values are assigned to the sampled signal to produce a digital presentation)
  6. Digital processing - applying digital filters to fine tune the signal
  7. Signal is stored
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sampling

A

Takes the continuous analogue signal and measures it at set intervals, capturing discrete points

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

Sampling rate/frequency (Fs)

A

Frequency/number of samples taken per second, the speed at which the ADC captures the data, measured in Hz
Higher Fs → more detail captured from the analogue signal
Based on the Nyquist Theorem, it should be at least twice the maximum frequency of the signal to avoid aliasing

Fs = 1 / Ts

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

Sampling time (Ts)

A

Set time/interval between each sample taken
Smaller Ts → more samples per second → more accurate signal that best represents the original
Represented along x-axis

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

Quantisation

A

After sampling is complete, the ADC divides the entire voltage range, from minimum to maximum voltage, into discrete steps (voltage steps), with each step representing a specific value.
n = 2m; where n = voltage steps and m = number of bits (resolution)
More bits = finer resolution (digital resolution is finite as it uses binary, analogue is infinite as it can be any possible value)

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

∆V

A

Smallest change/difference in the input analogue signal that causes a change to the digital output. It is the step sizes between quantisation levels.
Depends on the total voltage range of the input signal and the resolution.
More steps there are (the higher n is) → the finer the ADC can detect small changes in voltage

∆V = Voltage Range / 2n
Where voltage range = max. voltage - min. voltage

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

Voltage Resolution (Vres)

A

Represents the smallest change in voltage (voltage step) that the ADC can resolve.
It depends on the reference voltage (Vref) and the number of bits
Smaller Vres → higher precision

Vres = Vref / 2n

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

Reference Voltage (Vref)

A

The maximum voltage that the ADC can measure and convert to a digital value
It defines the voltage range, typically from 0 to Vref
Represented at top of y-axis

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

Completely determined signal in ADC

A

A signal that was sampled in a way that all its info can be fully captured and reconstructed from the digital representation i.e the sampling and digitisation process has preserved all the essential info from the original analogue signal i.e the new digital signal still resembles the original analogue signal.
Dependent on:
1. If it was sampled at twice the rate of the highest frequency in the signal to avoid aliasing
2. If it was converted from continuous to discrete with sufficient resolution (high number of bits results in fewer errors and finer outputs with preserved info)
3. If the original analogue signal was free from noise and distortion

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

What is the accuracy of ADC dependent on?

A

Sampling frequency (Fs) and resolution (number of bits, m)

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

What must the sampling rate be in order to capture all the frequencies in the signal?

A

Twice the highest frequency of the signal

i.e if the V res is 500Hz, the Fs must be 1000Hz

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

Nyquist Frequency/Limit

A

To accurately capture a continuous signal without aliasing, the sampling frequency must be at least twice that of the highest frequency of the anaolgue signal.
If the signal is sufficiently high, it will result in the signal being captured without the loss of important details.
If the signal is too low, it will result in loss of critical details about the signal and aliasing will occur.

Fs ≥ 2 x Fm

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

Fourier Series

A

A way of breaking down complex signals, like waveforms, into simpler components, like sine waves.
So any signal, no matter how complex, can be represented as a combination/sum of these simpler sine waves with different frequencies.
The more sine waves used → the more accurately the complex signal can be represented.

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

Anti-aliasing filters

A

Prevent high frequency components that could cause aliasing from entering the ADC. So a low pass filter would be used before digitisation as well as applying the Nyquist theorem to ensure accurate, alias-free signal processing

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

Phase Delay

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

Roll-off

A
17
Q

Signal to noise ratio (SNR)

A
18
Q

Common-Mode Rejection Ratio (CMRR)

A
19
Q

Power Supply Rejection Ratio (PSRR)

A
20
Q

Examples of digital filters

A

FIR (moving average) and IIR (digital Butterworth, digital Chebyshev, digital Bessel) filters

21
Q

Examples of analogue filters

A

Butterworth, Chebyshev, Bessel filters

22
Q

FIR filters

A

No feedback loop
Only has zeros
Stable
Linear phase
n+1 coefficients

23
Q

IIR filters

A

Unstable
Feedback loops (input + output)
Uses zeros and poles
Non-linear phase