AM/FM Modulation: How Radio Carries Information

simulator intermediate ~10 min
Loading simulation...
AM modulation — message encoded in amplitude envelope

With AM modulation at index 0.5, the 3 Hz message signal is encoded as amplitude variations on the 40 Hz carrier. The bandwidth is approximately twice the message frequency.

Formula

AM: s(t) = [1 + m·cos(2πf_m·t)] · cos(2πf_c·t)
FM: s(t) = cos(2πf_c·t + β·sin(2πf_m·t))
Carson's bandwidth: B ≈ 2(Δf + f_m)

How Information Rides on Waves

Every radio station, Wi-Fi router, and Bluetooth device uses modulation to embed information onto a carrier wave. The carrier is a high-frequency sine wave that travels efficiently through the air, while the message is the audio, data, or video you actually want to transmit. Modulation is the process of imprinting one onto the other.

Amplitude Modulation: The Original Radio

AM was the first broadcast technology, dating to the early 1900s. The message signal controls the envelope (amplitude) of the carrier wave. It is simple to implement — a single diode can demodulate AM — but vulnerable to noise. Any interference that changes the signal amplitude directly corrupts the message. Despite this, AM radio persists because of its long range and simplicity.

Frequency Modulation: Cleaner Sound

Edwin Armstrong invented FM radio in the 1930s, encoding information as variations in the carrier's frequency rather than its amplitude. This makes FM inherently resistant to amplitude noise — static and interference barely affect the signal. The trade-off is wider bandwidth: an FM station occupies 200 kHz versus 10 kHz for AM. This is why FM sounds dramatically better.

Modern Modulation

Today's digital communications use sophisticated descendants of AM and FM. QAM (Quadrature Amplitude Modulation) combines both amplitude and phase variations to pack more data into each symbol. OFDM splits data across thousands of carriers. But the fundamental principle remains: information must be encoded onto a carrier wave, and the choice of how determines the system's capacity, robustness, and complexity.

FAQ

What is the difference between AM and FM modulation?

In AM (Amplitude Modulation), the information signal changes the amplitude (strength) of the carrier wave while keeping frequency constant. In FM (Frequency Modulation), the information changes the frequency of the carrier while keeping amplitude constant. FM is more noise-resistant but requires more bandwidth.

What is the modulation index?

For AM, the modulation index (m) is the ratio of the message amplitude to the carrier amplitude. Values above 1.0 cause over-modulation and distortion. For FM, the modulation index (β) is the ratio of the maximum frequency deviation to the message frequency — higher β means wider bandwidth but better noise performance.

Why does FM sound better than AM radio?

FM encodes information in frequency changes, which are unaffected by amplitude noise (static, interference). AM encodes information in amplitude, so any noise that changes the signal strength directly corrupts the message. FM also uses wider bandwidth, allowing higher audio fidelity.

What is Carson's bandwidth rule?

Carson's rule estimates FM bandwidth as B ≈ 2(Δf + fm), where Δf is the maximum frequency deviation and fm is the highest message frequency. For commercial FM radio with ±75 kHz deviation and 15 kHz audio, this gives B ≈ 180 kHz, which is why FM stations are spaced 200 kHz apart.

Sources

Embed

<iframe src="https://homo-deus.com/lab/signal-processing/am-fm-modulation/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub