Analog Communication Systems
Learning Objectives
- Explain why modulation is necessary for practical signal transmission
- Compare amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM) mathematically and practically
- Identify the key channel impairments: bandwidth limits, attenuation, and noise
- Calculate and interpret signal-to-noise ratio (SNR) for a communication link
- Explain why FM offers better noise immunity than AM despite requiring more bandwidth
- Trace the modulation-transmission-demodulation chain for a simple AM or FM system
Quick Answer
Analog communication systems transmit information — voice, music, video — by modulating (varying) some property of a high-frequency carrier wave in step with the message signal, then transmitting that modulated carrier through a channel (air, cable, or fiber) to a receiver that demodulates it back into the original message. Modulation exists because raw low-frequency message signals (like a 20 Hz–20 kHz audio signal) cannot be transmitted efficiently as radio waves — they'd need impractically large antennas and would all collide in the same narrow frequency range. AM and FM radio, along with legacy analog television and early mobile phones, are the classic real-world examples every student encounters.
Why We Modulate At All
An audio signal spans roughly 20 Hz to 20 kHz. Broadcasting it directly as a radio wave would require an antenna roughly a quarter-wavelength of the signal — at 20 kHz, that's about 3,750 km, obviously impractical. Modulation solves two problems at once: it shifts the message signal up to a much higher carrier frequency, where practical antenna sizes and efficient radiation become possible, and it allows many stations to share the airwaves by transmitting on different carrier frequencies (frequency-division multiplexing) without their signals overlapping.
Amplitude Modulation (AM)
AM varies the carrier wave's amplitude in direct proportion to the instantaneous value of the message signal, while keeping frequency constant:
c(t) = [A_c + A_m·m(t)] cos(ω_c t)
where A_c is the carrier amplitude, A_m·m(t) is the message signal scaled to ride on top of the carrier amplitude, and ω_c is the carrier's angular frequency.
Worked example: AM radio stations (535 kHz–1605 kHz) each occupy roughly a 10 kHz-wide channel — just enough bandwidth for the audio message signal (up to about 5 kHz, doubled because AM produces both an upper and a lower sideband around the carrier). AM's simplicity (a basic diode envelope detector can demodulate it) made it the first practical broadcast technology, but its main weakness is that noise — most of which appears as random amplitude spikes — directly corrupts the amplitude-encoded message.
Frequency Modulation (FM)
FM instead varies the carrier's frequency in proportion to the message signal, keeping amplitude constant:
f(t) = f_c + Δf·m(t)
where f_c is the carrier's center frequency and Δf is the maximum frequency deviation (how far the frequency swings from center in response to the message).
Worked example: FM radio (88–108 MHz) uses a maximum deviation Δf of 75 kHz, and by Carson's rule the required bandwidth is approximately 2(Δf + f_m) ≈ 2(75 kHz + 15 kHz) = 180 kHz — much wider than AM's ~10 kHz channel, but in exchange, FM demodulators (like a phase-locked loop or a discriminator) only respond to frequency changes, so amplitude-based noise (static, electrical interference) is largely rejected. This is why FM radio sounds noticeably cleaner than AM radio, especially near power lines or during electrical storms — the tradeoff is bandwidth for noise immunity.
Phase Modulation (PM)
PM varies the carrier's phase in proportion to the message signal:
p(t) = A_c cos(ω_c t + k_p·m(t))
PM is mathematically closely related to FM (frequency is the rate of change of phase, so FM and PM can each be derived from the other with an integrator or differentiator), and shares FM's amplitude-noise resistance. PM is less common in consumer broadcast radio but is used in specific applications, including some satellite and digital communication schemes that build on phase-based modulation ideas.
Channel Characteristics and Impairments
Every real transmission channel imposes limits and introduces problems that a communication system must be designed around:
- Bandwidth: the range of frequencies the channel can carry without excessive distortion — determines how much information rate is possible and how many stations can share a frequency band.
- Attenuation: signal strength decreases with distance (and with obstacles, cable length, etc.), requiring amplification along the path or adequate transmitter power.
- Noise: unwanted random signals from thermal sources, atmospheric effects, or other electronics, which corrupt the received signal (covered in depth in the Noise and Interference chapter).
- Interference: unwanted signals from other transmitters occupying nearby or the same frequencies, distinct from random noise.
Signal-to-Noise Ratio (SNR)
SNR quantifies how much stronger the wanted signal is compared to the noise riding along with it, usually expressed in decibels:
SNR (dB) = 10 log₁₀(P_signal / P_noise)
Worked example: A received signal has 2 mW of signal power and 0.02 mW of noise power. SNR = 10 log₁₀(2/0.02) = 10 log₁₀(100) = 20 dB. A higher SNR means a cleaner, more intelligible received signal; a 20 dB SNR corresponds to the signal being 100 times stronger in power than the noise.
Other key performance metrics include the bit error rate (BER) for digitally-encoded information riding on an analog carrier, and Shannon's channel capacity, which sets the theoretical maximum error-free information rate a channel can support given its bandwidth and SNR — a fundamental limit no communication system, however cleverly engineered, can exceed.
Why It Matters
Every wireless technology — broadcast radio, television, early mobile telephony, and even many building blocks that modern digital wireless systems (Wi-Fi, cellular) inherited conceptually — rests on the fundamental idea of modulating a carrier wave to move information efficiently through a channel. Understanding AM vs. FM vs. PM, and the unavoidable tradeoffs between bandwidth, noise immunity, and channel capacity, is essential background even for students who will spend their careers on purely digital communication systems, since the underlying physical channel constraints (attenuation, noise, bandwidth) are exactly the same.
Common Mistakes
Misconception 1: "FM is simply a 'better' or 'newer' technology that has fully replaced AM." Why it's wrong: AM and FM are different tools with different tradeoffs, not a strictly better/worse pair. AM's narrower bandwidth requirement lets many more stations fit in a limited frequency band (useful for long-distance, lower-fidelity broadcast), while FM's noise immunity comes at the cost of needing much wider bandwidth per channel. Correct understanding: AM remains in use (especially for long-range, lower-bandwidth broadcast and aviation communication) precisely because of its narrow bandwidth and simple demodulation; FM is chosen where audio quality and noise immunity matter more than spectrum efficiency.
Misconception 2: "Increasing an FM signal's frequency deviation (Δf) always improves audio quality with no downside." Why it's wrong: A larger deviation does improve noise immunity and fidelity (this is why wideband FM broadcast sounds better than narrowband FM used in two-way radios), but it directly increases the required transmission bandwidth (per Carson's rule), meaning fewer stations can fit in a given frequency allocation. Correct understanding: Frequency deviation is a deliberate bandwidth-vs-quality tradeoff regulated by broadcasting standards (broadcast FM uses ±75 kHz, while narrowband FM for radios might use only ±5 kHz), not a free performance knob.
Misconception 3: "Noise and interference are the same problem and are handled by the same techniques." Why it's wrong: Noise is inherent, typically random and unavoidable (thermal noise, atmospheric noise), while interference comes from other identifiable transmitters or man-made sources sharing or leaking into the same frequency range. Correct understanding: Noise reduction relies on techniques like better circuit design, filtering, and choosing noise-immune modulation (like FM); interference is typically addressed through frequency planning, filtering, shielding, or regulatory spectrum allocation to keep transmitters from stepping on each other.
Comparison and Connections
| Feature | AM | FM | PM |
|---|---|---|---|
| Varied carrier property | Amplitude | Frequency | Phase |
| Relative bandwidth needed | Narrow (~10 kHz for broadcast audio) | Wide (~180–200 kHz for broadcast audio) | Comparable to FM |
| Noise immunity | Poor (noise directly affects amplitude) | Good (amplitude-based noise largely rejected) | Good |
| Typical demodulator | Simple diode envelope detector | Frequency discriminator, PLL | Phase detector, PLL |
| Classic application | AM broadcast radio, aviation communication | FM broadcast radio, analog TV audio | Some satellite/legacy systems |
| Impairment | Cause | Typical Mitigation |
|---|---|---|
| Attenuation | Distance, cable/medium losses | Amplification, repeaters, higher transmit power |
| Noise | Thermal, atmospheric, electronic sources | Filtering, noise-immune modulation (FM), shielding |
| Interference | Other transmitters, man-made sources | Frequency planning, filtering, regulation |
Practice Questions
Recall 1: Write the general equations for AM, FM, and PM, and identify which carrier property each varies. Answer guidance: AM: c(t) = [A_c + A_m·m(t)]cos(ω_c t) — varies amplitude. FM: f(t) = f_c + Δf·m(t) — varies frequency. PM: p(t) = A_c cos(ω_c t + k_p·m(t)) — varies phase.
Recall 2: State the formula for signal-to-noise ratio in decibels. Answer guidance: SNR (dB) = 10 log₁₀(P_signal/P_noise).
Understanding 1: Explain why FM is more resistant to noise than AM, referencing how each modulation scheme encodes information. Answer guidance: AM encodes the message directly in the carrier's amplitude, and most electrical/atmospheric noise manifests as random amplitude fluctuations, directly corrupting the AM signal. FM encodes the message in frequency variations while keeping amplitude constant; an FM receiver can use a limiter to strip out amplitude noise before demodulation, since the message information isn't carried by amplitude at all.
Understanding 2: Why does broadcasting a low-frequency audio signal (e.g., 1 kHz) directly, without modulation, make poor use of the radio spectrum even if it were technically possible? Answer guidance: Without shifting the signal to a distinct high carrier frequency, every transmitter broadcasting audio would occupy the same narrow low-frequency range and interfere with every other transmitter; modulation onto different, separated carrier frequencies allows many independent signals (frequency-division multiplexing) to share the spectrum without colliding.
Application 1: An FM broadcast station uses a maximum frequency deviation of 75 kHz for an audio signal with maximum frequency 15 kHz. Estimate the required transmission bandwidth using Carson's rule. Answer guidance: Bandwidth ≈ 2(Δf + f_m) = 2(75 + 15) = 180 kHz.
Application 2: A received radio signal has a power of 5 mW and the accompanying noise has a power of 0.05 mW. Calculate the SNR in dB and comment on the received signal quality. Answer guidance: SNR = 10 log₁₀(5/0.05) = 10 log₁₀(100) = 20 dB — a solidly usable SNR indicating the signal power is 100 times the noise power, generally giving good reception quality.
Analysis 1: A student argues that because FM requires much more bandwidth than AM, FM must be a "worse" or less efficient use of the radio spectrum overall. Evaluate this claim. Answer guidance: The claim oversimplifies a genuine tradeoff: FM does use more spectrum per channel, which is a real cost, but it delivers substantially better noise immunity and audio fidelity in exchange. Spectrum efficiency isn't the only design goal — for high-fidelity broadcast audio, the wider-bandwidth FM approach is a deliberate, worthwhile engineering tradeoff, not simply an inefficiency; AM remains the better choice where narrow bandwidth or long-range simple reception matters more than fidelity.
Analysis 2: Compare how noise from a nearby electrical motor (which produces amplitude spikes/static) would affect an AM receiver versus an FM receiver tuned to the same message content, and explain the underlying reason for the difference. Answer guidance: An AM receiver would suffer significant audible static/crackling because the motor's amplitude-spike noise directly adds to and distorts the AM signal's amplitude, which is exactly where the message is encoded. An FM receiver would be largely unaffected because its message is encoded in frequency variations, and the amplitude-based noise can be removed by a limiter stage before the frequency information is demodulated — this amplitude-noise rejection is FM's core practical advantage.
FAQ
Q1: Why did FM radio become popular for music broadcasting despite requiring more bandwidth than AM? A: Music demands better fidelity and is especially sensitive to the crackling, static-like noise that plagues AM; FM's inherent resistance to amplitude-based noise makes it dramatically better suited for high-quality audio broadcast, and spectrum allocations were expanded specifically to accommodate FM's wider channel needs.
Q2: Is AM completely obsolete today? A: No — AM is still used for long-distance broadcast (its ground-wave and sky-wave propagation can travel very far, especially at night), aviation and marine communication, and applications where simple, low-cost receivers and narrow bandwidth matter more than audio fidelity.
Q3: What is Carson's rule and why is it useful? A: Carson's rule (BW ≈ 2(Δf + f_m)) estimates the bandwidth needed to transmit an FM signal without significant distortion, accounting for both the frequency deviation and the highest frequency in the message signal — it's a practical engineering approximation used to plan channel spacing.
Q4: How is phase modulation different from frequency modulation if they're mathematically related? A: Frequency is literally the rate of change (derivative) of phase, so an FM signal can be produced by phase-modulating with the integral of the message signal, and vice versa — they're closely related "cousins," but the specific demodulator circuitry and some performance characteristics differ.
Q5: Why can't a communication channel exceed the Shannon capacity limit no matter how clever the modulation scheme? A: Shannon's channel capacity theorem is a fundamental information-theoretic limit derived from the channel's bandwidth and SNR — it states the absolute maximum rate at which information can be transmitted with an arbitrarily low error rate; no modulation or coding scheme, however sophisticated, can communicate reliably faster than this limit over a given channel.
Quick Revision
- Modulation shifts a low-frequency message signal onto a high-frequency carrier for practical, efficient transmission.
- AM varies carrier amplitude; FM varies carrier frequency; PM varies carrier phase.
- AM needs narrow bandwidth (~10 kHz for broadcast) but is highly susceptible to amplitude-based noise.
- FM needs wide bandwidth (~180 kHz for broadcast, via Carson's rule) but strongly resists amplitude noise.
- Frequency and phase modulation are mathematically related (frequency = rate of change of phase).
- Channel impairments: bandwidth limits, attenuation, noise, and interference (distinct from noise).
- SNR (dB) = 10 log₁₀(P_signal/P_noise); higher SNR means cleaner reception.
- Shannon capacity sets an absolute theoretical maximum information rate for any channel, given bandwidth and SNR.
- AM remains useful for long-range, narrow-bandwidth, or low-cost-receiver applications; FM dominates when fidelity and noise immunity matter more.
- Frequency-division multiplexing (different carrier frequencies per transmitter) is what allows many stations to share the spectrum.
Related Topics
Prerequisites: Analog Signal Fundamentals, Filters and Amplifiers, Oscillators
Related: Noise and Interference, Feedback Systems
Next: Noise and Interference, Analog Measurement Techniques