An amplitude modulated signal is a high-frequency carrier wave whose peak voltage (amplitude) is varied in direct proportion to the instantaneous voltage of a lower-frequency information signal. When you introduce amplitude modulation (AM) into a hardware design, it fundamentally changes your circuit from a linear baseband audio amplifier into a non-linear RF mixing stage that requires tuned impedance matching and bandpass filtering. Hobbyists and students commonly confuse the modulation index (the depth of the amplitude variation) with the carrier frequency itself, or they mistakenly assume AM is strictly obsolete outside of vintage broadcast radios, ignoring its critical role in modern aviation and digital telemetry.

Bench Reality Check: If you feed a 1 kHz audio tone into a standard Class-AB audio amplifier, you get a louder 1 kHz tone. If you want an amplitude modulated signal, you must multiply that 1 kHz tone with a high-frequency carrier (e.g., 1 MHz) using a non-linear component like a diode ring or a Gilbert cell mixer. Linear amplification cannot create AM.

The Math and Mechanics of Amplitude Modulation

To build or troubleshoot AM circuits, you need to understand how the baseband signal creates 'sidebands' in the frequency domain. The time-domain equation for a standard AM wave is:

V(t) = [V_c + V_m * sin(2π * f_m * t)] * sin(2π * f_c * t)

Where V_c and f_c are the carrier voltage and frequency, and V_m and f_m are the modulating (audio/data) voltage and frequency.

Worked Numeric Example

Let's say you are building a low-power AM transmitter for a bench test. You set your RF oscillator (carrier) to 1.000 MHz at 10V peak. You inject a 1 kHz audio test tone at 4V peak into the modulator.

  • Modulation Index (m): Calculated as V_m / V_c. Here, m = 4V / 10V = 0.4 (or 40% modulation depth).
  • Upper Sideband (USB): f_c + f_m = 1,000,000 Hz + 1,000 Hz = 1001 kHz.
  • Lower Sideband (LSB): f_c - f_m = 1,000,000 Hz - 1,000 Hz = 999 kHz.
  • Total Bandwidth: 2 * f_m = 2 kHz.

If you view this on a spectrum analyzer, you will see three distinct spikes: a massive center spike at 1000 kHz, and two smaller spikes at 999 kHz and 1001 kHz. The power distribution is highly inefficient; at 100% modulation (m=1), the carrier itself consumes 66% of the total transmitted power, while the actual information (the sidebands) splits the remaining 33%. This inefficiency is exactly why the ARRL Handbook notes that amateur radio operators largely abandoned standard AM for Single Sideband (SSB) decades ago.

Where You Meet Amplitude Modulated Signals in Practice

While FM and digital modes dominate consumer broadcasting and cellular networks, AM remains irreplaceable in specific engineering domains due to its physical properties.

ApplicationFrequency RangeWhy AM is Used Here
Aviation VHF Comms118.000 - 136.975 MHzAvoids the FM 'capture effect'. If two pilots transmit simultaneously, ATC hears a heterodyne squeal of both signals rather than just the louder one muting the weaker one.
AM Broadcast Band530 - 1700 kHzLegacy infrastructure and ground-wave propagation characteristics at medium wave frequencies (FCC AM Station Classes).
Quadrature AM (QAM)Wi-Fi, Cable ModemsCombines amplitude and phase modulation to pack multiple bits per symbol. Wi-Fi 6 uses 1024-QAM to achieve high throughput in dense environments.
RFID & Key Fobs125 kHz / 315 MHzSimple, low-cost ASK (Amplitude Shift Keying) modulation is cheap to implement on passive, unpowered tags.

Circuit Impact: What AM Changes on the Bench

Generating a clean amplitude modulated signal requires specific RF components. You cannot simply sum a carrier and an audio signal using an op-amp summing circuit; that just creates a composite waveform, not modulation. You must multiply them.

On the bench, this means utilizing a balanced modulator IC. The classic MC1496 or the SA612 (now largely obsolete but found in many legacy designs) uses a Gilbert cell topology to multiply the two inputs. If you are designing a modern circuit, you will likely use a Direct Digital Synthesis (DDS) chip like the AD9850 to generate the carrier, feeding it into an RF mixer alongside your baseband signal.

Impedance and Filtering: The output of an AM mixer contains the desired sidebands, but also the original baseband audio, the raw carrier (if not suppressed), and high-order harmonics. You must follow the mixer with a tuned LC bandpass filter. For a 1 MHz carrier with a 2 kHz bandwidth, your LC tank circuit requires a high Q-factor to pass the 999-1001 kHz band while aggressively attenuating the 1 kHz baseband bleed-through. If your filter Q is too low, your transmitted signal will have a severe 'hum' from the unfiltered audio tone.

Amplitude Modulated Signal FAQ

How do you measure the modulation index of an amplitude modulated signal on an oscilloscope?

Switch your oscilloscope to a time-domain view and trigger on the carrier envelope. You do not need to see the individual RF cycles; adjust the timebase so you see the smooth 'shape' of the audio envelope. Measure the maximum peak voltage of the envelope (V_max) and the minimum trough voltage (V_min). The modulation index (m) is calculated using the formula: m = (V_max - V_min) / (V_max + V_min). If V_max is 14V and V_min is 6V, your modulation index is (14-6)/(14+6) = 8/20 = 0.4, or 40%. If V_min hits 0V, you are at 100% modulation; if it crosses zero and spikes back up, you are overmodulated, which causes severe splatter and adjacent-channel interference.

Why is an amplitude modulated signal more susceptible to noise than FM?

Electrical noise—from lightning, brushed DC motors, or switching power supplies—manifests primarily as sudden, additive voltage spikes. Because an AM receiver's demodulator (usually a simple diode envelope detector) is specifically designed to track changes in voltage amplitude, it dutifully demodulates these noise spikes right alongside your intended signal, resulting in loud crackles and static. Frequency Modulation (FM), by contrast, encodes data in the zero-crossings (frequency) of the wave. FM receivers use 'limiter' amplifier stages to intentionally clip off the amplitude peaks, stripping away the noise before the signal reaches the demodulator.

What is the difference between double sideband and single sideband amplitude modulated signals?

Standard AM (often called Double Sideband Full Carrier, or DSB-FC) transmits the carrier wave plus both the upper and lower sidebands. This wastes massive amounts of power and spectrum, as both sidebands contain the exact same audio information. Single Sideband (SSB) uses a sharp mechanical or crystal filter at the transmitter to completely erase the carrier and one of the sidebands (usually the lower one for ham radio voice). SSB requires only half the bandwidth of standard AM and concentrates 100% of the transmitter's power into the single remaining sideband, making it vastly superior for long-distance (HF) communications where power and spectrum are strictly limited.