Pulse Code Modulation (PCM) and Digital Transmission

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core concepts of Pulse Code Modulation (PCM), sampling, quantization, encoding, dynamic range, noise types, and system architecture based on lecture notes.

Last updated 9:51 AM on 9/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Sampling

The process of converting a continuous-time signal into discrete-time signals by taking a sufficient number of samples so that the original signal can be completely represented and reconstructed.

2
New cards

Sampling Theorem

A theorem stating that a continuous-time signal may be completely represented by its samples and recovered back if the sampling frequency fs2fmf_s \ge 2f_m, where fsf_s is the sampling frequency and fmf_m is the highest frequency present in the signal.

3
New cards

Nyquist Sampling Theorem

A theorem establishing that the minimum sampling rate (fsf_s) must equal twice the highest input frequency, expressed mathematically as fs=2fmf_s = 2f_m.

4
New cards

Aliasing

An impairment, also known as foldover distortion, that occurs when the sampling frequency fs<2fmf_s < 2f_m, causing alias side frequencies from the first harmonic to fold over into the audio spectrum where they cannot be removed through filtering.

5
New cards

Anti-Aliasing Filter

A bandpass or low-pass filter with bandwidth BB required before sampling to prevent aliasing of the message signal.

6
New cards

Quantization

The process of converting an infinite number of amplitude possibilities in an analog signal into a finite number of conditions or discrete levels.

7
New cards

Encoding

The process in which an encoder designates each quantized level with a binary code, thereby minimizing the bandwidth used.

8
New cards

Quantization Error (QeQ_e)

The round-off error produced during A/D conversion, calculated as the difference between the original sample voltage and the quantized level (Qe=sample voltagequantized levelQ_e = \text{sample voltage} - \text{quantized level}).

9
New cards

Quantization Noise (QnQ_n)

An alternative term for quantization error, so named because altering the signal amplitude acts as additive white noise.

10
New cards

Quantization Step Size (Δ\Delta)

The uniform step size for M=2nM = 2^n quantization levels operating across a voltage range from V-V to +V+V, given mathematically by Δ=2V2n=V(2n+1)\Delta = \frac{2V}{2^n} = V(2^{-n+1}).

11
New cards

PCM Bandwidth (BPCMB_{\text{PCM}})

The channel bandwidth required for PCM transmission, evaluated as BPCMnBB_{\text{PCM}} \ge nB using sinc functions as an orthogonal basis, or BPCM2nBB_{\text{PCM}} \ge 2nB using rectangular pulses, where BB is signal bandwidth and nn is bits per sample.

12
New cards

Dynamic Range (DRDR)

The unitless ratio of the largest possible magnitude (VmaxV_{\max}) to the smallest possible magnitude or quantum value (VminV_{\min}) that can be decoded by receiver DACs with acceptable distortion (DR=VmaxVminDR = \frac{V_{\max}}{V_{\min}}).

13
New cards

Dynamic Range in Decibels (DRdBDR_{\text{dB}})

The dynamic range expressed in decibels, given by DRdB=20log(VmaxVmin)6ndBDR_{\text{dB}} = 20 \log\left(\frac{V_{\max}}{V_{\min}}\right) \approx 6n\,\text{dB}, where nn is the number of magnitude bits in the PCM code.

14
New cards

PCM Bit-Dynamic Range Relation

The mathematical formula relating dynamic range DRDR and the number of PCM magnitude bits nn (excluding sign bit), expressed as 2n1DR2^n - 1 \ge DR or minimum bits 2n=DR+12^n = DR + 1.

15
New cards

Coding Efficiency

A numerical indication of how efficiently a PCM code is utilized, calculated as coding efficiency=minimum number of bits (including sign bit)actual number of bits (including sign bit)×100\text{coding efficiency} = \frac{\text{minimum number of bits (including sign bit)}}{\text{actual number of bits (including sign bit)}} \times 100.

16
New cards

Signal-to-Quantization Noise Ratio (SQRdBSQR_{\text{dB}})

The ratio of average signal power to average quantization noise power in dB, given by SQR(dB)=10log(v2/R(q2/12)/R)=10.8+20log(vq)SQR_{(\text{dB})} = 10 \log\left(\frac{v^2/R}{(q^2/12)/R}\right) = 10.8 + 20 \log\left(\frac{v}{q}\right), where vv is rms signal voltage and qq is quantization interval.

17
New cards

Overload Noise

A type of quantization noise that occurs during A/D conversion when the input signal amplitude is too large for the quantizer range.

18
New cards

Random Noise

A type of quantization noise that occurs during A/D conversion when the input signal amplitude is too small.

19
New cards

Granular Noise

A type of quantization noise produced during A/D conversion characterized by non-uniform error jumps.

20
New cards

Hunting Noise

A type of quantization noise that occurs when there is too long of a quiet time in the input signal.

21
New cards

Nonuniform Quantizers

Special quantizers, such as μ\mu-law and AA-law quantizers, used to reduce quantization error and increase dynamic range when the input signal is not uniformly distributed.

22
New cards

DS-0 Signal

A standard digital PCM voice signal bandlimited at 4kHz4\,\text{kHz} sampled at fs=8000samples/secondf_s = 8000\,\text{samples/second} with n=8bits/samplen = 8\,\text{bits/sample}, resulting in a bit rate R=64kbits/secondR = 64\,\text{kbits/second}.

23
New cards

Regenerative Repeater

Devices placed along a telephone line transmission path that clean up and regenerate PCM signals to prevent noise accumulation.

24
New cards
<p>PCM System Block Diagram</p>

PCM System Block Diagram

The full end-to-end architecture of a Pulse Code Modulation transmission system, showing the transmitter, channel with repeaters, and receiver components.

25
New cards
<p>Sample-and-Hold Output Spectrum Diagram</p>

Sample-and-Hold Output Spectrum Diagram

A frequency spectrum diagram showing (a) normal output with no aliasing when fs2faf_s \ge 2f_a and (b) spectral foldover aliasing distortion when fs<2faf_s < 2f_a.