Modulation Reference

Understanding analog modulation

A compact reference for how the main analog schemes in Precision Signal Lab behave, where they are used, and what the basic modulator and demodulator chains are doing.

1. Foundations

1.1 Terminology

Modulation moves a low-frequency information signal into a form that can be transmitted more effectively over a physical channel. The message signal m(t) contains the information, the carrier c(t) provides a higher-frequency transport waveform, and the modulator combines them so the channel sees a bandpass signal with useful spectral placement.

1.2 Core Notation
SymbolMeaningNotes
m(t)Message or baseband signalThe information-bearing waveform before modulation.
c(t)Carrier signalTypically a sinusoid at a much higher frequency than the message.
AcCarrier amplitudeControls carrier peak magnitude in the transmitted waveform.
fcCarrier frequencySets the spectral location of the modulated signal.
fmMessage frequencyUsed for tone examples or individual baseband components.
BMessage bandwidthHighest significant baseband frequency content.
a, kf, kpModulation sensitivity parametersSet AM depth, FM deviation sensitivity, or PM phase sensitivity.
1.3 General Signal Model
s(t) = F[m(t), c(t), modulation parameters]

In amplitude modulation, the message mainly affects carrier amplitude. In angle modulation, the message affects carrier phase or instantaneous frequency. The simulator exposes these parameter changes directly so the same message can be compared across different modulation families.

1.4 Bandwidth

If the message has bandwidth B, most AM variants occupy translated copies of that bandwidth around the carrier. DSB systems typically need 2B, SSB needs only B, and angle modulation often requires more bandwidth because sidebands spread according to deviation and message content. That is why bandwidth efficiency and noise performance usually trade against each other.

2. Amplitude Modulation

Amplitude modulation translates the message by changing the amplitude of a carrier. The center frequency stays fixed, while the sidebands mirror the message spectrum around the carrier. The main design tradeoff is usually between receiver simplicity, bandwidth, and power efficiency.

2.1 DSB-LC

Double-Sideband Large Carrier

Overview

DSB-LC is the classical AM form used when receiver simplicity matters. The carrier is transmitted along with both sidebands, so the envelope of the RF waveform visibly follows the message under normal modulation depth.

Signal Model
u(t) = Ac[1 + a mn(t)] cos(fct)
Interpretation

The message changes the amplitude of the carrier without changing its center frequency. The normalized message mn(t) keeps the modulation depth interpretable through a.

Typical Use
  • Broadcast AM radio and educational demonstrations.
  • Systems where envelope detection should work without carrier recovery.
Advantages
  • Simple transmitter structure and very simple demodulation.
  • Easy to visualize in time and frequency domains.
  • Carrier helps tuning and synchronization.
Limitations
  • Poor power efficiency because the carrier consumes most transmitted power.
  • Bandwidth is still 2B.
  • Overmodulation causes envelope distortion.
Modulator

Normalize or scale the message, add a DC offset, and multiply the result by the carrier. In block terms, the message controls a variable gain on the carrier path.

Demodulator

An envelope detector can recover the message when the envelope never crosses through itself. A coherent detector also works and is more accurate when distortion or noise become important.

2.2 DSB-SC

Double-Sideband Suppressed Carrier

Overview

DSB-SC removes the wasteful large carrier and transmits only the translated message spectrum. It is a natural stepping stone between basic AM and more advanced coherent systems.

Signal Model
u(t) = Ac m(t) cos(fct)
Interpretation

Direct multiplication shifts the message spectrum to positive and negative carrier offsets. Because the carrier term is not transmitted explicitly, coherent detection is required.

Typical Use
  • Product-modulator transmitters and coherent AM experiments.
  • Situations where carrier power should not be wasted.
Advantages
  • Better power efficiency than DSB-LC.
  • Straightforward spectral interpretation with upper and lower sidebands.
  • Good teaching model for synchronous detection.
Limitations
  • Still needs 2B of bandwidth.
  • Cannot use a simple envelope detector.
  • Receiver oscillator phase and frequency errors matter.
Modulator

Feed the message and the carrier into a multiplier. The output contains only the translated sidebands centered around plus and minus the carrier frequency.

Demodulator

Multiply the received signal by a synchronized local carrier, then apply a low-pass filter. The low-pass stage keeps the recovered baseband term and rejects the doubled-carrier component.

2.3 SSB

Single-Sideband Modulation

Overview

SSB transmits only one sideband, making it much more bandwidth- and power-efficient than ordinary AM. It is especially useful for speech and long-distance narrowband links.

Signal Model
u±(t) = Ac[m(t) cos(fct) m̂(t) sin(fct)]
Interpretation

The Hilbert-transform path creates a quadrature version of the message. When combined with cosine and sine carrier paths, one sideband cancels while the other remains.

Typical Use
  • HF voice communication and spectrum-constrained analog links.
  • Applications where bandwidth efficiency is more important than simplicity.
Advantages
  • Requires only B of bandwidth.
  • Transmits power into useful information-bearing spectrum instead of a large carrier.
  • Excellent fit for speech-heavy narrowband systems.
