Skip to main content

DSB-SC Modulation and Demodulation


Double-sideband suppressed-carrier transmission (DSB-SC) is transmission in which frequencies produced by amplitude modulation (AM) are symmetrically spaced above and below the carrier frequency and the carrier level is reduced to the lowest practical level, ideally being completely suppressed.

In the DSB-SC modulation, unlike in AM, the wave carrier is not transmitted; thus, much of the power is distributed between the sidebands, which implies an increase of the cover in DSB-SC, compared to AM, for the same power use.

DSB-SC transmission is a special case of double-sideband reduced carrier transmission. It is used for radio data systems. This model is frequently used in Amateur radio voice communications, especially on High-Frequency bands.

Spectrum

DSB-SC is basically an amplitude modulation wave without the carrier, therefore reducing power waste, and making it more efficient. This is an increase compared to normal AM transmission (DSB) that has a maximum efficiency of 33.3% since 2/3 of the power is in the carrier which conveys no useful information and both sidebands contain identical copies of the same information. Single Side Band Suppressed Carrier (SSB-SC) is 100% efficient.

DSB-SC Spectrum Diagram

DSB-SC Modulator

DSB-SC is generated by a mixer. In its most common application, two signals are applied to a mixer, and it produces new signals at the sum and difference of the original frequencies. This consists of a message signal multiplied by a carrier signal. The mathematical representation of this process is shown below, where the product-to-sum trigonometric identity is used.

Vmcos(ωmt) X Vccos(ωct) = (VmVc/2) [cos((ωm + ωc)t) + cos((ωm - ωc)t)]
(Modulated signal)

Where, Vmcos(ωmt) is the message signal
             Vccos(ωct) is the carrier signal

Modulator Block Diagram

Normal AM modulation vs DSB-SC

Normal AM modulation process is represented as:

xAM(t) = Ac[1 + mx(t)]cosêž·ct

where m is the modulation index. In case of AM Modulation carrier is modulated by varying amplitude linearly proportional to baseband signal.

AM vs DSB-SC Waveform

Theoretically, the amplitude-modulated wave has three frequencies. Those are carrier frequency fc, upper sideband frequency fc + fm, and lower sideband frequency fc - fm. After modulation, this signal in the frequency domain looks like this:

Frequency Domain Representation

We know the information is in sidebands. So there is no need to send only carrier frequency when it consumes 50% of the total transmitted power. This system will be more efficient when we send only a single sideband as sidebands containing identical copies of the same information and construct another sideband from the transmitted one. We basically follow this procedure in a single sideband suppressed carrier (SSB-SC) modulation process.

Efficiency of DSB-SC modulation

PAM = 0.5Ac2 + 0.25m2Ac2

Where sidebands contain power 0.25m2Ac2 (say, Psb) and carrier frequency contains power 0.5Ac2 (say Pc). In the case of DSB-SC we transmit sidebands and suppress the carrier. So, efficiency of a DSB-SC signal is calculated as:

Õ² = [Psb / (Pc + Psb)]
= [0.25m2Ac2 / (0.5Ac2 + 0.25m2Ac2)] < (1/3)

For AM, less than 33% of the power is in the sidebands. For DSB, 100% of the power is the sidebands.

DSB-SC Detector

For DSBSC, Coherent Demodulation is done by multiplying the DSB-SC signal with the carrier signal (with the same phase as in the modulation process) just like the modulation process. This resultant signal is then passed through a low pass filter to produce a scaled version of the original message signal.

(VmVc/2) [cos((ωm + ωc)t) + cos((ωm - ωc)t)] X Vc‘ cos(ωct)
= (1/2. Vc. Vc‘)Vm cos(ωmt) + (1/4. Vc. Vc‘Vm) [cos((ωm + 2ωc)t) + cos((ωm - 2ωc)t)]

The equation above shows that by multiplying the modulated signal by the carrier signal, the result is a scaled version of the original message signal plus a second term. Since ωc >> ωm, this second term is much higher in frequency than the original message signal. Once the signal passes through a lowpass filter, the higher frequency component is removed, leaving the original message signal.

Q & A and Summary

Q1: What does DSB-SC stand for, and how does it differ from conventional AM?

DSB-SC stands for Double Sideband Suppressed Carrier. Unlike conventional Amplitude Modulation (AM), which transmits the carrier along with the sidebands, DSB-SC suppresses the carrier, transmitting only the sidebands. This results in more power efficiency and bandwidth utilization.

Q2: What is the mathematical expression for a DSB-SC modulated signal?

The DSB-SC signal \( s(t) \) is given by: \( s(t) = A_c m(t) \cos(2\pi f_c t) \)
where \( A_c \) is the carrier amplitude, \( m(t) \) is the message signal, and \( f_c \) is the carrier frequency.

Q3: Why is the carrier not transmitted in DSB-SC?

The carrier does not contain useful information. Transmitting it would waste power. By suppressing the carrier, DSB-SC systems become more energy-efficient.

Q4: Explain the frequency domain representation of DSB-SC.

The frequency-domain representation is: \( S(j\omega) = \frac{1}{2} \left[ M(j(\omega - \omega_c)) + M(j(\omega + \omega_c)) \right] \)
This shows that the message spectrum is shifted to both \( +\omega_c \) and \( -\omega_c \), creating upper and lower sidebands.

Q5: What is the role of a coherent detector in DSB-SC demodulation?

A coherent detector multiplies the received signal with a locally generated carrier that is in phase and frequency sync with the original. Any phase or frequency mismatch results in distortion of the demodulated signal.

Q6: What distortion occurs if synchronization is not perfect during demodulation?

Imperfect synchronization leads to phase or frequency mismatch. This results in signal distortion and loss of message fidelity during recovery.

Q7: Why is a Low Pass Filter (LPF) used after coherent detection?

After coherent detection, the product contains both baseband and high-frequency components (at double the carrier frequency). The LPF removes high-frequency components, isolating the original baseband message.

Q8: What happens in the frequency spectrum when a message signal is modulated using DSB-SC?

The spectrum of the message signal \( M(j\omega) \) is shifted to center around \( +\omega_c \) and \( -\omega_c \). This produces two symmetrical sidebands (USB and LSB) and the carrier is not present.

Q9: Can DSB-SC be demodulated without using the exact same carrier frequency?

No, DSB-SC requires exact carrier frequency and phase for coherent demodulation. Any deviation leads to inaccurate recovery of the message signal.

Q10: What are the key advantages and disadvantages of DSB-SC?

Advantages: Efficient use of power, better bandwidth usage.
Disadvantages: Requires complex coherent detection and exact carrier synchronization.

Message Signal

Carrier Signal

Modulated Signal (DSB-SC)

Demodulated Signal



Contact Us

Name

Email *

Message *

Popular Posts

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...

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...

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). ...

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...

UGC NET Electronic Science Previous Year Question Papers with Solutions

Home / Engineering & Other Exams / UGC NET 2026 PYQ ⬇️ Download Papers and Solutions 📋 Exam Pattern 💡 Preparation Tips ❓ FAQs 📊 Exam Highlights: Electronic Science (88) Feature Details Junior Research Fellowship (JRF) ₹37,000 + HRA per month Eligibility M.Sc/M.Tech in Electronics (55%) Validity of Certificate JRF (3 Years) | Lectureship (Lifetime) 📥 Download UGC NET Electronics PDFs Complete collection of previous year question papers, answer keys and explanations for Subject Code 88. Start Downloading 📂 View All Question Papers June 2025 - Question Paper Download PDF June 2025 - Solved Paper + Explanation ...