When you are aligning a transmitter or debugging a mixer IC like the SA612 on the bench, abstract textbook definitions of radio frequency (RF) theory rarely help. You need exact mathematical relationships to translate what you see on an oscilloscope into actionable adjustments. The core amplitude modulation formula bridges the gap between the audio message signal and the high-frequency carrier, dictating everything from your modulation index to your final power amplifier (PA) headroom requirements.
This guide strips away the symbol-free prose and gives you the exact equations, rearranged forms, and step-by-step worked examples you need to calculate modulation depth, carrier power, and envelope limits in real-world circuits.
The Core Amplitude Modulation Formula and Symbol Definitions
For a single-tone modulating signal, the time-domain voltage equation for an amplitude modulated (AM) wave is expressed as:
s(t) = Vc [1 + m · cos(2πfmt)] · cos(2πfct)
This equation describes the instantaneous voltage of the RF signal. The term inside the brackets, [1 + m · cos(2πfmt)], represents the slowly changing envelope of the signal, while the outer cosine term represents the high-frequency carrier oscillating within that envelope.
The modulation index (m), often expressed as a percentage, is the ratio of the message signal amplitude to the carrier signal amplitude:
m = Vm / Vc
Below is the definitive symbol table for these equations. Keep this referenced when taking bench measurements.
| Symbol | Description | Standard Unit | Bench Measurement Method |
|---|---|---|---|
s(t) |
Instantaneous voltage of the modulated AM signal | Volts (V) | Oscilloscope (RF probe, high bandwidth) |
Vc |
Peak amplitude of the unmodulated carrier signal | Volts (V) | Oscilloscope (carrier only, audio muted) |
Vm |
Peak amplitude of the modulating (audio/message) signal | Volts (V) | Oscilloscope or True-RMS DMM (audio input) |
m |
Modulation index (dimensionless ratio) | None (or %) | Calculated from envelope Vmax and Vmin |
fc |
Frequency of the carrier signal | Hertz (Hz) | Frequency counter or spectrum analyzer |
fm |
Frequency of the modulating (message) signal | Hertz (Hz) | Audio signal generator readout |
t |
Time | Seconds (s) | Oscilloscope timebase |
Real-World AM Parameters, Assumptions, and Limits
Before plugging numbers into the amplitude modulation formula, you must understand its underlying assumptions. This standard equation assumes linear modulation and a single-tone sinusoidal message. It also assumes an ideal multiplier or mixer stage (like an Analog Devices AD630 or NXP SA612) with no phase shift or harmonic distortion introduced by the active components.
When does this formula apply? It applies strictly to Double Sideband Full Carrier (DSB-FC) AM. It does not apply to Single Sideband (SSB), Suppressed Carrier (DSB-SC), or frequency/phase modulation schemes.
What does a realistic answer magnitude look like?
The modulation index m must be between 0 and 1.0 (0% to 100%) for clean, linear transmission. If m > 1.0, the carrier is overmodulated; the envelope crosses zero, causing severe phase reversals, envelope distortion, and out-of-band spectral "splatter" that will violate FCC or Ofcom emission masks. At the mixer IC output, Vc is typically in the 100 mV to 500 mV peak range. At a 100W transmitter's final PA output into a 50-ohm dummy load, Vc scales up to roughly 100V peak.
The table below outlines standard parameters for real-world AM systems to give you a baseline for expected values.
| Service Band | Carrier Freq Range | Max Audio Bandwidth | Typical / Max m |
Regulatory / Standard Reference |
|---|---|---|---|---|
| US AM Broadcast (MW) | 530 - 1700 kHz | 5 kHz (10 kHz channel) | 1.0 (100% peaks) | FCC 47 CFR Part 73 Subpart A |
| Shortwave (SW) Broadcast | 2.3 - 26.1 MHz | 4.5 kHz | 0.8 - 1.0 | ITU Radio Regulations |
| Aviation VHF Comm | 118 - 137 MHz | 3 kHz (8.33 kHz spacing) | 0.7 (voice average) | ICAO Annex 10 |
| Amateur Radio (HF AM) | 1.8 - 30 MHz | 2.7 - 3.0 kHz | ≤ 1.0 | ARRL AM Operating Guidelines |
Rearranged Forms and Bench Unit Pitfalls
On the bench, you rarely know Vm and Vc directly at the antenna. Instead, you measure the modulated envelope's maximum and minimum peak voltages (Vmax and Vmin) using oscilloscope cursors. Here are the rearranged forms of the amplitude modulation formula solving for each critical variable:
- Solve for Modulation Index (
m):m = (Vmax - Vmin) / (Vmax + Vmin) - Solve for Carrier Peak Voltage (
Vc):Vc = (Vmax + Vmin) / 2 - Solve for Message Peak Voltage (
Vm):Vm = (Vmax - Vmin) / 2 - Solve for Envelope Maximum (
Vmax):Vmax = Vc(1 + m) - Solve for Envelope Minimum (
Vmin):Vmin = Vc(1 - m) - Solve for Total Transmitted Power (
Pt):Pt = Pc(1 + m2/2)(wherePcis unmodulated carrier power)
The most common error when calculating m is mixing amplitude types. The formula m = Vm / Vc requires both voltages to be the same type: both Peak, both Peak-to-Peak, or both RMS. If your multimeter reads the carrier as 2.12V (RMS) and your oscilloscope reads the audio envelope swing as 1.5V (Peak), calculating m = 1.5 / 2.12 = 0.70 is mathematically invalid. The true peak carrier is 2.12 * √2 = 3.0V, making the true m = 1.5 / 3.0 = 0.50. Always convert to Peak voltage before dividing.
Worked Examples: Calculating Modulation and Power
Let us apply these formulas to two common bench scenarios, tracking units and intermediate steps precisely.
Problem 1: Oscilloscope Envelope Measurement and Power Calculation
Scenario: You are probing the output of a 50-ohm RF amplifier stage. With the audio tone applied, your oscilloscope cursors read an envelope maximum (Vmax) of 4.5 Vpp (peak-to-peak) and an envelope minimum (Vmin) of 1.5 Vpp. Calculate the modulation index (m), the unmodulated carrier power (Pc), and the total transmitted power (Pt).
- Calculate
m:m = (Vmax - Vmin) / (Vmax + Vmin)
m = (4.5 V - 1.5 V) / (4.5 V + 1.5 V) = 3.0 / 6.0 = 0.50(or 50% modulation). - Calculate unmodulated Carrier Peak Voltage (
Vc):
Note: The oscilloscope gave us Peak-to-Peak values. We must find the Peak-to-Peak carrier first, then convert to Peak.
Vc(pp) = (Vmax + Vmin) / 2 = (4.5 + 1.5) / 2 = 3.0 Vpp.
Peak voltageVc(p) = 3.0 / 2 = 1.5 Vpeak. - Calculate Carrier Power (
Pc) into 50 Ω:
First, find RMS voltage:Vrms = Vc(p) / √2 = 1.5 / 1.414 = 1.06 Vrms.
Pc = (Vrms)2 / R = (1.06)2 / 50 = 1.125 / 50 = 0.0225 W(or 22.5 mW). - Calculate Total Power (
Pt):
Pt = Pc(1 + m2/2) = 22.5 mW * (1 + (0.50)2/2)
Pt = 22.5 * (1 + 0.25/2) = 22.5 * 1.125 = 25.31 mW.
Bench Insight: At 50% modulation, the sidebands add exactly 12.5% more power to the baseline carrier.
Problem 2: Mixer IC Input Staging and Overmodulation Check
Scenario: You are feeding an NXP SA612 mixer IC. The local oscillator (carrier) input is set to Vc = 200 mVpeak. The audio amplifier feeding the message input is outputting Vm = 180 mVpeak. Determine the modulation index, check for overmodulation, and calculate the expected Vmax and Vmin at the mixer's RF output envelope.
- Calculate
m:
Ensure both units are in peak millivolts.
m = Vm / Vc = 180 mV / 200 mV = 0.90(90% modulation). - Check Limits:
Sincem = 0.90, and0.90 ≤ 1.0, the signal is not overmodulated. The envelope will not cross zero, avoiding phase-reversal distortion and spectral splatter. - Calculate Envelope Maximum (
Vmax):
Vmax = Vc(1 + m) = 200 mV * (1 + 0.90) = 200 * 1.90 = 380 mVpeak. - Calculate Envelope Minimum (
Vmin):
Vmin = Vc(1 - m) = 200 mV * (1 - 0.90) = 200 * 0.10 = 20 mVpeak.
Bench Insight: Pushing m to 0.90 leaves very little headroom. If the audio signal has transient peaks (like speech consonants) that exceed the 180 mV test tone, you will instantly overmodulate. In practical voice AM, set the average tone for m = 0.70 to allow 30% headroom for transient peaks.






