Amplitude modulation is the process of varying the peak voltage (amplitude) of a high-frequency carrier wave in direct proportion to the instantaneous voltage of a lower-frequency message signal. In a real RF circuit or installation, AM changes the physical envelope (the peak-to-peak voltage boundary) of the carrier wave without altering its underlying zero-crossing frequency. Beginners commonly confuse true modulation with simple signal addition (linear mixing); adding two sine waves on a breadboard merely creates low-frequency "beats" via superposition, whereas true AM requires multiplying the signals to generate distinct, permanent sideband frequencies.
The Core Mechanism: Multiplying, Not Adding
To truly define amplitude modulation from a circuit perspective, you have to look at the math of non-linear components. If you simply sum a 1 kHz audio tone and a 1 MHz RF carrier using an op-amp summing amplifier, the output is just a 1 MHz wave that wobbles slightly. A spectrum analyzer will only show two distinct spikes: one at 1 kHz and one at 1 MHz. No new frequencies are created.
True AM requires passing both signals through a non-linear device—like a diode, a bipolar junction transistor (BJT) biased in its non-linear region, or an analog multiplier IC (such as the AD633). This physical multiplication creates sum and difference frequencies, known as sidebands. According to the All About Circuits RF Textbook, the trigonometric identity for multiplying two cosine waves dictates that you will always generate the original carrier, plus an upper sideband (USB) and a lower sideband (LSB).
V_out(t) = [A_c + m(t)] × cos(ω_c × t)
Where A_c is the DC offset (carrier amplitude), m(t) is the message signal, and cos(ω_c × t) is the high-frequency carrier. The bracketed term forms the "envelope" that the carrier wave fills.
Worked Numeric Example: Calculating the AM Envelope
Let’s run a concrete numeric example to see how the modulation index (often denoted as m or μ) dictates the physical voltages you will measure on your oscilloscope.
- Carrier Signal: 1 MHz frequency, 10V peak amplitude (A_c = 10V)
- Message Signal: 1 kHz audio tone, 5V peak amplitude (A_m = 5V)
First, we calculate the modulation index:
With a 50% modulation index, we can determine the exact maximum and minimum voltages of the RF envelope that your oscilloscope will display:
- Maximum Envelope Voltage (V_max): A_c + A_m = 10V + 5V = 15V peak
- Minimum Envelope Voltage (V_min): A_c - A_m = 10V - 5V = 5V peak
On the frequency domain (spectrum analyzer), this 50% modulated signal produces three distinct spikes:
- Carrier: 1.000 MHz (Contains 88.8% of the total transmitted power)
- Upper Sideband (USB): 1.001 MHz (Contains 5.5% of total power)
- Lower Sideband (LSB): 0.999 MHz (Contains 5.5% of total power)
This highlights a major inefficiency of standard AM: at 100% modulation (m=1), the carrier still consumes 66.7% of your total transmitter power, despite carrying zero audio information. This is why amateur radio operators often use Single Sideband (SSB), which suppresses the carrier and one sideband to concentrate all power into the remaining audio data.
Where You Meet Amplitude Modulation in Practice
While digital protocols dominate modern consumer electronics, AM remains foundational in several critical, real-world installations:
- Aviation VHF Communications (118 MHz - 137 MHz): Air traffic control relies on AM, not FM. Why? FM suffers from the "capture effect," where a stronger signal completely drowns out a weaker one on the same frequency. In aviation, if two pilots transmit simultaneously, AM allows the controller to hear a heterodyne squeal and the overlapping audio of both stations, ensuring a weaker distress call isn't entirely masked by a stronger routine transmission.
- Medium Wave (MW) Broadcast Radio: The classic 530–1700 kHz AM dial. The long wavelengths propagate via ground-wave and skywave (ionospheric bounce), allowing regional coverage that FM cannot match, albeit with lower audio fidelity.
- Quadrature Amplitude Modulation (QAM): If you use Wi-Fi 6 or a cable modem, you are using QAM. As detailed by Electronics Tutorials, QAM combines amplitude modulation with phase modulation to pack multiple bits into a single symbol, enabling gigabit data rates over limited bandwidths.
- RFID and NFC Tags: Many passive 13.56 MHz RFID systems use load modulation, a variant of AM where the tag alters the amplitude of the reader's magnetic field to send its ID back to the base station.
Bench Scenario: When the Modulation Index Goes Wrong
Theory is clean, but the workbench is messy. Here is a real-world scenario demonstrating what happens when you ignore the modulation index limits in a practical RF build.
Setup: You are building a low-power 433 MHz ASK (Amplitude Shift Keying—the digital equivalent of AM) transmitter for a custom garage door opener. You use a simple BJT Colpitts oscillator for the 433.92 MHz carrier and feed a 5V digital square wave from a microcontroller directly into the oscillator's bias network to modulate the amplitude.
Numbers: The oscillator's bias point is set to 3V. You inject a 0V to 5V digital signal. When the signal hits 5V, the bias swings wildly, pushing the modulation index well past 1.0 (overmodulation). When it hits 0V, the transistor cuts off completely.
Outcome: On the bench, the receiver (a cheap superheterodyne RXB6 module) outputs garbled, smeared pulses. The microcontroller's 1s and 0s are indistinguishable, and the garage door motor refuses to trigger. Furthermore, a spectrum analyzer shows massive "splatter" (spectral regrowth) bleeding into the adjacent 433.80 MHz and 434.00 MHz bands.
What Went Wrong: Overmodulation (m > 1) causes the RF envelope to hit zero volts and "pinch off." Because the BJT is a non-linear device, slamming it into cutoff and saturation creates severe harmonic distortion. Worse, in a simple Colpitts oscillator, drastic changes in the transistor's operating point alter its internal junction capacitance. This causes incidental FM (frequency pulling)—meaning your AM transmitter is accidentally chirping in frequency every time the amplitude collapses. The RXB6 receiver's narrow IF filters reject these frequency-shifted pulses, destroying your data.
Frequently Asked Questions
Q: Why does AM radio sound so much worse than FM radio?
A: It comes down to bandwidth and noise susceptibility. Standard AM broadcast limits the audio message to roughly 5 kHz to conserve spectrum space, cutting off high-frequency treble. More importantly, AM detectors respond to voltage spikes. Lightning strikes, brushed DC motors, and switching power supplies create massive voltage transients that the AM receiver interprets as loud, crackling audio noise. FM receivers, by contrast, use limiters to strip away amplitude noise before demodulation.
Q: Can I demodulate an AM signal without a complex local oscillator?
A: Yes. The simplest AM demodulator is the "envelope detector," consisting of a single Schottky diode, a resistor, and a capacitor. The diode rectifies the RF signal, and the RC low-pass filter smooths out the high-frequency carrier, leaving only the low-frequency message envelope. This is exactly how crystal radios work without any external power source.
Q: Is Pulse Width Modulation (PWM) for motor control a form of Amplitude Modulation?
A: No. While PWM varies the average voltage delivered to a load by changing the duty cycle of a square wave, it does not modulate the amplitude of a continuous high-frequency sinusoidal carrier to create sidebands. PWM is a baseband power-control technique, whereas AM is a passband RF communication technique.






