Asma Neji

The heart of modern data transmission.

Key Concepts:

Why It Matters: Essential for high-speed, reliable digital networks like 4G/5G.

Labs/Practice: Simulated QAM modulation and error correction; analyzed BER curves.

Tools Used: MATLAB, GNU Radio, NS3.

Lesson 3: Digital Communications

This is the heart of modern telecommunications. Almost everything in 4G, 5G, Wi-Fi, satellite links, fiber high-speed links, and even deep-space comms boils down to digital communications principles.

Lesson 1 gave you math and signals; Lesson 2 gave you sampling/filtering/LTI systems. Now we take bits → turn them into waveforms (modulation), protect them against noise/errors (coding), send them over channels, and measure how well they survive.

Why Digital Communications Is “The Heart”

1. Modulation – Turning Bits into Waveforms

Modulation maps bit groups to changes in carrier signal (amplitude, phase, frequency).

Advanced / Modern schemes

QPSK (Quadrature PSK)

QPSK Constellation Diagram

QAM (Quadrature Amplitude Modulation)

Combines amplitude + phase.

Higher order = more bits/Hz but needs higher SNR (points closer → more errors from noise).

16-QAM Constellation

OFDM (Orthogonal Frequency Division Multiplexing) – The king of wideband digital comms

Used in: Wi-Fi (802.11a/g/n/ac/ax), LTE, 5G NR, DAB, DVB-T, power-line comms.

Idea: Split wideband carrier into hundreds/thousands of narrow orthogonal subcarriers.
Each subcarrier carries low-rate data (usually QAM-modulated).
Orthogonality → no interference between subcarriers (even though spectra overlap).

Key features:

OFDM Transmitter/Receiver Block Diagram

OFDM Subcarriers Illustration

Why OFDM wins in mobile/wireless: Multipath fading is flat per subcarrier → simple one-tap equalizer per subcarrier.

2. Coding – Adding Intelligence to Fight Errors

Raw modulation is not enough — noise flips bits. Coding adds redundancy.

Error Detection (simple)

Error Correction

Convolutional Code Trellis Diagram

LDPC Factor Graph

Modern trend: 5G uses LDPC for data, Polar codes for control channels.

3. Performance Metrics – How We Judge Success

BER vs SNR Waterfall Curves

Observe:

How to Study & Practice This Lesson

Resources:

Hands-on (crucial):

Milestone Questions (Portfolio Showcase)

Master this → 4G/5G architectures, RF impairments, and security attacks will make sense.