PAM vs PCM: Mathematical Comparison, Bandwidth, Noise & SNR
Pulse Amplitude Modulation (PAM) and Pulse Code Modulation (PCM) are two important pulse modulation techniques used in communication systems. While PAM is simpler and requires less bandwidth, PCM provides superior noise immunity and is the standard for digital communication and audio systems.
What is PAM?
Pulse Amplitude Modulation (PAM) represents information by varying the amplitude of uniformly spaced pulses while keeping pulse width and pulse position constant.
What is PCM?
Pulse Code Modulation (PCM) converts an analog signal into binary data through three steps:
- Sampling
- Quantization
- Binary Encoding
Mathematical Comparison of PAM and PCM
1. Bandwidth Analysis
Let
- fm = Maximum message frequency
- fs = Sampling frequency
- n = Number of bits/sample
PAM Bandwidth
PCM Bandwidth
Bit RateExample
Suppose
- fm = 4 kHz
- n = 8 bits
| Technique | Bandwidth |
|---|---|
| PAM | 4 kHz |
| PCM | 32 kHz |
Hence PCM requires approximately 8 times more bandwidth than PAM.
Noise Analysis
PAM
Received signal
Since information is carried in pulse amplitude, any channel noise directly changes the transmitted information.
Therefore, PAM has poor noise immunity.
PCM
PCM converts samples into binary digits.
At the receiver, a decision circuit regenerates each bit.
If noise remains below half the logic threshold, the original bit is recovered correctly.
Therefore PCM has excellent noise immunity.
Quantization Noise (PCM Only)
Quantization error
Signal to Quantization Noise Ratio
| Bits | Approximate SQNR |
|---|---|
| 8-bit PCM | 50 dB |
| 16-bit PCM | 98 dB |
Signal-to-Noise Ratio (SNR)
| Technique | SNR Performance |
|---|---|
| PAM | Depends directly on channel noise and degrades continuously. |
| PCM | Channel noise is largely eliminated through regeneration. |
Summary Table: PAM vs PCM
| Parameter | PAM | PCM |
|---|---|---|
| Full Form | Pulse Amplitude Modulation | Pulse Code Modulation |
| Information Stored In | Amplitude | Binary Code |
| Bandwidth | B ≈ fm | B ≈ nfm |
| Bit Rate | Not Applicable | Rb = nfs |
| Noise Immunity | Poor | Excellent |
| Quantization Noise | Absent | Present |
| Regenerative Repeaters | No | Yes |
| Complexity | Simple | Complex |
| Bandwidth Requirement | Low | High |
| Power Efficiency | Moderate | High after digital regeneration |
| Applications | Sampling stage, Ethernet (PAM-4), Optical Communication | Digital Audio, CDs, Telephone Systems, Computers, VoIP |
Key Takeaways
- PAM is simple, inexpensive, and requires less bandwidth, but it is highly susceptible to noise.
- PCM requires more bandwidth because each sample is encoded into multiple bits.
- PCM provides excellent noise immunity through digital regeneration.
- Quantization noise exists only in PCM.
- Modern digital communication systems almost universally prefer PCM because of its superior reliability and signal quality.
Working Principle
PAM
The analog signal is sampled at regular intervals. Each sample is represented by a pulse whose amplitude is proportional to the instantaneous value of the message signal.
PCM
The analog signal undergoes three operations:
- Sampling
- Quantization
- Binary Encoding
The resulting binary data is transmitted through the communication channel and regenerated at the receiver.
Sampling Theorem
According to the Nyquist Sampling Theorem, the sampling frequency must satisfy
where fm is the highest frequency component of the message signal.
This theorem forms the basis of both PAM and PCM systems.
Types of PAM
- Natural PAM
- Flat-top PAM
Flat-top PAM is widely used because it simplifies analog-to-digital conversion.
Advantages and Disadvantages of PAM
Advantages
- Simple circuitry
- Lower bandwidth
- Easy signal generation
Disadvantages
- Poor noise immunity
- Signal distortion due to amplitude noise
- Not suitable for long-distance communication
| Application | PAM | PCM |
|---|---|---|
| Analog Sampling | ✔ | ✖ |
| Digital Audio | ✖ | ✔ |
| Telephone Systems | ✖ | ✔ |
| Ethernet (PAM-4) | ✔ | ✖ |
| Optical Communication | ✔ | ✖ |
Frequently Asked Questions
Why is PCM better than PAM?
PCM offers superior noise immunity because the signal is represented using binary digits, allowing regeneration and error reduction during transmission.
Why does PCM require more bandwidth?
Each analog sample is represented by multiple binary bits, increasing the overall transmission bit rate and bandwidth.
Is PAM still used today?
Yes. PAM is widely used in Ethernet (PAM-4), optical communication, and as the sampling stage in analog-to-digital converters.