Skip to main content

Vestigial Sideband Modulation (VSB)


 

Whenever you pass a signal through a low-pass filter, it does not cut the signal exactly at the transition edge. A real filter does not have an ideal stopband, so some unwanted frequency components always remain.
The same principle applies to VSB (Vestigial Sideband) modulation.

VSB is generated from a Double-Sideband Suppressed-Carrier (DSB-SC) signal. In DSB-SC, both the upper sideband (USB) and lower sideband (LSB) are present.
If we pass a DSB-SC signal through a low-pass filter in an attempt to extract only one sideband (like SSB), the filter cannot perfectly remove the unwanted sideband because practical filters have gradual roll-off.

Therefore, instead of extracting exactly one complete sideband, we keep one full sideband and allow a small portion of the other sideband to pass. This remaining portion is called the vestigial sideband.
Because of this added “vestige,” the bandwidth of VSB is slightly larger than the bandwidth of SSB-SC.

 
 

Vestigial Sideband Modulation (VSB)

Vestigial Sideband Modulation (VSB) is a form of amplitude modulation in which one sideband is transmitted completely while only a small part (vestige) of the other sideband is retained. It is commonly used in television broadcasting systems such as NTSC and PAL because it provides a trade-off between bandwidth efficiency and ease of filtering.

 

1. Generation of VSB

The message signal \( m(t) \) is multiplied with a carrier \( \cos(2\pi f_c t) \) to produce a double-sideband suppressed carrier (DSB-SC) signal:

$$ s_{\text{DSB}}(t) = m(t)\cos(2\pi f_c t) $$

The spectrum of this signal is:

$$ S_{\text{DSB}}(f) = \frac{1}{2}[M(f-f_c) + M(f+f_c)] $$

To convert DSB-SC into VSB, the signal is passed through a VSB filter whose frequency response \( H_{\text{VSB}}(f) \) suppresses most of one sideband while allowing a small “vestige” to remain. The resulting spectrum is:

$$ S_{\text{VSB}}(f) = S_{\text{DSB}}(f) \cdot H_{\text{VSB}}(f) $$

 

2. Frequency-Domain Representation

Let the upper sideband be passed completely and the lower sideband be partially attenuated. Then:

$$ S_{\text{VSB}}(f) = \frac{1}{2} M(f-f_c) + \frac{1}{2} M(f+f_c) \cdot H_{\text{VSB}}(f) $$

The vestigial portion ensures that the system maintains approximate symmetry around the carrier, which is necessary for distortion-free demodulation of low-frequency signals (important in video transmission).

 

3. Demodulation of VSB

Demodulation is performed using coherent detection:

$$ r(t) = s_{\text{VSB}}(t) \cdot 2\cos(2\pi f_c t) $$

In the frequency domain:

$$ R(f) = S_{\text{VSB}}(f-f_c) + S_{\text{VSB}}(f+f_c) $$

After low-pass filtering, the recovered message spectrum becomes:

$$ \hat{M}(f) = M(f)\cdot H_{\text{eq}}(f) $$

where the equivalent filter is:

$$ H_{\text{eq}}(f) = \frac{1}{2} \left[ 1 + H_{\text{VSB}}(f) \right] $$

If the vestigial filter is properly designed:

$$ H_{\text{eq}}(f) = 1 $$

ensuring distortion-free recovery.

 

4. Bandwidth Requirement

The bandwidth of a VSB signal is approximately:

$$ B_{\text{VSB}} = B + B_v $$

where \( B \) is the message bandwidth and \( B_v \) is the vestigial bandwidth (typically around 0.25 B in TV applications).

 

5. Applications of VSB

  • Analogue television transmission (NTSC, PAL)
  • High-quality broadcast systems with low-frequency components
  • Situations needing a balance between bandwidth and simplicity

 

6. Advantages

  • Lower bandwidth than conventional AM
  • Easier filtering than SSB
  • Good for signals with low-frequency content

 

7. Disadvantages

  • More complex than AM
  • Less bandwidth-efficient than pure SSB

 

VSB vs. SSB vs. DSB-SC Comparison

Feature DSB-SC SSB-SC VSB
Bandwidth 2W (Highest) W (Lowest) W + fv (Efficient)
Filter Complexity Simple Extremely High Moderate
Low-Frequency Info Preserved Lost Preserved
Primary Use Data Links Point-to-point Voice TV Broadcasting

Why is VSB specifically used for Television?

Television signals require a massive bandwidth (approx. 6 MHz). If we used standard **Double Sideband (DSB)**, we would waste double the frequency spectrum. However, using **Single Sideband (SSB)** is impossible for video because:

  • Low-Frequency Response: Video signals contain DC and low-frequency components that are vital for picture brightness. SSB filters would "cut" these off.
  • Practical Filtering: It is physically impossible to create a filter with a "brick-wall" vertical cut-off. VSB provides a guard band or vestige that allows for a gradual roll-off.
  • Standardization: The NTSC and PAL standards adopted VSB to ensure high-fidelity transmission of the "Luma" (brightness) signal.

