4.2.1: Pulse Code Modulation Flashcards

1
Q

What are Pulse Code Modulation’s (PCM) three stages?

A
  1. Sampling
  2. Quantizing
  3. Encoding
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Sampling?

A

The process of converting a continuous-time signal (analog) to a discrete-time signal (digital).

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

What’s the relationship between Sampling Period and Frequency?

A

T(s) = 1 / f(s)

f(s) = 1 / T(s)

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

What is the Nyquist Sampling Rate?

A

f(s) = 2 * f(max)

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

What is Quantization?

A

The process of mapping the sampled values to a finite set of values.

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

How do we find the delta between zones?

A

delta = [V(max) - V(min)] / 2

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

What are the steps for Quantization?

A
  1. Determine max and min values.
  2. Find the delta between levels.
  3. Assign quantized value of 0 to (L - 1) to the midpoint of each zone.
  4. Approximate value of sample amplitude to quantized values.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do we determine the total number of bits, given levels?

A

N(bits) = log2(L)

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

What is Quantization Error?

A

Input values to quantizer are real; output values are approximates. Output values are chosen to be the middle value in the zone; if the input values is not the middle of the zone, there is an error.

Error is between (delta/2) and (-delta/2).

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

What is SNR(dB) when the Quantization Error is applied?

A

SNR(dB) = 6.02 * N(bits) + 1.76.

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

What is Encoding?

A

Once a sample is quantized and the number of bits-per-sample is selected, each sample is changed into an N-bit codeword.

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