The same word, two different physics
Open any modulation tool and you'll find a slider called Modulation index, sitting right next to Modulation type, Carrier frequency f_c, and Message frequency f_m. It looks like one parameter. It isn't. Flip the modulation type from AM to FM and that slider silently starts controlling a completely different physical quantity, and the tool's Occupied bandwidth (Hz) readout responds in a completely different way. If you've ever wondered why doubling the modulation index barely changes an AM spectrum but blows an FM spectrum wide open, this is why.
This matters beyond academic curiosity. Every AM broadcast station is legally capped by an occupied-bandwidth limit, every FM station is engineered around Carson's rule, and both fail in the same visible way — audible distortion — for completely different underlying reasons. Understanding the split between the two modulation index definitions is the fastest way to stop guessing and start predicting spectrum behavior.
AM: riding the message on the carrier's amplitude
Amplitude modulation multiplies the carrier's envelope by the message. For a single-tone message at frequency f_m modulating a carrier at f_c, the signal is:
s(t) = Ac * [1 + m * cos(2*pi*f_m*t)] * cos(2*pi*f_c*t)
Here m = Am / Ac is the modulation index — the ratio of the message amplitude to the carrier amplitude. It is dimensionless and, for a clean signal, must stay between 0 and 1.
Multiply that expression out with a product-to-sum identity and you get three spectral lines: the carrier at f_c, and two sidebands at f_c + f_m and f_c − f_m. That's the entire spectrum for single-tone AM. The Occupied bandwidth (Hz) is simply twice the message frequency:
BW_AM = 2 * f_m
Notice f_m alone sets the bandwidth. The modulation index doesn't appear in that formula at all — it controls how much power lives in the sidebands, not how wide they are. Push m past 1 and the envelope crosses zero and reverses phase; the detector can no longer trace the original message from the envelope, and the readout flags Overmodulation. This is the single most common AM fault in the field: an over-driven audio input clipping the transmitter, not a hardware failure.
FM: riding the message on the carrier's frequency
Frequency modulation keeps the amplitude constant and instead shifts the carrier's instantaneous frequency in proportion to the message:
f_inst(t) = f_c + (delta_f) * cos(2*pi*f_m*t)
where delta_f is the peak frequency deviation. In FM, the Modulation index slider now represents the deviation ratio:
beta = delta_f / f_m
There is no amplitude to overdrive, so "overmodulation" in the AM sense doesn't apply — FM's failure mode is different (excessive bandwidth eating into adjacent channels), which is why a well-built simulator only raises that flag in AM mode.
FM's spectrum isn't three lines; it's, in principle, infinite Bessel-function sidebands spaced f_m apart. In practice, almost all of that energy sits inside a band predicted by Carson's rule:
BW_FM = 2 * (delta_f + f_m) = 2 * f_m * (beta + 1)
This is where the two modulation types diverge sharply. In AM, cranking the index up to its maximum barely moves the bandwidth — it's fixed at 2*f_m regardless of m. In FM, cranking beta up directly and linearly expands the bandwidth. That's the whole reason FM broadcast needs 200 kHz channels while AM broadcast fits in 10 kHz: FM deliberately trades spectrum for noise immunity, and the modulation index is the dial that makes that trade.
A worked example: modulating a 5 kHz tone two ways
Let's put real numbers through both formulas, using a message frequency f_m = 5 kHz throughout so the comparison is direct.
AM case. Carrier frequency f_c = 1,000,000 Hz (1 MHz, a typical AM broadcast slot), message frequency f_m = 5,000 Hz, modulation index m = 0.7 (a healthy, non-clipping level).
Occupied bandwidth:
BW_AM = 2 * 5,000 Hz = 10,000 Hz
Power efficiency — the fraction of total transmitted power that actually carries information, rather than being wasted holding up the unmodulated carrier — for single-tone AM is:
eta = m^2 / (2 + m^2)
= 0.49 / 2.49
= 0.197 -> 19.7%
So even at a healthy m = 0.7, over 80% of the transmitter's power is spent broadcasting a carrier that carries zero information. Push m to its legal maximum of 1.0 and efficiency only rises to 33.3% — AM's structural ceiling. That's the real reason AM stations sound duller than FM at the same power budget: most of the wattage is dead weight.
FM case. Same f_c and f_m, but now interpret the modulation index as a deviation ratio. Set beta = 5 (equivalent to a peak deviation delta_f = 25,000 Hz, a moderate value for narrowband-to-wideband FM):
BW_FM = 2 * f_m * (beta + 1)
= 2 * 5,000 * 6
= 60,000 Hz
Six times wider than the AM channel for the same message frequency — and FM doesn't have a power-efficiency penalty the way AM does, because FM signals are constant-envelope; essentially all transmitted power is "useful" in that sense. The trade is bandwidth for signal quality, not power for signal quality.
Where the bandwidth number comes from — and where it lies
Carson's rule is an approximation that captures roughly 98% of FM signal power, not 100%. Push beta very low (narrowband FM, beta < 0.3) and Carson's rule converges toward BW = 2*f_m, which looks suspiciously like the AM formula — and for good reason, since narrowband FM and AM have structurally similar sideband spacing even though the physics generating them differs completely.
Push beta very high and Carson's rule slightly underestimates the true occupied bandwidth, which is why real broadcast engineering leaves headroom above the Carson's-rule number rather than treating it as a hard ceiling.
The practical pitfall engineers hit is comparing modulation index values across modes as if they meant the same thing. An "m = 5" in an AM system is nonsensical (it's deep into overmodulation territory, since AM is capped near 1); a "beta = 5" in FM is a completely ordinary, legal, well-behaved wideband signal. Always check Modulation type before reading the index value.
It's also worth noticing what stays fixed and what moves as you sweep Carrier frequency f_c. Neither the AM nor the FM bandwidth formula depends on f_c at all — f_c only sets where the occupied band sits in the spectrum, not how wide it is. That's a common point of confusion for anyone new to the topic: raising the carrier frequency doesn't "compress" or "spread" the signal, it just relocates an unchanged-width band further up the dial. Channel spacing in a broadcast band is entirely a function of f_m and, for FM, beta — never of f_c itself.
The narrowband FM edge case
One more subtlety worth internalizing: at very low beta, narrowband FM's Carson bandwidth converges toward 2*f_m, numerically identical to the AM formula. That convergence isn't a coincidence of the approximation — at small deviation, the FM signal's sidebands genuinely collapse toward the same two-sideband structure AM produces, just generated by phase rather than amplitude variation. This is exactly why narrowband FM (used heavily in two-way radio) behaves, bandwidth-wise, almost like AM, while wideband FM (broadcast audio) behaves nothing like it. The Modulation index slider is effectively a dial that walks a signal from "AM-like sideband structure" at one extreme to "wide, noise-resistant spread" at the other, and Carson's rule is what quantifies exactly where on that spectrum a given beta sits.
Try it yourself
The fastest way to build intuition for this split is to watch the spectrum and the Occupied bandwidth (Hz) readout move in real time as you change Modulation type with the message frequency held fixed. Push the AM modulation index past 1.0 and watch the Overmodulation flag trip while the bandwidth barely budges; switch to FM and watch the opposite happen.
You can run both scenarios directly in the AM/FM Modulation Simulator. If you want to go further into the signal-processing side of the same family, the site's autocorrelation tool is a natural next stop for understanding how a receiver actually recovers f_m from a noisy demodulated signal.
Top comments (0)