Transition to Digital: 8-VSB Modulation

While traditional VSB was used for analog TV, modern digital broadcasting (specifically the ATSC standard used in North America) uses a variant called 8-VSB.

Key Fact: 8-VSB is an 8-level terrestrial broadcast system that can transmit approximately 19.3 Mbps of data in a single 6 MHz channel, allowing for High Definition (HD) video delivery over the air.

Frequently Asked Questions (FAQ)

Q1: What is the vestige in VSB?

The vestige is a small portion (typically 25%) of the unwanted sideband that is allowed to pass through the filter to ensure no vital information near the carrier frequency is lost.

Q2: Is VSB more efficient than AM?

Yes. VSB is much more bandwidth-efficient than standard Amplitude Modulation (AM) because it suppresses most of one sideband and the carrier, similar to SSB.

Q3: What is the main disadvantage of VSB?

The main disadvantage is the complexity of the receiver. Demodulation requires synchronous detection, and the filter design must account for the Nyquist Slope to prevent phase distortion.

Conclusion

Vestigial Sideband Modulation (VSB) remains a cornerstone of communication engineering. It represents the perfect engineering compromise—balancing the bandwidth efficiency of SSB with the practical filter realizability of DSB. Whether in legacy analog systems or modern digital ATSC standards, VSB ensures high-quality signal transmission with minimal spectral waste.

Further Reading

  1.  Double Side-band Suppressed Carrier (DSB-SC)
  2.  Single Side-band Suppressed Carrier (SSB-SC)


Contact Us

Name

Email *

Message *

Popular Posts

