Difficulty: Easy
Correct Answer: Codec (coder–decoder / A-to-D and D-to-A)
Explanation:
Introduction / Context:
Modern satellite links often carry digitally encoded voice, video, and data. The first step for an analog source (e.g., voice) is conversion to a digital representation. Distinguishing among front-end devices—codec, modem, and transponder—prevents conceptual mix-ups.
Given Data / Assumptions:
Concept / Approach:
A codec performs analog-to-digital and digital-to-analog conversion along with source coding (e.g., PCM, ADPCM). A modem maps bits to waveforms suitable for the RF channel (e.g., QPSK) but does not perform the actual A/D conversion of the program material. A transponder simply frequency-translates and amplifies the passband; it does not digitize content. A compandor only adjusts dynamic range, typically within analog systems.
Step-by-Step Solution:
Need: analog → digital conversion of baseband.Device that does A/D and D/A: the codec.Modem and transponder roles are downstream (mapping bits to RF and repeating).
Verification / Alternative check:
Any PCM chain starts with a codec sampling at the Nyquist rate (or higher) with defined quantization bits per sample before channel coding and modulation.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Codec (coder–decoder / A-to-D and D-to-A)
Discussion & Comments