Limitations
  • More complicated modulation and demodulation chains.
  • Accurate tuning is necessary to avoid pitch shift and distortion.
  • Hilbert or filter-based sideband selection adds implementation cost.
Modulator

Create in-phase and quadrature message paths, then combine them so either the upper or lower sideband cancels. In DSP, a Hilbert transform is the clean way to form the quadrature message path.

Demodulator

Use coherent detection with a beat-frequency oscillator or product detector, then low-pass filter the baseband. Practical performance depends strongly on how accurately the receiver reinserts the carrier.

3. Angle Modulation

Angle modulation keeps the carrier amplitude constant and places the information into phase or frequency variation. That usually improves noise tolerance, but it also makes transmitter and receiver design more sophisticated and can increase occupied bandwidth.

3.1 FM

Frequency Modulation

Overview

FM encodes the message into instantaneous frequency deviation. The envelope ideally stays constant, which makes FM much less sensitive to amplitude noise than AM.

Signal Model
uFM(t) = Ac cos[fct + 2πkf0tm(τ)dτ + φ0]
Interpretation

The integral of the message becomes part of the carrier phase. When the message grows positive, instantaneous frequency moves upward; when it goes negative, instantaneous frequency moves downward.

Typical Use
  • Broadcast FM, telemetry, and analog links in noisy environments.
  • Systems that benefit from limiting and constant-envelope transmission.
Advantages
  • Strong immunity to amplitude noise.
  • Allows efficient nonlinear RF power amplification.
  • Very clear demonstration of deviation and bandwidth tradeoffs.
Limitations
  • Often needs substantially more bandwidth than AM.
  • Receiver design is more complex than simple envelope detection.
  • Deviation settings must be managed carefully relative to message bandwidth.
Modulator

Integrate the message, scale it by kf, and add the result to the carrier phase term. The carrier amplitude remains constant while frequency varies in time.

Demodulator

Use a frequency discriminator, a phase-locked loop, or another frequency-to-voltage mechanism, then low-pass filter the baseband output. Limiting is often used ahead of demodulation to suppress amplitude noise.

3.2 PM

Phase Modulation

Overview

PM encodes information directly into the carrier phase instead of the carrier amplitude. Like FM, it maintains a constant envelope and shares many practical receiver ideas with FM.

Signal Model
uPM(t) = Ac cos[fct + kpm(t) + φ0]
Interpretation

The message adds directly to the carrier phase. Rapid message changes therefore affect the instantaneous frequency, which is why FM and PM are closely related angle-modulation schemes.

Typical Use
  • Phase-sensitive analog systems and conceptual bridge toward digital PSK.
  • Analytical comparison against FM in angle-modulation studies.
Advantages
  • Constant-envelope behavior with good amplitude-noise tolerance.
  • Direct control over phase deviation.
  • Clear conceptual path to digital phase modulation.
Limitations
  • Receiver implementation is still more complex than AM.
  • High-frequency message content can create large phase excursions.
  • Bandwidth depends strongly on message content and sensitivity.
Modulator

Scale the message by kp and add it directly to the carrier phase. No explicit message integral appears in the standard PM model.

Demodulator

A phase detector or PLL estimates the instantaneous phase change, and a low-pass filter recovers the message. In many practical systems PM and FM receivers share a large amount of structure.

Relationship between phase and frequency

FM and PM are tightly linked because instantaneous frequency is the time derivative of phase. That means an FM modulator can be converted into PM by differentiating the message first, and a PM modulator can be converted into FM by integrating the message first. In practice, this relationship explains why their spectra often look similar even though the sensitivity parameters kf and kp act on different signal quantities.

4. Comparison

SchemeQuantityCarrierBandwidthComplexityEfficiencyRobustnessPrimary Use
DSB-LCEnvelope amplitudeLarge carrier transmitted2BLowLowModerateBroadcast AM and simple receivers
DSB-SCTranslated sidebands; coherent recovery requiredSuppressed2BMediumMediumModerateCoherent AM systems and product modulators
SSBSingle translated sidebandSuppressed or reinserted at receive sideBHighHighModerateHF voice and narrowband analog links
FMInstantaneous frequencyConstant-envelope carrierOften > 2BMedium-HighHigh RF efficiencyHighBroadcast radio, telemetry, noisy channels
PMInstantaneous phaseConstant-envelope carrierMessage-dependentMedium-HighHigh RF efficiencyHighPhase-sensitive analog links and conceptual bridge to PSK

Selection considerations

If simple demodulation matters

DSB-LC is the cleanest starting point because envelope detection is intuitive, visible in the time-domain plot, and easy to implement in hardware.

If spectrum matters

SSB is the most bandwidth-efficient analog voice option in the current set. It is the right choice when narrow channels or crowded spectrum dominate the design problem.

If noise rejection matters

FM and PM keep a constant envelope, so amplitude noise can be limited before demodulation. That is one reason angle modulation performs well in noisy analog radio links.