4 The Digital Conversion: Pulse Code Modulation (PCM)
Pulse Code Modulation (PCM) is the fundamental process used to convert an analog signal into a digital binary sequence of 1s and 0s. This technique represents the message signal in a discrete form in both time and amplitude, making it truly digital.
The PCM process in a transmitter involves three fundamental operations:
- Sampling: This first step collects data points at instantaneous values of the analog message signal. It’s like taking a series of “snapshots” of the signal at regular, discrete intervals of time.
- Quantizing: After sampling, there can be an excessive number of bits representing the different signal levels. Quantizing simplifies this by rounding off the sample values to a finite, predefined set of levels. This reduces redundant information and compresses the data.
- Encoding: In the final step, a unique binary code (a sequence of 1s and 0s) is assigned to each of the quantized levels. The output is a stream of binary data that represents the original analog signal.
——————————————————————————–
Once we have a digital signal in the form of binary 1s and 0s, we need a way to transmit it. This is where digital modulation techniques come into play.