2. Analog Communication
Learning Objectives
- Explain how amplitude, frequency, and phase modulation each encode a message signal onto a carrier
- Derive and interpret the standard AM equation, including modulation index and sidebands
- Compare the noise performance and bandwidth requirements of AM, FM, and PM
- Describe the demodulation process used to recover the message from each modulation type
- Identify real-world systems that still rely on analog modulation and explain why
- List the key limitations of analog communication compared to digital alternatives
Quick Answer
Analog communication transmits information as a continuous waveform by modulating a high-frequency carrier wave with a message signal. Amplitude Modulation (AM) varies the carrier's amplitude, Frequency Modulation (FM) varies its frequency, and Phase Modulation (PM) varies its phase — the message signal itself stays continuous throughout. AM is simple and cheap but noise-prone; FM trades bandwidth for much better noise immunity; PM is closely related to FM and forms the basis for many digital phase-shift schemes. Analog systems remain in use for broadcast radio, some aviation and marine communication, and low-cost short-range links, even though digital methods now dominate high-capacity, long-distance communication.
How Modulation Encodes a Message
A carrier wave is a sinusoid, c(t) = Ac cos(2π fc t), that by itself carries no information — it just oscillates forever at a fixed amplitude, frequency, and phase. Modulation means using the message signal m(t) to make one of those three parameters track the message. Whichever parameter you choose determines the modulation family.
Amplitude Modulation (AM)
In AM, the carrier's amplitude is made to follow the message:
s(t) = Ac [1 + μ·m(t)] cos(2π fc t)
Here μ is the modulation index (0 to 1 for undistorted AM). When you multiply this out, the signal splits into three frequency components: the original carrier at fc, an upper sideband at fc + fm, and a lower sideband at fc - fm. Both sidebands carry the same information, which is why AM's bandwidth is 2fm — twice the highest message frequency — even though only one sideband is strictly necessary (this observation is what motivates SSB, single-sideband transmission, as a bandwidth-saving variant).
Why it matters: AM's simplicity — a diode envelope detector can demodulate it — made it the basis of the first practical radio broadcasting a century ago, and it is still used for AM broadcast radio and aviation voice communication because receivers can be extremely cheap.
Common misunderstanding: Students often think increasing μ beyond 1 makes the signal "stronger." In reality, over-modulation (μ > 1) causes the envelope to cross zero and reverse phase, producing severe distortion that a simple envelope detector cannot recover correctly.
Frequency Modulation (FM)
In FM, the message controls the instantaneous frequency of the carrier while the amplitude stays fixed:
s(t) = Ac cos[2π fc t + 2π kf ∫ m(τ) dτ]
The frequency deviates from fc by an amount proportional to m(t), with kf the frequency sensitivity. Carson's Rule estimates the bandwidth needed: BT ≈ 2(Δf + fm), where Δf is the peak frequency deviation. Commercial FM broadcast uses Δf = 75 kHz, giving a bandwidth around 200 kHz — far wider than AM's 10 kHz channel, but that extra bandwidth buys dramatically better noise rejection.
Why it matters: Because amplitude is constant, any noise that adds amplitude "bumps" to the received signal can be stripped out by a limiter before demodulation. This is why FM radio sounds clean even in a noisy RF environment where AM would be full of static.
Common misunderstanding: Some students assume FM is always "better" than AM in every respect. FM actually needs more bandwidth and more complex circuitry, and near threshold (very low SNR) FM performance collapses more suddenly than AM's gradual degradation — a phenomenon called the FM threshold effect.
Phase Modulation (PM)
In PM, the message directly shifts the carrier's phase:
s(t) = Ac cos[2π fc t + kp m(t)]
PM and FM are mathematically siblings — FM is the integral of the message affecting phase, while PM uses the message directly. In fact, you can generate FM using a phase modulator by first integrating the message signal (this trick is called indirect FM, and it's exactly how Armstrong's original FM transmitters were built). PM's direct descendants — BPSK, QPSK, and higher-order PSK — are the workhorses of modern digital wireless links.
Why it matters: Because phase modulation is less sensitive to amplitude variations than AM, it forms a natural bridge to digital phase-shift keying, which is why understanding analog PM pays off directly when you study digital modulation.
Demodulation
Recovering the message reverses the modulation:
- AM: An envelope detector (diode + RC low-pass filter) follows the amplitude envelope of the received signal. For suppressed-carrier variants (DSB-SC, SSB), you need coherent (synchronous) detection — multiplying by a locally generated carrier of the same frequency and phase.
- FM: A discriminator (or a phase-locked loop) converts frequency variations into a proportional voltage. Before discrimination, a limiter clips off amplitude noise so only the frequency information matters.
- PM: A phase detector compares the received phase against a reference carrier, typically using a PLL, and outputs a voltage proportional to the phase difference.
Key Terms
| Term | Definition | Related Concept |
|---|---|---|
| Carrier wave | The high-frequency sinusoid whose amplitude, frequency, or phase is varied to carry the message | Modulation, sidebands |
| Modulation index (μ) | In AM, the ratio of message amplitude to carrier amplitude; controls depth of modulation | Overmodulation, sidebands |
| Sidebands | Frequency components appearing above and below the carrier as a result of modulation | Bandwidth, SSB |
| Frequency deviation (Δf) | The maximum shift of the FM carrier frequency away from its center value | Carson's Rule, modulation index |
| Carson's Rule | Approximation BT ≈ 2(Δf + fm) for the bandwidth needed by an FM or PM signal | FM bandwidth |
| Envelope detector | A diode-and-filter circuit that recovers the message from an AM signal by tracking its amplitude envelope | AM demodulation |
| Discriminator | A circuit that converts instantaneous frequency variations into a proportional output voltage | FM demodulation |
| FM threshold effect | The abrupt degradation of FM demodulated SNR once input SNR drops below roughly 10 dB | Noise performance |
| Coherent detection | Demodulation that requires a locally generated carrier matched in frequency and phase to the received carrier | DSB-SC, SSB |
Common Mistakes
Misconception: AM, FM, and PM all use the same bandwidth for a given message signal.
Why it's wrong: AM bandwidth is fixed at twice the message bandwidth (2fm), but FM and PM bandwidth depends on the deviation as well, via Carson's Rule. A wideband FM signal can occupy 20 times the bandwidth of the equivalent AM signal.
Correct understanding: AM bandwidth is determined purely by the message frequency content. FM/PM bandwidth is determined by both the message frequency and how far you allow the carrier to deviate — engineers can trade bandwidth for noise performance by choosing the deviation.
Misconception: Since FM has better noise immunity, it always produces a stronger received signal. Why it's wrong: FM's noise advantage comes from the receiver's limiter and discriminator stripping amplitude noise, not from any increase in received signal power. Below a threshold SNR, FM performance actually collapses faster than AM's. Correct understanding: FM improves the effective signal-to-noise ratio after demodulation for a given transmitted power, as long as the received SNR is above the FM threshold (~10 dB). It does not create extra power out of nowhere.
Misconception: Analog communication is obsolete and no longer used anywhere. Why it's wrong: AM and FM broadcast radio, aviation VHF voice, and some short-range remote controls still use analog modulation because it needs minimal circuitry, has no digitization delay, and gracefully degrades rather than failing outright. Correct understanding: Analog communication has been displaced from high-capacity applications (data, video, long-distance telephony) but remains the right engineering choice wherever simplicity, low latency, or legacy compatibility matter more than efficiency.
Comparison and Connections
| Feature | AM | FM | PM |
|---|---|---|---|
| Varied parameter | Amplitude | Frequency | Phase |
| Bandwidth | 2fm (narrow) | 2(Δf + fm) (wide) | Similar to FM |
| Noise immunity | Low | High (above threshold) | High (above threshold) |
| Circuit complexity | Simple (envelope detector) | Moderate (discriminator/PLL) | Moderate (PLL-based detector) |
| Constant envelope | No | Yes | Yes |
| Typical use | AM broadcast, aviation voice | FM broadcast, two-way radio | Basis for digital PSK |
Practice Questions
Recall
-
Write the standard equation for an AM signal and identify each term. Answer guidance: s(t) = Ac[1 + μ·m(t)]cos(2π fc t). Ac is carrier amplitude, μ is modulation index, m(t) is the normalized message signal, fc is carrier frequency.
-
What circuit is used to demodulate a standard AM signal, and what two components does it contain? Answer guidance: An envelope detector, built from a diode (rectifies the RF) and an RC low-pass filter (smooths the rectified output to follow the envelope).
Understanding
-
Explain why FM has better noise immunity than AM even though both are analog. Answer guidance: Noise typically adds random amplitude fluctuations. In FM, a limiter removes amplitude variations before the discriminator extracts frequency, so amplitude noise is discarded. In AM, the message itself is carried in amplitude, so amplitude noise directly corrupts the signal.
-
Why does over-modulation in AM (μ > 1) cause distortion? Answer guidance: When μ > 1, the envelope [1 + μ·m(t)] can go negative, meaning the carrier's phase flips. An envelope detector cannot follow a negative envelope correctly, producing clipped, distorted audio.
Application
-
An FM broadcast station uses a peak frequency deviation of 75 kHz and a maximum audio frequency of 15 kHz. Estimate the transmission bandwidth using Carson's Rule. Answer guidance: BT ≈ 2(Δf + fm) = 2(75 + 15) = 180 kHz, close to the standard 200 kHz FM channel allocation (which includes guard band).
-
A cheap walkie-talkie needs to be inexpensive and battery-efficient over short range. Which analog modulation scheme is most appropriate, and why? Answer guidance: AM or narrowband FM. AM needs the simplest circuitry (diode detector) and lowest power, appropriate when range is short and noise levels are manageable; narrowband FM is chosen when some noise immunity is needed without wide bandwidth.
Analysis
-
Compare how AM and FM each behave as the received signal gets progressively weaker (lower SNR). Which degrades more gracefully? Answer guidance: AM degrades gradually — the audio gets progressively noisier as SNR drops. FM stays essentially clean until it crosses the FM threshold (~10 dB SNR), then degrades abruptly ("FM falls off a cliff"). So AM degrades more gracefully, while FM offers better quality above threshold but fails more suddenly below it.
-
PM and FM are described as mathematically related. If you integrate a message signal and then apply phase modulation, what do you get, and why does this matter practically? Answer guidance: Integrating the message before phase modulation produces an FM signal — this is called indirect FM. It matters because building a stable, low-drift phase modulator (crystal-based) and adding an integrator is often easier than building a stable direct FM oscillator, which is how many practical FM transmitters were historically designed.
FAQ
Why does AM need two sidebands when only one carries unique information? Ordinary AM generates both sidebands because the multiplication process (message × carrier plus carrier) is inherently symmetric in the frequency domain. Since both sidebands are mirror images carrying the same information, engineers developed Single-Sideband (SSB) modulation, which filters out one sideband and the carrier, roughly halving the bandwidth needed for the same information — at the cost of a more complex receiver.
Is FM only used for radio broadcasting? No. FM is used in television audio, some two-way radios (police, taxi), older cordless phones, and satellite links. It has also inspired FSK (Frequency Shift Keying), its digital counterpart, used in early modems and low-rate wireless data links.
Why do professional radio engineers still care about analog modulation if digital has taken over? Analog concepts (carrier, sidebands, bandwidth, noise) are the foundation every digital scheme builds on. QAM, PSK, and OFDM all ultimately modulate a carrier's amplitude and/or phase — the math is the same, only the message signal is now a stream of discrete symbols rather than a continuous waveform.
What's the difference between narrowband FM and wideband FM? Narrowband FM uses a small frequency deviation (a few kHz), giving bandwidth similar to AM but retaining some noise immunity — used in two-way radios. Wideband FM (like broadcast FM with 75 kHz deviation) uses much more bandwidth in exchange for high-fidelity, low-noise audio.
Can you demodulate FM with an envelope detector? No — an envelope detector only responds to amplitude, and FM carries no information in amplitude. FM demodulation requires a circuit sensitive to frequency changes, such as a slope detector, a Foster-Seeley discriminator, a ratio detector, or a PLL-based demodulator.
Quick Revision
- Modulation varies one of three carrier parameters: amplitude (AM), frequency (FM), or phase (PM)
- AM equation: s(t) = Ac[1 + μ·m(t)]cos(2π fc t); bandwidth = 2fm
- Overmodulation (μ > 1) distorts the AM envelope and breaks envelope detection
- FM/PM bandwidth follows Carson's Rule: BT ≈ 2(Δf + fm)
- FM and PM have a constant envelope, making them robust to amplitude noise
- FM demodulation needs a discriminator or PLL; AM demodulation can use a simple envelope detector
- FM exhibits a threshold effect — quality collapses sharply below ~10 dB SNR, unlike AM's gradual decline
- SSB removes one sideband and the carrier to save bandwidth versus standard AM
- PM is the analog ancestor of digital PSK schemes used in modern wireless systems
- Analog modulation persists today in AM/FM broadcast, aviation voice, and simple low-cost links
Related Topics
Prerequisites: Basics of Communication Systems, sinusoidal waveforms, trigonometric identities, Fourier series basics
Related Topics: Digital Communication, Modulation Techniques, Signal Processing in Communication
Next Topics: Digital Communication (sampling and coding), Modulation Techniques (digital keying schemes), Wireless Communication