Single Sideband (SSB) and Vestigial Sideband (VSB) Modulation: Detailed Study
Single Sideband SSB and Vestigial Sideband VSB are frequency-domain refinements of Amplitude Modulation (AM) that trade bandwidth, distortion tolerance, and implementation complexity.
At a conceptual level, both techniques are about shaping the spectrum around a carrier so that—relative to conventional AM—you suppress or reduce unnecessary mirrored information at (message frequency). Conventional AM produces two sidebands (upper and lower). SSB attempts to transmit only one of them, while VSB transmits almost all of one sideband and only part of the other to enable practical transmitter/receiver filters.
Key spectral relationships
Let the message be with spectrum and assume a single-tone message . For conventional AM with carrier , the spectrum contains:
- Carrier at
- Upper sideband at
- Lower sideband at
SSB aims to keep only one of (and often keeps/omits depending on “transmit-carrier” vs “suppressed-carrier” formats). VSB keeps nearly all of one sideband and only a partial strip of the other, typically to relax the steepness required of analog filters.
Visual intuition (frequency translation)
SSB Modulation (Conceptual) & Sideband Filtering
Mathematical foundations: from AM to SSB/VSB
Conventional AM (baseline)
A standard AM waveform can be written as:
where is a normalized message and is the modulation index. In the frequency domain, modulation shifts the message spectrum to and yields both sidebands.
SSB as “complex modulation + spectral selection”
A common theoretical representation uses an analytic-signal viewpoint: if you can generate a quadrature replica (a phase-shifted version) of the carrier, you can form a linear combination that cancels one sideband.
For a message with transform , SSB produces:
- If the upper sideband is transmitted: the spectrum occupies (plus possibly carrier)
- If the lower sideband is transmitted: the spectrum occupies (plus possibly carrier)
That “cancellation” occurs because one of the translated components is forced to add destructively in the time domain, which corresponds to suppressing one translated band in frequency.
VSB as “partial sideband passage”
VSB can be viewed as:
- Fully transmitting the desired sideband (say, the upper) with minimal attenuation distortion in its main region.
- Passing only a fraction (the “vestige”) of the undesired sideband, typically near where bandwidth efficiency and filter design requirements can be balanced.
The “vestige” exists because an ideal brick-wall filter is hard to realize in practice; VSB uses a practical filter transition band to reduce implementation cost.
Spectral comparison: AM vs SSB vs VSB
Band occupancy (message bandwidth around baseband)
Assume message occupies in positive-frequency terms.
- AM: both sidebands span → total RF bandwidth approximately
- SSB: only one sideband spans width → RF bandwidth approximately
- VSB: one sideband spans width while the other spans a smaller width (transition/vestige) → RF bandwidth between and
Key bandwidth idea (rule of thumb)
Note: exact numbers depend on how is defined by the system’s allowable attenuation and filter roll-off requirements.
SSB Generation via the Phasing (Quadrature) Method
- 1Step 1
Generate and create two carriers in quadrature: and (often with an analog 90° network).
- 2Step 2
Multiply by the in-phase carrier and by the quadrature carrier to obtain two intermediate AM-like components at RF.
- 3Step 3
Combine the two products with a specific sign and gain so that one of the translated bands cancels in frequency; equivalently, you enforce the required quadrature relationship across the message band.
- 4Step 4
In practice, additional filtering (or a phase-correct filter) ensures the undesired sideband is sufficiently suppressed.
- 5Step 5
If the system needs a pilot/carrier, add it; otherwise suppress it to maximize power efficiency in the sideband.
SSB Generation via Filter Method (Single Sideband Filtering)
- 1Step 1
Create a signal containing both sidebands (often with carrier suppressed at the mixer stage).
- 2Step 2
Use a narrow passband filter centered at either (USB) or (LSB) to remove the other.
- 3Step 3
Because practical filters aren’t ideal, designers correct group delay/amplitude response so demodulation remains linear.
- 4Step 4
Check that residual unwanted sideband energy is below system limits (measured by spectrum analyzer or test receiver).
Pro Tip: Quadrature accuracy matters
In quadrature-based SSB generation, small phase/gain errors cause leakage of the “supposedly cancelled” sideband. Treat the 90° phase shifter and scaling as a calibration problem, not just a wiring problem.
Warning: SSB is sensitive to frequency-selective distortion
If the SSB filter (or phasing network) has ripple or non-flat group delay, the demodulated message can exhibit amplitude distortion and intermodulation. Always evaluate time-domain equivalent distortion, not only magnitude response.
SSB Receiver Concepts: Coherent vs Noncoherent Demodulation
SSB demodulation generally requires a coherent frequency reference (a local oscillator near ). Once you have a correct LO:
- Mix the received RF with the LO to translate the selected sideband down to baseband.
- Use a lowpass filter to isolate the message content.
- Optionally correct for phase to recover the correct real-valued message.
Mermaid block diagram
VSB: why it exists and how it differs from SSB
VSB exists largely due to practical filtering constraints:
- Perfect suppression of the unwanted sideband is expensive/imprecise with real-world analog filters.
- VSB relaxes the required filter steepness: instead of “stopband all the way,” you allow a controlled “vestige” (partial pass) near the carrier.
Typical spectral idea
If the upper sideband is “full,” VSB still allows some of the lower sideband near to pass. This can significantly reduce:
- transition-band requirements,
- filter order,
- insertion loss,
- group delay ripple.
VSB is historically important in broadcast systems (e.g., television standards) because bandwidth and receiver implementation complexity must be balanced.
Design Progression: AM → SSB → VSB
Two-sideband efficiency
AM baselineConventional AM transmits both upper and lower sidebands, using roughly double the necessary bandwidth for a given message."
Bandwidth and power optimization
SSB objectiveSelect one sideband only (often suppress the carrier) to reduce bandwidth to about the message bandwidth."
Practical filter realizability
VSB compromiseTransmit one sideband essentially fully, and allow partial passage of the other to ease filter steepness."
Approximate RF Bandwidth vs Modulation Type
Assume message bandwidth and vestige width (transition/partial pass). Exact values depend on system specs.
Concept Checks & Edge Cases
SSB & VSB Quick Recall Deck
Knowledge Check
Which statement best describes Single Sideband (SSB) modulation?
Explore Related Topics
Virtual Memory, Its Implementation, and the Role of the TLB
Virtual memory abstracts physical RAM by giving each process a large contiguous logical address space, implemented with paging, page tables, and a Translation Lookaside Buffer (TLB) that caches recent translations.
- Provides protection, simplifies programming, enables demand paging and sharing of code/pages.
- Virtual address = (VPN, offset); physical address = (PFN, offset) with VPN → PFN via TLB or page‑table walk.
- Effective access time: , so high TLB hit rate is critical.
- Multi‑level page tables reduce memory use for sparse address spaces.
- TLB reach = (entries) × (page size); exceeding it causes TLB thrashing and performance loss.
Virtual Private Database (VPD): Predicate-Based Database Security
CRC Sender-Side and Receiver-Side Steps (with Worked Examples)