MATLAB Code for MUSIC

  MATLAB Code clc; clear; close all ; %% Step 1: Define Parameters M = 8; % Number of array sensors d = 0.5; % Sensor spacing (lambda/2) K = 2; % Number of signals N = 200; % Number of snapshots theta = [-20 30]; % True signal angles (degrees) SNR = 10; % Signal-to-noise ratio (dB) fprintf( 'Step 1: Parameters Initialized\n' ); %% Step 2: Generate Signal Sources t = 1:N; s1 = exp(1j*2*pi*0.05*t); s2 = exp(1j*2*pi*0.1*t); S = [s1; s2]; figure; plot(real(S(1,:))) title( 'Signal 1 (Real Part)' ) xlabel( 'Samples' ) ylabel( 'Amplitude' ) figure; plot(real(S(2,:))) title( 'Signal 2 (Real Part)' ) xlabel( 'Samples' ) ylabel( 'Amplitude' ) fprintf( 'Step 2: Source Signals Generated\n' ); %% Step 3: Construct Steering Matrix A = zeros(M,K); for k = 1:K A(:,k) = exp(-1j*2*pi*d*(0:M-1)'*sin(theta(k)*pi/180)); end fprintf( 'Step 3: Steering Matr...

MATLAB code for BER vs SNR for M-QAM, M-PSK, QPSK, BPSK (with Simulation)

🧮 MATLAB Code for BPSK, M-ary PSK, and M-ary QAM Together 🧮 MATLAB Code for M-ary QAM 🧮 MATLAB Code for M-ary PSK 📚 Further Reading MATLAB Script for BER vs. SNR for M-QAM, M-PSK, QPSK, BPSK % Written by Salim Wireless clc; clear; close all; snr_db = -5:2:25; psk_orders = [2, 4, 8, 16, 32]; qam_orders = [4, 16, 64, 256]; ber_psk_results = zeros(length(psk_orders), length(snr_db)); ber_qam_results = zeros(length(qam_orders), length(snr_db)); for i = 1:length(psk_orders) ber_psk_results(i, :) = berawgn(snr_db, 'psk', psk_orders(i), 'nondiff'); end for i = 1:length(qam_orders) ber_qam_results(i, :) = berawgn(snr_db, 'qam', qam_orders(i)); end figure; semilogy(snr_db, ber_psk_results(1, :), 'o-', 'LineWidth', 1.5, 'DisplayName', 'BPSK'); hold on; for i = 2:length(psk_orders) semilogy(snr_db, ber_psk_results(i, :), 'o-', 'DisplayName', sprintf('%d-PSK', psk_or...

Theoretical BER vs SNR for BPSK

Theoretical Bit Error Rate (BER) vs Signal-to-Noise Ratio (SNR) for BPSK in AWGN Channel Let’s simplify the explanation for the theoretical Bit Error Rate (BER) versus Signal-to-Noise Ratio (SNR) for Binary Phase Shift Keying (BPSK) in an Additive White Gaussian Noise (AWGN) channel. Key Points Fig. 1: Constellation Diagrams of BASK, BFSK, and BPSK [↗] BPSK Modulation Transmits one of two signals: +√Eb or −√Eb , where Eb is the energy per bit. These signals represent binary 0 and 1 . AWGN Channel The channel adds Gaussian noise with zero mean and variance N₀/2 (where N₀ is the noise power spectral density). Receiver Decision The receiver decides if the received signal is closer to +√Eb (for bit 0) or −√Eb (for bit 1) . Bit Error Rat...

PSD Calculation with FFT: MATLAB Tutorial for Signal Analysis

  Implementation Steps 1. FFT Computes the Frequency Content of a Signal FFT converts a time-domain signal to the frequency domain. If: The signal is sampled at rate $f_s$ You compute an $N_{\text{FFT}}$-point FFT Then each FFT bin corresponds to a frequency resolution of: $$\Delta f = \frac{f_s}{N_{\text{FFT}}}$$ So the FFT gives you accurate frequency content, assuming the signal is stationary and adequately sampled (Nyquist criterion met).  2. Magnitude Squared Gives Power (Not Amplitude) $$P[k] = |X[k]|^2$$ This gives power at each frequency bin, not just amplitude. It represents how much energy is present at each frequency. It's a key step for PSD.  3. Normalization Makes the PSD Physically Meaningful The equation: $$\text{PSD}[k] = \frac{|X[k]|^2}{N_{\text{FFT}} \cdot f_s \cdot U}$$ is derived from first principles and ensures that the u...

Direction of Arrival (DoA) Online Simulator (using MUSIC)

Interactive DOA Simulator X-axis XY angle (deg): 45 XZ angle (deg): 30 Noise: 0.05 Y-axis XY angle (deg): 60 YZ angle (deg): 45 Noise: 0.05 Z-axis XZ angle (deg): 60 YZ angle (deg): 30 Noise: 0.05 Estimated DOA (deg): 0 Simulation Workflow and Mathematical Background This simulator demonstrates Direction of Arrival (DOA) estimation using three-axis sensor signals (X, Y, Z), Maximal Ratio Combining (MRC) , and the MUSIC algorithm . It allows interactive control of signal angles and noise for teaching purposes. 1. Signal Generation A pure sinewave signal of frequency f is projected onto three axes using user-defined angles in different planes: X-axis: θ XY , θ XZ Y-axis: θ XY , θ YZ Z-axis: θ XZ , θ YZ Mathematically, for each time sample t : x(t) = s(t) * cos(θ_xy_x) * cos(θ_xz_x) + n_x(t) y(t) = s(t) * sin(θ_xy_y) * cos(θ_yz_y) + n_y(t) z(t) = s(t) * sin(θ_xz_z) * sin(θ_yz_z) + n_z(t) wh...

Power Spectral Density Calculation Using FFT in MATLAB

📘 📘 Overview 🧮 🧮 Steps to calculate 💻 🧮 MATLAB Codes 📚 📚 Further Reading Power spectral density (PSD) tells us how the power of a signal is distributed across different frequency components, whereas Fourier Magnitude gives you the amplitude (or strength) of each frequency component in the signal. Steps to calculate the PSD of a signal Firstly, calculate the fast Fourier transform (FFT) of a signal. Then, calculate the Fourier magnitude (absolute value) of the signal. Square the Fourier magnitude to get the power spectrum. To calculate the Power Spectral Density (PSD), divide the squared magnitude by the product of the sampling frequency (fs) and the total number of samples (N). Formula: PSD = |FFT|^2 / (fs * N) Sampling frequency (fs): The rate at which the continuous-time signal is sampled (in Hz). ...

OFDM Symbols and Subcarriers Explained

This article explains how OFDM (Orthogonal Frequency Division Multiplexing) symbols and subcarriers work. It covers modulation, mapping symbols to subcarriers, subcarrier frequency spacing, IFFT synthesis, cyclic prefix, and transmission. Step 1: Modulation First, modulate the input bitstream. For example, with 16-QAM , each group of 4 bits maps to one QAM symbol. Suppose we generate a sequence of QAM symbols: s0, s1, s2, s3, s4, s5, …, s63 Step 2: Mapping Symbols to Subcarriers Assume N sub = 8 subcarriers. Each OFDM symbol in the frequency domain contains 8 QAM symbols (one per subcarrier): Mapping (example) OFDM symbol 1 → s0, s1, s2, s3, s4, s5, s6, s7 OFDM symbol 2 → s8, s9, s10, s11, s12, s13, s14, s15 … OFDM sym...

MUSIC Algorithm Explained (with MATLAB + Simulator)

Practical Implementation of the MUSIC Algorithm The focus is on how the algorithm works computationally , not just theory, and it explains the denominator (a H E n E n H a) mathematically and intuitively. 1. Introduction The MUSIC (Multiple Signal Classification) algorithm is a high-resolution method used in signal processing and array processing to estimate the Direction of Arrival (DOA) of signals received by a sensor array. Unlike classical beamforming methods, MUSIC uses eigenvector decomposition of the covariance matrix to separate the signal subspace and noise subspace , allowing it to achieve much higher angular resolution. In practical implementations, MUSIC works by: Simulating or collecting array signals Computing the covariance matrix Performing eigenvalue decomposition Separating signal and noise subspaces Scanning possible angles using a steering vector Constructing a pseudo-spectrum where peaks indicate signal directions 2. Signal Mo...