0% found this document useful (0 votes)
10 views82 pages

Topic Notes Preparation: OFDM Basics: Multi-Carrier Transmission

The document outlines the preparation of detailed notes on Orthogonal Frequency Division Multiplexing (OFDM), focusing on its basics, modulation, demodulation, and Bit Error Rate (BER). It explains the concept of multi-carrier transmission, the architecture of OFDM systems, and the advantages and limitations of OFDM. Additionally, it discusses the factors affecting BER in OFDM systems and provides formulas and examples for better understanding.

Uploaded by

Ria Dhankhar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views82 pages

Topic Notes Preparation: OFDM Basics: Multi-Carrier Transmission

The document outlines the preparation of detailed notes on Orthogonal Frequency Division Multiplexing (OFDM), focusing on its basics, modulation, demodulation, and Bit Error Rate (BER). It explains the concept of multi-carrier transmission, the architecture of OFDM systems, and the advantages and limitations of OFDM. Additionally, it discusses the factors affecting BER in OFDM systems and provides formulas and examples for better understanding.

Uploaded by

Ria Dhankhar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Topic notes preparation

so prepare detailed notes for 2-3 pg of each topic so that i can understand that topic better

Perfect! Let’s organize this efficiently so that each topic gets a detailed 2–3 page explanation with
clarity, examples, and diagrams where needed. Since you want understanding-oriented notes, I’ll
make them comprehensive, not just bullet points.

Before I start, I need a bit of clarification:

Do you want me to start with OFDM topics (like you mentioned before), or do you have a list of all
topics for which I should prepare 2–3 pages each? This will help me structure the notes sequentially.

OFDM Basics: Multi-carrier transmission;

Great! Let’s dive into OFDM Basics: Multi-Carrier Transmission and prepare detailed, understanding-
oriented notes that would roughly fill 2–3 pages if written in a document. I’ll break it into sections with
explanations, diagrams (you can draw or imagine), examples, and key points.

OFDM Basics: Multi-Carrier Transmission

1. Introduction
Orthogonal Frequency Division Multiplexing (OFDM) is a digital multi-carrier modulation technique
widely used in modern wireless communication systems like Wi-Fi, LTE, 5G, DVB-T, and more.

The main idea: Instead of transmitting data over a single high-rate carrier, OFDM splits the data
into multiple lower-rate streams, each transmitted over a separate subcarrier.
These subcarriers are orthogonal to each other, allowing them to overlap in frequency without
causing interference.

Why multi-carrier?

High-rate single-carrier systems are sensitive to inter-symbol interference (ISI) caused by


multipath propagation.
By splitting the data into many low-rate streams, OFDM reduces ISI and makes channel
equalization simpler.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 1/82
2. Concept of Multi-Carrier Transmission
2.1 Single Carrier vs Multi-Carrier

Feature Single Carrier Multi-Carrier (OFDM)


Data rate per carrier High Low

Symbol duration Short Long

ISI sensitivity High Low

Equalization Complex Simple (per subcarrier)

Single carrier transmits data at a high bit rate on a single frequency. Multipath causes ISI,
requiring complex equalizers.

Multi-carrier divides data into N parallel low-rate streams, each modulating a separate carrier
frequency. Longer symbol duration reduces ISI.

2.2 Subcarriers and Orthogonality

Orthogonality condition:
T
∫ ​
cos(2πfi t) cos(2πfj t)dt = 0 for i =
​ ​
j
0

Subcarriers are spaced at integer multiples of 1/T, where T = symbol duration.


Because of orthogonality, subcarriers overlap in frequency but do not interfere.

Illustration:

Imagine 4 subcarriers: f1, f2, f3, f4.

Each peaks at its own frequency, and zero crossings of one subcarrier coincide with the peaks
of others.

3. OFDM System Architecture


3.1 Transmitter Side

1. Input data stream → split into N parallel streams.


2. Each stream modulates a subcarrier (e.g., using QAM or PSK).

3. IFFT (Inverse Fast Fourier Transform) is applied to generate the time-domain OFDM signal.

4. Cyclic prefix (CP) is added to combat ISI.


5. Signal is converted to analog and transmitted.

3.2 Receiver Side

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 2/82
1. Receive the time-domain OFDM signal.

2. Remove cyclic prefix.

3. Apply FFT to recover frequency-domain subcarriers.


4. Demodulate each subcarrier to retrieve original data streams.

Block diagram (simplified):

powershell

Transmitter: Data → Serial to Parallel → Modulation → IFFT → CP → DAC → Channel


Receiver: Channel → ADC → Remove CP → FFT → Demodulation → Parallel to Serial → Data

4. Key Features of OFDM


1. High spectral efficiency: Overlapping orthogonal subcarriers allow dense frequency packing.

2. Robustness to multipath: Long symbol duration + cyclic prefix reduces ISI.

3. Simple equalization: Each subcarrier experiences flat fading, making equalization simpler.

4. Flexible bandwidth allocation: Can assign different numbers of subcarriers to different users.

5. Advantages and Limitations


Advantages

Efficient in frequency-selective fading channels.

Supports high data rates.

Resistant to narrowband interference.


Compatible with MIMO (Multiple Input Multiple Output) systems.

Limitations

Sensitive to frequency offset and phase noise.


Requires precise timing synchronization.

High peak-to-average power ratio (PAPR) → power amplifier must handle peaks efficiently.

6. Applications
Wi-Fi (802.11a/g/n/ac/ax)

LTE and 5G NR
Digital Video Broadcasting (DVB-T, DVB-T2)

Powerline Communication

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 3/82
7. Example
Suppose we have a 4 MHz channel, and we divide it into 4 subcarriers:

Subcarrier Bandwidth Data rate


f1 1 MHz 250 kbps
f2 1 MHz 250 kbps

f3 1 MHz 250 kbps


f4 1 MHz 250 kbps

Each subcarrier transmits low-rate data, reducing ISI and making the system robust to multipath.

8. Summary
OFDM is a multi-carrier technique using orthogonal subcarriers.

Converts a frequency-selective fading channel into multiple flat-fading channels.


Achieves high data rates, robustness, and spectral efficiency.
Core building blocks: FFT/IFFT, cyclic prefix, modulation.

If you want, I can prepare the next section on “OFDM System Design Issues” in the same 2–3 page
detailed format, including ISI, PAPR, frequency offset, and channel estimation.
Do you want me to proceed with that next?

OFDM modulation & demodulation

Perfect! Let’s prepare detailed notes on OFDM Modulation & Demodulation in the same 2–3 page
understanding-oriented format. I’ll break it down systematically.

OFDM Modulation & Demodulation

1. Introduction
OFDM (Orthogonal Frequency Division Multiplexing) transmits data using multiple orthogonal
subcarriers. The modulation process converts digital data into time-domain OFDM signals, while
demodulation recovers the original data from the received signal.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 4/82
Modulation and demodulation in OFDM are efficiently implemented using IFFT and FFT,
respectively.

This approach simplifies multi-carrier generation and detection compared to traditional analog
methods.

2. OFDM Modulation Process


The modulation process converts a serial digital data stream into an orthogonal multi-carrier signal.

2.1 Steps in OFDM Modulation

1. Serial to Parallel Conversion

Input data stream is split into N parallel streams, each corresponding to a subcarrier.
Reduces symbol rate per subcarrier, making the system less sensitive to multipath.
2. Digital Modulation

Each parallel stream is modulated using a digital modulation scheme like QAM (Quadrature
Amplitude Modulation) or PSK (Phase Shift Keying).
Example: 16-QAM maps 4 bits per symbol on each subcarrier.

3. IFFT (Inverse Fast Fourier Transform)


Converts frequency-domain data (subcarrier amplitudes/phases) into a time-domain OFDM
signal.
Ensures orthogonality between subcarriers.

Mathematically, for N subcarriers:

N −1
1
x[n] = ∑ X[k]ej2πkn/N ,
​ ​ n = 0, 1, ..., N − 1
N
k=0

Where:
X[k] = modulated symbol on the k-th subcarrier
x[n] = OFDM time-domain sample
4. Cyclic Prefix (CP) Addition
A copy of the last portion of the OFDM symbol is added at the beginning.

Acts as a guard interval to eliminate Inter-Symbol Interference (ISI) caused by multipath.


5. Digital to Analog Conversion (DAC) & Transmission
The OFDM signal is converted to analog and transmitted through the channel.

Block Diagram of OFDM Modulator:

pgsql

Input Data → Serial-to-Parallel → Modulation (QAM/PSK) → IFFT → Add Cyclic Prefix → DAC →

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 5/82
Channel

3. OFDM Demodulation Process


Demodulation recovers the original data from the received OFDM signal.

3.1 Steps in OFDM Demodulation

1. Analog to Digital Conversion (ADC)

The received analog OFDM signal is converted into digital samples.


2. Cyclic Prefix Removal
Removes the CP to avoid ISI and ensure proper FFT operation.

3. FFT (Fast Fourier Transform)


Converts time-domain OFDM symbol into frequency-domain subcarrier signals.

Mathematically:

N −1
X[k] = ∑ x[n]e−j2πkn/N ,

k = 0, 1, ..., N − 1
n=0

Each subcarrier can now be individually demodulated.


4. Digital Demodulation

Apply the inverse of the modulation scheme (QAM/PSK) to recover the transmitted bits.

5. Parallel to Serial Conversion


Combine all parallel subcarrier bit streams into the original serial data stream.

Block Diagram of OFDM Demodulator:

mathematica

Received Signal → ADC → Remove Cyclic Prefix → FFT → Demodulation → Parallel-to-Serial → Output
Data

4. Key Points in Modulation & Demodulation


1. IFFT/FFT Implementation

Enables efficient digital generation and detection of OFDM signals.


Reduces complexity compared to analog modulators.

2. Cyclic Prefix

Critical to prevent ISI.


Must be longer than the channel delay spread.

3. Orthogonality

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 6/82
Ensured by IFFT at transmitter and FFT at receiver.

Orthogonality allows subcarrier overlap without interference.


4. Subcarrier Modulation

Each subcarrier can use different modulation schemes depending on channel quality
(adaptive modulation).

5. Channel Effects

OFDM converts a frequency-selective channel into multiple flat-fading channels.


Simplifies equalization per subcarrier.

5. Example of OFDM Modulation/Demodulation


Assume 4 subcarriers and 16-QAM modulation.
Input bits: 1100 0101 1011 0110

Step 1: Split into 4 streams → 1100, 0101, 1011, 0110

Step 2: 16-QAM maps bits to complex symbols → [s1, s2, s3, s4]
Step 3: Apply IFFT → get 4-time domain samples [x0, x1, x2, x3]

Step 4: Add cyclic prefix and transmit

Receiver: Remove CP → FFT → recover [s1, s2, s3, s4] → Demodulate → 1100 0101 1011 0110

6. Summary
OFDM Modulation: Serial → Parallel → Modulation → IFFT → Add CP → Transmit

OFDM Demodulation: Receive → Remove CP → FFT → Demodulate → Parallel-to-Serial → Data

Core Advantages:
Simple equalization per subcarrier

Robustness to multipath fading

Efficient spectrum usage

If you want, I can next prepare “OFDM System Design Issues” with topics like ISI, ICI, PAPR,
frequency offset, and channel estimation, in the same detailed 2–3 page format.

Do you want me to do that next?

BER

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 7/82
Perfect! Let’s prepare detailed notes on BER (Bit Error Rate) in OFDM in a comprehensive 2–3 page
format. I’ll explain it clearly with definitions, formulas, examples, and factors affecting BER.

Bit Error Rate (BER) in OFDM

1. Introduction
Bit Error Rate (BER) is a key performance metric in digital communication systems, including OFDM. It
quantifies the rate at which errors occur in the received data due to noise, interference, or channel
impairments.

Number of erroneous bits received


BER =
Total number of bits transmitted

Example: If 1,000,000 bits are transmitted and 1,000 bits are received incorrectly,

1000
BER = = 10−3
1000000

Lower BER → better communication quality.

2. BER in OFDM Systems


OFDM systems transmit data over multiple orthogonal subcarriers. Each subcarrier can be considered
as a separate channel, often experiencing flat fading due to low data rate per subcarrier.

The overall BER of OFDM depends on:

1. Modulation scheme (BPSK, QPSK, 16-QAM, 64-QAM)


2. Signal-to-Noise Ratio (SNR) per subcarrier

3. Multipath fading effects

4. Cyclic prefix length

2.1 BER for Different Modulation Schemes

1. BPSK (Binary Phase Shift Keying)

One bit per symbol.


BER in AWGN channel:

Pb = Q ( 2 )
Eb ​

​ ​ ​

N0 ​

Where:

Eb /N0 = energy per bit / noise power spectral density


​ ​

Q(x) = Q-function, probability that a Gaussian random variable exceeds x


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 8/82
2. QPSK (Quadrature Phase Shift Keying)

2 bits per symbol.

BER in AWGN is similar to BPSK:

Pb = Q ( 2 )
Eb​

​ ​ ​

N0 ​

3. M-QAM (e.g., 16-QAM, 64-QAM)

Higher-order constellations → higher data rate but more sensitive to noise.


Approximate BER for square M-QAM in AWGN:

)Q( )
4 1 3 log2 M Eb
Pb ≈ (1 −
​ ​

log2 M M − 1 N0
​ ​ ​ ​ ​ ​

M ​

3. Factors Affecting BER in OFDM


1. Additive White Gaussian Noise (AWGN)
Random noise in the channel increases BER.

2. Multipath Fading

Causes amplitude fluctuations per subcarrier → some subcarriers experience deep fades →
higher BER.

OFDM mitigates this by long symbol duration + cyclic prefix, but fading still impacts BER.
3. Inter-Symbol Interference (ISI)

Occurs if the cyclic prefix is shorter than channel delay spread.

ISI increases error probability.


4. Inter-Carrier Interference (ICI)

Caused by frequency offset or Doppler shift.

Breaks orthogonality → subcarriers interfere → increases BER.

5. Modulation Order
Higher-order QAM → more bits per symbol → more susceptible to noise → higher BER.

6. Channel Coding / Error Correction

Techniques like convolutional coding, LDPC, Turbo codes reduce BER significantly by adding
redundancy.

4. BER Analysis in OFDM


4.1 BER in AWGN Channel

Assume perfect synchronization, no fading.


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 9/82
BER of OFDM ≈ BER of underlying modulation (BPSK/QPSK/M-QAM).

Formula: Same as in Section 2.1.

4.2 BER in Fading Channel

Each subcarrier may experience independent fading.


Average BER over N subcarriers:

N
1
Pb =
​ ​ ∑ Pb,k​ ​ ​

N
k=1

Where Pb,k = BER of k-th subcarrier.


Adaptive modulation can reduce BER by adjusting the modulation order per subcarrier based on
channel quality.

5. Practical Example
OFDM system: 64 subcarriers, QPSK modulation, AWGN channel, Eb /N0 ​ ​ = 10 dB
BER of QPSK:

Pb = Q ( 2 × 10) = Q( 20) ≈ 2.75 × 10−10


​ ​ ​

In a fading channel, some subcarriers may have deep fades → BER could rise to ~10^-3 to 10^-4.

Using error-correcting codes (e.g., convolutional coding) → BER can be reduced significantly.

6. Key Points
BER measures reliability of OFDM systems.

Depends on SNR, modulation, channel conditions, ISI/ICI, cyclic prefix, and coding.

OFDM reduces ISI and simplifies equalization → improves BER in frequency-selective channels.
Adaptive modulation and coding further optimize BER performance.

7. Summary
1. Definition: BER = Number of erroneous bits / Total transmitted bits.
2. In OFDM: BER is the average of the BERs of all subcarriers.

3. Factors affecting BER: Noise, fading, ISI, ICI, modulation order, coding.

4. Mitigation: Cyclic prefix, adaptive modulation, channel coding.


5. Example: BPSK in AWGN → BER formula = Q( 2Eb /N0 )
​ ​

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 10/82
If you want, I can next prepare “OFDM System Design Issues” (ISI, ICI, PAPR, frequency offset, channel
estimation) in the same detailed 2–3 page style.
Do you want me to do that next?

coded-
OFDM

Perfect! Let’s prepare detailed notes on Coded-OFDM (COFDM) in a comprehensive, 2–3 page format.
I’ll explain it step by step, including why coding is needed, system structure, advantages, and examples.

Coded-OFDM (COFDM)

1. Introduction
Coded-OFDM (COFDM) is an enhanced version of OFDM that combines:

1. Orthogonal Frequency Division Multiplexing (OFDM) – multi-carrier transmission

2. Forward Error Correction (FEC) coding – for error detection and correction

Purpose: To make OFDM robust to noise, multipath fading, and interference.

Widely used in digital TV broadcasting (DVB-T, DVB-T2), LTE, and 5G.

COFDM improves bit error rate (BER) performance in challenging wireless channels.

2. Why Coding is Needed in OFDM


OFDM is robust against multipath ISI because of the cyclic prefix, but it is still vulnerable to:

1. Fading: Some subcarriers may experience deep fades → data loss.

2. Noise and Interference: AWGN or impulsive noise causes bit errors.

3. Burst Errors: Errors may occur in clusters on specific subcarriers.

Solution: Add error-correcting codes before OFDM modulation.

Forward Error Correction (FEC): Adds redundant bits so that the receiver can detect and correct
errors without retransmission.
Common codes: Convolutional codes, Reed-Solomon codes, LDPC codes.

3. Coded-OFDM System Architecture

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 11/82
3.1 Transmitter Side

Steps in COFDM Transmission:

1. Source Data
Original digital bit stream from input source.
2. Channel Coding (FEC)

Apply error-correcting code, e.g., Reed-Solomon (RS) + Convolutional Code (CC).


Adds redundancy → enables error correction at receiver.
3. Interleaving

Reorders bits to distribute burst errors over multiple codewords.


Converts burst errors into random errors, easier for FEC to correct.
4. Serial-to-Parallel Conversion

Divide coded bits into N subcarrier streams.


5. Modulation of Subcarriers
Use QPSK, 16-QAM, 64-QAM, depending on SNR.

6. IFFT (Time-Domain Signal)


Converts frequency-domain symbols into time-domain OFDM signal.
7. Cyclic Prefix (CP)

Add CP to reduce ISI.


8. Transmission
Convert to analog (DAC) → Transmit over channel.

Block Diagram (Transmitter):

css

Input Data → Channel Coding → Interleaving → S/P → Modulation → IFFT → Add CP → DAC → Channel

3.2 Receiver Side

Steps in COFDM Reception:

1. Receive Signal

Analog signal received from channel → convert to digital via ADC.


2. Cyclic Prefix Removal
Remove CP to restore OFDM symbol.

3. FFT (Frequency-Domain)
Converts time-domain OFDM symbols back to subcarrier signals.
4. Demodulation

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 12/82
Recover coded bit streams from QPSK/16-QAM symbols.
5. Deinterleaving
Reorder bits to original sequence before FEC.

6. Channel Decoding (FEC)


Detect and correct errors using the redundant bits added at transmitter.
7. Parallel-to-Serial Conversion

Recover original data stream.

Block Diagram (Receiver):

powershell

Received Signal → Remove CP → FFT → Demodulation → Deinterleaving → FEC Decoding → P/S → Output
Data

4. Key Features of Coded-OFDM


1. Robustness to Fading

Coding + interleaving protects against deep fades on subcarriers.


2. ISI and ICI Mitigation
CP reduces ISI, FFT ensures orthogonality; coding corrects residual errors.

3. Improved BER
FEC allows the system to correct errors without retransmission, reducing BER.
4. Flexibility

Adaptive modulation and coding (AMC) adjusts modulation order and coding rate based on
channel quality.

5. Typical Coding Schemes in COFDM


1. Reed-Solomon (RS) Codes

Corrects burst errors efficiently.


Example: RS(255, 239) → adds 16 parity symbols.
2. Convolutional Codes

Good for random errors.


Often used with Viterbi decoder at receiver.
3. Concatenated Coding

RS + Convolutional → corrects both burst and random errors.


4. Interleaving
Spreads consecutive bits → converts burst errors into random errors for effective FEC.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 13/82
6. Advantages of Coded-OFDM
Strong protection against multipath fading.

Can operate in severely noisy channels.


High spectral efficiency maintained.
Compatible with digital broadcasting standards like DVB-T, DVB-T2.

Reduces BER significantly compared to uncoded OFDM.

7. Example
DVB-T system: 8k COFDM mode, QPSK, RS + Convolutional coding.
Transmitted data: 1 Mbit → after coding: ~1.25 Mbit (25% redundancy).

Received through multipath channel: some subcarriers in deep fade.


FEC + interleaving corrects most of the errors, achieving very low BER (~10^-6).

8. Summary
Coded-OFDM = OFDM + Error Correction (FEC + Interleaving)

Purpose: Reduce BER and improve reliability in multipath/noisy channels.


Transmitter: Data → Coding → Interleaving → Modulation → IFFT → CP → Transmit
Receiver: Receive → Remove CP → FFT → Demodulation → Deinterleaving → FEC Decoding →
Output
Widely used in digital TV, LTE, 5G, and high-speed wireless communication.

If you want, I can next prepare “OFDM System Design Issues” including ISI, ICI, PAPR, frequency
offset, and channel estimation, in the same detailed 2–3 page style.
Do you want me to do that next?

Orthogonal frequency-division multiple-access (OFDMA)

Perfect! Let’s prepare detailed notes on Orthogonal Frequency-Division Multiple Access (OFDMA) in
a comprehensive 2–3 page format. I’ll cover definitions, principles, structure, advantages, and examples.

Orthogonal Frequency-Division Multiple Access (OFDMA)

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 14/82
1. Introduction
OFDMA is an extension of OFDM that enables multiple users to share the same frequency band
simultaneously.

Each user is assigned a group of orthogonal subcarriers, allowing simultaneous data


transmission.

Widely used in LTE, 5G NR, WiMAX, and modern broadband wireless networks.

Key Idea:

OFDMA divides the available spectrum into narrowband orthogonal subcarriers, then allocates
subsets of these subcarriers to different users dynamically.

2. OFDMA vs OFDM
Feature OFDM OFDMA
Single User / Multiple Single user per OFDM
Multiple users per OFDM symbol
Users symbol

All subcarriers used by one Subcarriers can be dynamically assigned to


Subcarrier Allocation
user multiple users
Resource Sharing N/A Supports frequency and time division

Application Wi-Fi, LTE downlink LTE uplink & downlink, 5G NR, WiMAX

Observation:

OFDM is the base modulation technique, while OFDMA is a multiple-access method built on
OFDM.

3. Principles of OFDMA
3.1 Subcarrier Allocation

Total N subcarriers in a system.


Each user is assigned M subcarriers (M ≤ N) based on:
Channel conditions (adaptive modulation)

Quality of Service (QoS)


Traffic demand
Subcarriers can be contiguous or distributed across the frequency band.

3.2 Time-Frequency Grid

OFDMA uses a 2D resource grid:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 15/82
Frequency domain: Subcarriers
Time domain: OFDM symbols
Each user occupies a set of subcarriers over a number of OFDM symbols → called a resource
block (RB).

Illustration:

javascript

Time →
| OFDM Symbol 1 | OFDM Symbol 2 | OFDM Symbol 3 | ...
Freq → sub1 sub2 sub3 sub4 sub5 ...
User1: █ █ (allocated subcarriers)
User2: █ █ █
User3: █ █

3.3 Adaptive Modulation & Coding

Each subcarrier allocated to a user can have its modulation and coding rate adapted to channel
quality.
Good channel → higher-order modulation (16-QAM, 64-QAM)

Poor channel → lower-order modulation (BPSK, QPSK)


This maximizes spectral efficiency while minimizing BER.

4. OFDMA Transmitter & Receiver Structure


4.1 Transmitter (Downlink)

1. User data streams → individually coded (FEC)


2. Interleaving → spreads burst errors

3. Subcarrier mapping → assign subcarriers to each user


4. IFFT → convert frequency-domain to time-domain
5. Add cyclic prefix → prevent ISI

6. Transmit

4.2 Receiver (Per User)

1. Receive OFDMA signal

2. Remove cyclic prefix


3. FFT → recover subcarriers assigned to the user

4. Demodulate & decode → recover user data

Key point:

Each user ignores subcarriers not allocated to them, simplifying detection.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 16/82
5. Advantages of OFDMA
1. Multiple Access Support
Supports many users simultaneously in uplink or downlink.
2. Adaptive Resource Allocation

Dynamically assigns subcarriers and modulation based on channel quality.


3. Robust to Multipath Fading
Retains OFDM’s resilience with long symbol duration + cyclic prefix.

4. Spectral Efficiency
Efficient frequency reuse and subcarrier sharing.
5. Scalability

Works for small or large bandwidths (WiMAX, LTE, 5G).

6. Applications
LTE & LTE-Advanced (downlink)
5G NR (downlink)

WiMAX (IEEE 802.16e)


Broadband Wireless Networks

Note: Uplink in LTE uses a variant called SC-FDMA to reduce PAPR.

7. Example
Total 12 MHz bandwidth → 1200 subcarriers
3 users:
User 1 → 400 subcarriers

User 2 → 500 subcarriers


User 3 → 300 subcarriers
Each user uses adaptive modulation:

User 1: 64-QAM
User 2: 16-QAM
User 3: QPSK

Simultaneous transmission occurs without interference because subcarriers are orthogonal.

8. Summary
Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 17/82
OFDMA = Multi-user extension of OFDM.
Allocates orthogonal subcarriers to multiple users over time and frequency.

Benefits: multiple access, spectral efficiency, robustness, adaptive modulation, scalability.


Widely used in LTE, 5G, WiMAX, and modern broadband wireless networks.

If you want, I can next prepare “OFDM System Design Issues” including ISI, ICI, PAPR, frequency
offset, and channel estimation, in the same detailed 2–3 page style.
Do you want me to do that next?

OFDM Synchronization:
Effect/estimation of symbol-time offset (STO);

Perfect! Let’s prepare detailed notes on OFDM Synchronization focusing on Symbol-Time Offset
(STO), its effects, and estimation methods, in a 2–3 page detailed format.

OFDM Synchronization: Effect and Estimation of Symbol-Time


Offset (STO)

1. Introduction
Synchronization in OFDM is critical because the system relies on the orthogonality of subcarriers. Any
timing or frequency misalignment can degrade performance significantly.
Symbol-Time Offset (STO):

STO occurs when the receiver does not correctly identify the start of an OFDM symbol.
Even a small STO can introduce Inter-Symbol Interference (ISI) and Inter-Carrier Interference
(ICI), increasing Bit Error Rate (BER).

2. Effect of Symbol-Time Offset (STO)


2.1 Types of STO

1. Early STO
Receiver samples the OFDM symbol before the actual start.

Causes part of the previous symbol to mix with the current symbol → ISI.
2. Late STO
Receiver samples after the symbol start.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 18/82
Reduces effective cyclic prefix, may partially truncate the OFDM symbol → ISI.

2.2 Mathematical Effect

Consider transmitted OFDM symbol: x[n], received with STO of Δ samples:

y[n] = x[n − Δ] + w[n]

Where w[n] = noise.

After FFT at receiver:

Y [k] = X[k]e−j2πkΔ/N + ICI

Observations:

1. Phase rotation per subcarrier: e−j2πkΔ/N

Causes constellation rotation → demodulation errors.


2. Inter-Carrier Interference (ICI):
STO misalignment destroys orthogonality between subcarriers.

3. ISI:
Occurs if STO exceeds the cyclic prefix length.

2.3 Effect on Performance

Effect Impact

Phase rotation Demodulation error (BER increases)


ICI Interference between subcarriers
ISI Symbol overlap → distortion
Reduced CP Loss of guard interval protection

Even 1–2 samples of STO can significantly degrade OFDM performance in high-order modulation
(16-QAM, 64-QAM).

3. Estimation of Symbol-Time Offset


Accurate estimation of STO is necessary to align receiver sampling with the transmitted OFDM symbol.

3.1 Methods for STO Estimation

3.1.1 Using Cyclic Prefix (CP)

CP is identical to the last part of the OFDM symbol.

Autocorrelation of CP with corresponding part of symbol detects the start of the symbol.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 19/82
Algorithm:

1. Compute correlation:

L−1
R[m] = ∑ y[n + m] ⋅ y ∗ [n + m + N ]

n=0

Where:

L = CP length
N = OFDM symbol length

2. Find m_max where ∣R[m]∣ is maximum → estimate STO.

Advantages:

Simple, low-complexity
Works in AWGN and multipath channels

Limitations:

Sensitive to noise and frequency offset

3.1.2 Using Training/Pilot Symbols

Special preamble symbols known to both transmitter and receiver.


Receiver cross-correlates received signal with preamble to detect symbol start.

Algorithm:

1. Compute cross-correlation:

N −1
C[m] = ∑ y[n + m] ⋅ p∗ [n]

n=0

Where p[n] = preamble sequence

2. Maximum correlation → symbol start estimate

Advantages:

Accurate even under multipath


Robust to noise

Limitations:

Requires extra overhead for preamble

3.1.3 Maximum Likelihood (ML) Estimation

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 20/82
Formulates STO estimation as an optimization problem: find Δ that maximizes likelihood of
received signal.

^ = arg max Re {∑ y[n]x∗ [n − Δ]}


Δ ​ ​

Δ
n

High accuracy, but complex computation → mainly used in high-performance receivers.

3.2 Practical Notes

Coarse STO Estimation: Using CP or preamble correlation → estimate rough symbol start.
Fine STO Estimation: ML or pilot-based → refine timing within a fraction of a sample.
In high-speed channels (Doppler), continuous tracking may be needed.

4. Example
OFDM system: 64 subcarriers, CP length = 16 samples

True symbol start: sample 1000


Receiver detects start at 1003 → STO = +3
Effects:

Phase rotation: e−j2πk⋅3/64 per subcarrier

Minor ICI introduced


If CP = 16, no ISI yet

STO corrected by circular shift in receiver buffer → restores orthogonality

5. Summary
STO: Misalignment of receiver symbol timing with transmitted OFDM symbol.
Effects: Phase rotation, ICI, ISI, reduced cyclic prefix → increases BER.

Estimation Techniques:
1. CP correlation (simple, low complexity)
2. Preamble/pilot correlation (accurate, moderate overhead)

3. Maximum Likelihood estimation (high accuracy, complex)


Accurate symbol-time synchronization is essential for OFDM system performance, especially in
multipath or high-speed channels.

If you want, I can next prepare “Effect/Estimation of Carrier Frequency Offset (CFO) in OFDM” in a
similar 2–3 page detailed format.

Do you want me to do that next?

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 21/82
Effect/estimation of carrier-frequency offset (CFO);

Perfect! Let’s prepare detailed notes on Carrier Frequency Offset (CFO) in OFDM, including its effects
and estimation methods, in a comprehensive 2–3 page format.

OFDM Synchronization: Effect and Estimation of Carrier


Frequency Offset (CFO)

1. Introduction
Carrier Frequency Offset (CFO) occurs when there is a mismatch between the transmitter and
receiver oscillator frequencies.

Causes loss of orthogonality between subcarriers in OFDM systems.


CFO can be caused by:

1. Doppler shift due to relative motion between transmitter and receiver


2. Frequency mismatch between local oscillators
CFO is a major impairment in OFDM because it leads to Inter-Carrier Interference (ICI) and
performance degradation.

2. Effect of CFO in OFDM


2.1 Mathematical Representation

Let transmitted OFDM symbol in time domain: x[n]

CFO = Δf

Received signal with CFO:

y[n] = x[n]ej2πΔf nTs /N + w[n]


Where:

Ts = sampling interval

N = number of subcarriers
w[n] = noise
After FFT at receiver, CFO introduces:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 22/82
Y [k] = X[k]Sinc(π(Δf /Δfs )) + ∑ X[l] ⋅ ICI term
​ ​


l=k

Observation:

CFO results in:


1. Phase rotation of subcarrier symbols
2. ICI: energy from one subcarrier leaks into others

3. Amplitude reduction

2.2 Impact on Performance

Effect Impact
Phase rotation Symbol constellation rotates → demodulation errors
ICI Subcarriers interfere with each other → increases BER

Amplitude distortion Reduction in effective SNR per subcarrier


Overall High BER, degraded system performance

Even a small CFO (~1–2% of subcarrier spacing) can significantly degrade OFDM performance.
High-order modulation (16-QAM, 64-QAM) is more sensitive to CFO.

3. Estimation of CFO
Accurate CFO estimation is necessary to restore subcarrier orthogonality and reduce BER.

3.1 Coarse CFO Estimation

3.1.1 Using Preamble/Training Symbols

OFDM systems often transmit known symbols (preamble) at the start of a frame.
Receiver compares phase difference between repeated parts of the preamble.

Algorithm (Schmidl & Cox method):

1. Consider repeated sequence of length L: y[n] = y[n + L]


2. Compute correlation:

L−1
R = ∑ y[n] ⋅ y ∗ [n + L]

n=0

3. Phase of R estimates CFO:

1
ϵ^ = arg(R)

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 23/82
Corrects fractional CFO within subcarrier spacing.

3.1.2 Using Cyclic Prefix

Similar to STO estimation, autocorrelation of CP with corresponding symbol part can estimate
CFO:

L−1
R[m] = ∑ y[n + m] ⋅ y ∗ [n + m + N ]

n=0

Phase of R[m] → CFO estimate.

Advantage: No extra overhead (uses CP).

3.2 Fine CFO Estimation

For small residual CFO, pilot symbols within OFDM frame are used.
Receiver tracks phase rotation of pilots across OFDM symbols:

arg(P [k, m + 1] ⋅ P ∗ [k, m])


ϵ^f ine =

​ ​

Pilots allow continuous CFO correction, especially in mobile channels.

3.3 Maximum Likelihood (ML) Estimation

CFO can also be estimated by maximizing likelihood function of received signal with respect to
frequency offset.

ϵ^M L = arg max ∑ y[n] ⋅ x∗ [n]e−j2πϵn/N


​ ​ ​

ϵ
n

Provides high accuracy, but computationally complex.

4. Compensation of CFO
After estimation, CFO is compensated by:

ycomp [n] = y[n] ⋅ e−j2πϵ^n/N


Restores orthogonality, reduces ICI, and improves BER.


Often combined with STO correction for full synchronization.

5. Example
OFDM system: 64 subcarriers, subcarrier spacing = 15 kHz

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 24/82
Doppler shift → CFO = 0.5 kHz (~3.33% of subcarrier spacing)
Effects:
Phase rotation per subcarrier: ej2π0.5k/64

Minor ICI introduced → BER increases


Use preamble-based correlation → estimate CFO → multiply received signal with e−j2π ϵ^n/N →
restores BER performance.

6. Summary
CFO: Frequency mismatch between transmitter and receiver carriers in OFDM.
Effects: Phase rotation, ICI, amplitude distortion → BER degradation.
Estimation Techniques:
1. Coarse estimation: Preamble correlation, CP correlation

2. Fine estimation: Pilot-based tracking


3. Maximum Likelihood estimation: high accuracy, computationally intensive
Compensation: Multiply received signal with complex exponential to remove CFO
Accurate CFO estimation is critical for high-speed OFDM systems, especially in mobile channels.

If you want, I can next prepare “PAPR in OFDM: Causes, Effects, and Reduction Techniques” in the
same detailed 2–3 page style.
Do you want me to do that next?

Effect/compensation of sampling-clock offset (SCO)

Perfect! Let’s prepare detailed notes on Sampling-Clock Offset (SCO) in OFDM, including its effects
and compensation techniques, in a detailed 2–3 page format.

OFDM Synchronization: Effect and Compensation of Sampling-


Clock Offset (SCO)

1. Introduction
Sampling-Clock Offset (SCO) occurs when the receiver’s sampling clock frequency differs slightly
from the transmitter’s clock frequency.

Causes timing drift between transmitted and received OFDM symbols.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 25/82
Even small SCO can accumulate over time, leading to inter-symbol interference (ISI) and inter-
carrier interference (ICI).
SCO is particularly important in high-speed OFDM systems and digital broadcasting (DVB, LTE,
WiMAX).

2. Effect of Sampling-Clock Offset


2.1 Mathematical Representation

Let transmitted OFDM symbol: x[n]

Sampling interval at transmitter: Ts ​

Receiver sampling interval: Ts′ ​ = Ts (1 + ϵ)


ϵ = normalized SCO
Received samples:

y[n] = x(nTs′ ) = x[n(1 + ϵ)] + w[n]


Where w[n] = noise.

Observations:

1. Time Stretching/Compression

SCO causes scaling of the received time axis.


For positive SCO (Ts′ ​ > Ts ) → symbol is stretched

For negative SCO (Ts′ ​ < Ts ) → symbol is compressed


2. Phase Rotation Across Subcarriers


In frequency domain (after FFT):

Y [k] = X[k] ⋅ ej2πknϵ/N + ICI term

Phase rotation increases linearly with subcarrier index → constellation rotation

3. Inter-Carrier Interference (ICI)


Orthogonality between subcarriers is destroyed → energy leaks into adjacent subcarriers
4. Accumulation Over Time
SCO accumulates over multiple OFDM symbols → BER gradually increases

2.2 Performance Impact

Effect Impact
Phase rotation Constellation rotation → demodulation errors
ICI Leakage between subcarriers → BER increases
ISI Accumulated timing drift → cyclic prefix no longer protects symbols

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 26/82
Effect Impact
Overall Degraded system performance, especially for high-order modulation

Typical SCO tolerance: ±50 ppm (parts per million) for DVB systems

3. Estimation of SCO
Accurate SCO estimation is needed to align receiver sampling clock with transmitter clock.

3.1 Pilot-Aided Estimation

OFDM frames often include pilot subcarriers.


Receiver monitors phase rotation across consecutive OFDM symbols on pilot subcarriers:

Δϕk [m] = arg (Pk [m] ⋅ Pk∗ [m − 1])


​ ​ ​

Linear regression of phase rotation vs subcarrier index → estimate normalized SCO ϵ.

Advantages:

Works under multipath and noise


Can track slow changes in SCO

3.2 Time-Domain Correlation (CP-Based)

Similar to STO estimation, autocorrelation of cyclic prefix with corresponding OFDM symbol part
can detect sampling drift:

L−1
R[m] = ∑ y[n + m] ⋅ y ∗ [n + m + N ]

n=0

Phase shift of R[m] → estimate SCO

Advantage: No extra overhead (uses CP)

3.3 Frequency-Domain Estimation

Uses FFT output of OFDM symbols:


Measure phase rotation of subcarrier pilots across symbols
SCO = slope of phase rotation vs subcarrier index

Δϕ
ϵ^ =
2πk

Provides accurate fractional sampling correction

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 27/82
4. Compensation of SCO
Once estimated, SCO is compensated to restore symbol alignment and reduce ICI:

4.1 Time-Domain Interpolation

Resample the received signal to correct clock mismatch:

ycomp [n] = y[n(1 + ϵ^)]


Linear or spline interpolation is used.

4.2 Frequency-Domain Phase Correction

Correct phase rotation per subcarrier:

Ycomp [k] = Y [k] ⋅ e−j2πknϵ^/N


Reduces constellation rotation and ICI without resampling.

4.3 Continuous Tracking

In mobile environments, SCO can drift slowly over time → requires continuous estimation and
compensation.
Often implemented using pilot-assisted phase tracking loops.

5. Example
OFDM system: 64 subcarriers, CP = 16 samples
Receiver sampling clock faster by 50 ppm → ϵ = +0.00005
Effects:

Constellation rotation of higher-index subcarriers


Minor ICI between adjacent subcarriers
Compensation:
Pilot-based phase correction restores subcarrier orthogonality
Resampling can remove accumulated timing drift

6. Summary
SCO: Mismatch between transmitter and receiver sampling clocks in OFDM.
Effects: Phase rotation across subcarriers, ICI, ISI, gradual BER increase.
Estimation Techniques:
1. Pilot-aided estimation (phase rotation tracking)

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 28/82
2. CP-based autocorrelation
3. Frequency-domain subcarrier analysis
Compensation:
Time-domain interpolation (resampling)
Frequency-domain phase correction
Continuous tracking for slowly varying SCO

Accurate SCO handling is critical for maintaining OFDM performance, especially in digital TV,
LTE, and high-speed wireless systems.

If you want, I can next prepare “PAPR in OFDM: Causes, Effects, and Reduction Techniques” in a
detailed 2–3 page format.
Do you want me to do that next?

Peak-to-Average Power Ratio Reduction


(PAPRR)

Perfect! Let’s prepare detailed notes on Peak-to-Average Power Ratio Reduction (PAPR/PAPRR) in
OFDM in a comprehensive 2–3 page format.

Peak-to-Average Power Ratio Reduction (PAPRR) in OFDM

1. Introduction
Peak-to-Average Power Ratio (PAPR) is a major challenge in OFDM systems.

Definition: The ratio of the maximum instantaneous power of an OFDM signal to its average
power.

max ∣x(t)∣2
PAPR =
E[∣x(t)∣2 ]

Where:

x(t) = transmitted OFDM signal


E[∣x(t)∣2 ] = average power of the signal

Problem:

High PAPR → requires linear and high dynamic range power amplifiers → expensive and
inefficient.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 29/82
High PAPR signals can cause clipping, distortion, and spectral regrowth, degrading BER and
spectral efficiency.

2. Cause of High PAPR in OFDM


OFDM transmits N subcarriers simultaneously.

Time-domain OFDM signal is a sum of N sinusoids:

N −1
x(t) = ∑ Xk ej2πfk t
​ ​

k=0

When all subcarrier components add constructively, the signal reaches a high peak.
Larger number of subcarriers → higher probability of peaks → higher PAPR.

Observation:

PAPR increases roughly as log(N ) for N subcarriers.

Example: 64-subcarrier OFDM → PAPR can be 10–12 dB.

3. Effects of High PAPR


Effect Impact
Non-linear Amplifier Distortion → ICI, in-band and out-of-band radiation
Power Efficiency Requires back-off → inefficient use of power amplifier
BER Increases due to amplitude distortion
System Design Expensive linear amplifiers required for high PAPR

Clipping: High peaks may exceed amplifier linear range → causes clipping noise.
Spectral regrowth: Clipping produces out-of-band emissions → violates spectral masks.

4. PAPR Reduction Techniques


Several methods exist to reduce PAPR while maintaining OFDM performance.

4.1 Clipping and Filtering

Clipping: Limit the amplitude of OFDM signal to a threshold:

xc (t) = {
x(t), ∣x(t)∣ ≤ A
A ⋅ ejθ(t) , ∣x(t)∣ > A
​ ​ ​

Filtering: Remove out-of-band distortion caused by clipping.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 30/82
Advantages: Simple to implement
Disadvantages:

In-band distortion → increases BER


Requires filtering → may reintroduce peaks

4.2 Coding Techniques

Use special codes to select OFDM sequences with low PAPR.


Examples: Block codes, Golay complementary sequences.

Advantages: No distortion introduced


Disadvantages: Reduces data rate due to redundancy

4.3 Selective Mapping (SLM)

Generate multiple candidate OFDM signals from same data using phase rotations.
Transmit the signal with lowest PAPR.

Steps:

1. Multiply input data by phase sequences

2. IFFT → candidate OFDM signals


3. Select signal with minimum PAPR
4. Send side information to receiver

Advantages: Effective PAPR reduction without distortion


Disadvantages: Requires side information, increases complexity

4.4 Partial Transmit Sequence (PTS)

Divide OFDM block into sub-blocks → apply phase factors to each block
Combine sub-blocks to minimize peak amplitude

Advantages: Effective, no distortion


Disadvantages: High computational complexity, needs side information

4.5 Tone Reservation / Tone Injection

Tone Reservation: Reserve some subcarriers (not used for data) → adjust them to cancel peaks
Tone Injection: Add small signals to subcarriers to reduce peaks

Advantages: No BER degradation


Disadvantages: Reduces spectral efficiency

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 31/82
5. Example
OFDM system: 64 subcarriers, QPSK
Original PAPR: ~10.5 dB
Apply SLM with 4 phase sequences → PAPR reduced to ~7 dB
Result:

Less power amplifier back-off required


BER unaffected if side information is received correctly

6. Summary
PAPR: Ratio of peak power to average power in OFDM signal.

Cause: Constructive addition of multiple subcarriers → high peaks.


Effects: Amplifier nonlinearity, distortion, spectral regrowth, increased BER.
Reduction Techniques:
1. Clipping and filtering (simple, may increase BER)
2. Coding techniques (reduces PAPR, lowers data rate)
3. Selective Mapping (SLM) (effective, needs side info)

4. Partial Transmit Sequence (PTS) (effective, complex)


5. Tone reservation/injection (effective, reduces spectral efficiency)
Goal: Reduce PAPR → efficient and linear power amplifier → improved system performance.

If you want, I can next prepare “OFDM System Design Issues: Summary of ISI, ICI, STO, CFO, SCO,
PAPR, and Channel Estimation” in a detailed notes format, combining all previous topics for full clarity.

Do you want me to do that next?

Distribution of OFDM-signal amplitude

Perfect! Let’s prepare detailed notes on the Distribution of OFDM Signal Amplitude in a clear, 2–3
page style.

Distribution of OFDM Signal Amplitude

1. Introduction

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 32/82
OFDM signals are composed of N independent subcarriers, each modulated with complex
symbols (QPSK, QAM).
Time-domain OFDM signal is the sum of N sinusoids, so its amplitude varies dynamically.
Understanding amplitude distribution is crucial for:
PAPR analysis

Power amplifier design


Clipping and PAPR reduction techniques

Time-domain OFDM signal:

N −1
1
x(t) = ∑ Xk ej2πfk t ,
​ ​ ​

0≤t<T
N k=0

Where:

Xk = complex symbol on subcarrier k


N = number of subcarriers
T = OFDM symbol duration

2. Statistical Properties of OFDM Signal


2.1 Central Limit Theorem (CLT)

When N is large, time-domain OFDM signal can be approximated as a complex Gaussian


random variable:

x(t) ≈ CN (0, σ 2 )

Real and imaginary parts are independent Gaussian random variables with zero mean and equal
variance σ 2 /2.

2.2 Probability Distribution

Amplitude (envelope) of OFDM signal:

r = ∣x(t)∣ = Re{x(t)}2 + Im{x(t)}2 ​

Since real and imaginary parts are Gaussian, the amplitude r follows a Rayleigh distribution:
r −r2 /(2σ2 )
fr (r) = e , r≥0
σ2
​ ​

Power P = r2 follows an exponential distribution:


1 −P /(2σ2 )
f P (P ) = e , P ≥0
2σ 2
​ ​

Observation:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 33/82
Most OFDM samples have small amplitudes, but occasionally large peaks occur → explains high
PAPR.

2.3 Complementary Cumulative Distribution Function (CCDF)

CCDF is used to describe the probability that PAPR exceeds a threshold P AP R0 :​

CCDF(P AP R0 ) = Pr(PAPR > P AP R0 )


​ ​

For OFDM with N subcarriers (assuming independent samples):


N
CCDF(P AP R0 ) = 1 − (1 − e−P AP R0 )

Observations:

Increasing N → higher probability of large PAPR → more peaks in time-domain signal


CCDF is widely used to evaluate effectiveness of PAPR reduction techniques

3. Visualization
Rayleigh envelope: Peak occurs rarely; most samples cluster near zero
Exponential power distribution: Small power values are most probable, large power occurs
occasionally
CCDF vs PAPR curve: Shows probability of exceeding a given PAPR level

Example (N = 64 subcarriers, QPSK):

90% probability → PAPR ≤ ~7 dB


99% probability → PAPR ≤ ~10 dB

4. Implications
1. High PAPR:
Due to rare constructive addition of subcarriers
Requires linear power amplifier with back-off
2. PAPR Reduction Techniques:

Need to target the tail of amplitude distribution (rare peaks)


3. System Design:
Knowledge of amplitude distribution allows accurate modeling for clipping, filtering, and
amplifier design
4. Performance Metrics:
CCDF is standard metric to quantify signal peaks and PAPR probability

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 34/82
5. Summary
Time-domain OFDM signal amplitude follows Rayleigh distribution; power follows exponential
distribution.
Central Limit Theorem: For large N, OFDM signal approximates complex Gaussian.
High PAPR: Rare large peaks caused by constructive addition of subcarriers.

CCDF: Used to measure probability of PAPR exceeding a threshold.


Implications: Guides design of power amplifiers and PAPR reduction techniques.

If you want, I can next prepare “OFDM Channel Estimation and Equalization” in a similar detailed
notes format covering methods like pilot-based, blind estimation, LS, MMSE for 2–3 pages.
Do you want me to do that next?

PAPR & oversampling

Perfect! Let’s prepare detailed notes on PAPR and Oversampling in OFDM in a comprehensive 2–3
page style.

PAPR and Oversampling in OFDM

1. Introduction
Peak-to-Average Power Ratio (PAPR) is a key limitation in OFDM systems:

max ∣x(t)∣2
PAPR =
E[∣x(t)∣2 ]

OFDM signals have high PAPR due to the constructive addition of multiple subcarriers.
High PAPR affects:
Power amplifier efficiency

Signal distortion (clipping)


System performance (BER, spectral regrowth)

Oversampling is used to better estimate PAPR and capture continuous-time signal peaks, which
may be missed in discrete-time sampled signals.

2. PAPR in Discrete-Time vs Continuous-Time OFDM

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 35/82
Discrete-Time OFDM (N-point IFFT):

N −1
1
x[n] = ∑ Xk ej2πkn/N ,
​ ​ ​ n = 0, 1, ..., N − 1
N k=0​

Problem:

Peak may occur between discrete-time samples


Direct computation of PAPR using N samples underestimates true PAPR
Solution: Oversampling
Introduce L-times oversampling → better approximation of continuous-time PAPR

3. Oversampling Technique
3.1 L-times Oversampling

Step 1: Zero-padding in frequency domain:


Original N subcarriers → insert (L − 1)N zeros

Total IFFT length = L × N


Step 2: L×N-point IFFT → generate oversampled time-domain signal

N −1
1
x[n] = ∑ Xk ej2πkn/(LN ) ,
​ ​ ​
n = 0, 1, ..., LN − 1
N k=0

Typical oversampling factor: L = 4


L = 4 is sufficient to accurately capture signal peaks
Higher L → more accurate PAPR, but increased computational complexity

3.2 Why Oversampling Matters

Without oversampling: PAPR may be underestimated by ~0.5–1 dB


Oversampling ensures peak detection between sample points
Essential for evaluating PAPR reduction techniques

4. PAPR Computation with Oversampling


1. Generate oversampled OFDM signal: L × N IFFT
2. Compute instantaneous power:

P [n] = ∣x[n]∣2

3. Compute average power:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 36/82
LN −1
1
Pˉ = ∑ ∣x[n]∣2
​ ​

LN n=0

4. PAPR:

max P [n]
PAPR =

CCDF curves of PAPR are more accurate with oversampling

5. Oversampling and PAPR Reduction


Most PAPR reduction techniques (SLM, PTS, clipping, coding) require oversampled signal to:
Accurately detect and reduce peak values

Avoid missing peaks that occur between samples


Oversampling factor L = 4 is widely used in LTE, WiMAX, and 5G simulations

6. Example
N = 64 subcarriers, QPSK modulation

Original PAPR (N-point IFFT): ~9.5 dB


4× oversampled PAPR (L=4): ~10.5 dB
Observation: Oversampling detects 1 dB higher peak, closer to continuous-time signal
PAPR reduction:
Apply SLM on oversampled signal → ensures peak reduction is effective in practice

7. Summary
PAPR: Ratio of peak power to average power in OFDM signals.
Discrete-time PAPR underestimates true continuous-time PAPR.
Oversampling: Zero-padding + L×N IFFT → captures inter-sample peaks
Typical factor: L = 4

Importance: Accurate PAPR estimation, effective PAPR reduction, and amplifier design.
Oversampling is standard practice in simulation and practical OFDM systems.

If you want, I can next prepare “Channel Estimation in OFDM: Pilot-based, Blind, LS, MMSE” in
detailed 2–3 page notes format.
Do you want me to do that next?

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 37/82
Mitigation methods

Perfect! Let’s prepare detailed notes on Mitigation Methods for PAPR in OFDM in a comprehensive 2–
3 page format.

PAPR Mitigation Methods in OFDM

1. Introduction
High Peak-to-Average Power Ratio (PAPR) is a major challenge in OFDM systems:

Causes nonlinear distortion in power amplifiers


Leads to BER degradation, spectral regrowth, and reduced efficiency

Mitigation methods aim to reduce PAPR without significantly affecting data rate, signal quality, or
complexity.

2. Categories of PAPR Mitigation Techniques


1. Distortion-based techniques
Directly alter time-domain signal
Example: Clipping and Filtering
2. Coding-based techniques

Select codewords or sequences with low PAPR


Examples: Block coding, Golay sequences
3. Multiple signal representation techniques
Generate multiple candidate signals → select one with lowest PAPR
Examples: SLM, PTS
4. Probabilistic/transform techniques

Modify statistical properties of OFDM signal to reduce peaks


Examples: Tone Reservation (TR), Tone Injection (TI)

3. Distortion-Based Techniques
3.1 Clipping and Filtering

Clipping: Limit OFDM signal amplitude to a threshold A:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 38/82
xc [n] = {
x[n], ∣x[n]∣ ≤ A
A ⋅ ejθ[n] , ∣x[n]∣ > A
​ ​ ​

Filtering: Remove out-of-band distortion caused by clipping.

Pros:

Simple, easy to implement

Cons:

In-band distortion → increases BER


Requires additional filtering → complexity

4. Coding-Based Techniques
Select special sequences that inherently have low PAPR
Examples: Golay complementary sequences, Reed-Muller codes

Pros:

No distortion introduced

Cons:

Reduces data rate due to redundancy


Complexity increases with code length

5. Multiple Signal Representation Techniques


5.1 Selective Mapping (SLM)

Generate U candidate OFDM signals with different phase rotations


Transmit the signal with minimum PAPR
Side information sent to receiver for correct demodulation

Pros:

Distortionless PAPR reduction


Effective for high-order modulation

Cons:

Increased computational complexity


Side information required → overhead

5.2 Partial Transmit Sequence (PTS)


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 39/82
Divide OFDM symbol into sub-blocks
Multiply each sub-block by phase factors to reduce PAPR
Combine to form optimized OFDM symbol

Pros:

Distortionless, flexible

Cons:

High computational complexity


Requires side information

6. Probabilistic/Transform Techniques
6.1 Tone Reservation (TR)

Reserve some subcarriers (unused for data) to cancel peaks


Adjust reserved tones to minimize time-domain peaks

Pros:

No in-band distortion
Works well for moderate PAPR

Cons:

Reduces spectral efficiency

6.2 Tone Injection (TI)

Inject small signals into existing subcarriers to reduce peaks


Effectively reshapes constellation

Pros:

Reduces PAPR without clipping

Cons:

Increases average power


May increase BER slightly

6.3 Precoding Techniques

Apply unitary transforms (e.g., DCT, DWT, DHT) before IFFT

Reduces correlation between subcarriers → lower PAPR

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 40/82
Pros:

Distortionless, no side information needed

Cons:

Moderate complexity

Slight computational overhead

7. Practical Considerations
Trade-offs:
Complexity vs performance vs spectral efficiency vs distortion

Combination methods:
Clipping + filtering + SLM → effective PAPR reduction
Oversampling:
L× oversampling required to accurately detect peaks for mitigation

8. Summary Table of Mitigation Methods


Method Principle Advantages Disadvantages
In-band distortion, BER
Clipping & Filtering Limit amplitude Simple
increase
Coding Special sequences Distortionless Reduces data rate, complexity
Distortionless,
SLM Multiple phase sequences Side info, complexity
effective

PTS Phase rotation of sub-blocks Distortionless, flexible Complexity, side info


Tone Reservation Reserved tones cancel peaks No distortion Reduces spectral efficiency
Inject signals to reduce
Tone Injection No clipping Slight power increase, BER
peaks
Precoding Complexity, moderate
Transform before IFFT Distortionless
(DCT/DWT) reduction

9. Summary
High PAPR is a key challenge in OFDM systems.
Mitigation methods: Clipping, Coding, SLM, PTS, Tone Reservation, Tone Injection, Precoding
Each method has trade-offs between complexity, efficiency, and signal quality

Oversampling is essential to detect true peaks and apply PAPR reduction effectively
Goal: Reduce peaks → improve power amplifier efficiency → maintain system performance
Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 41/82
If you want, I can next prepare “OFDM Channel Estimation & Equalization” in detailed 2–3 page notes
covering Pilot-based, Blind, LS, MMSE methods, tying together all OFDM system design issues.
Do you want me to do that next?

clipping & filtering

Perfect! Let’s prepare detailed notes on Clipping & Filtering for PAPR reduction in OFDM in a detailed
2–3 page format.

Clipping and Filtering in OFDM

1. Introduction
Clipping and Filtering is the simplest and most widely used time-domain technique for reducing
Peak-to-Average Power Ratio (PAPR) in OFDM signals.

Clipping: Limits the amplitude of the OFDM signal to a predefined threshold.


Filtering: Removes out-of-band distortion caused by clipping.
Important because high PAPR leads to:
Nonlinear distortion in power amplifiers
Increased Bit Error Rate (BER)

Spectral regrowth and interference

2. Principle of Clipping
The time-domain OFDM signal:

N −1
1
x[n] = ∑ Xk ej2πkn/N ,
​ ​ ​ n = 0, 1, ..., N − 1
N k=0 ​

Clipping operation:

xc [n] = {
x[n], ∣x[n]∣ ≤ A
A ⋅ ejθ[n] , ∣x[n]∣ > A
​ ​ ​

Where:

xc [n] = clipped signal


A = clipping threshold (in amplitude)


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 42/82
θ[n] = arg(x[n]) = original phase

Observations:

Clipping reduces high peaks → lowers PAPR


Clipping preserves phase information, which is critical for QAM/PSK symbols

3. Effects of Clipping
Effect Impact
In-band distortion Clipping introduces amplitude distortion in the signal → increases BER
Out-of-band radiation Sharp peaks create spectral regrowth → interference with adjacent channels

PAPR reduction Effective in reducing instantaneous peaks, simple to implement

Clipping is nonlinear → can degrade signal quality if not managed carefully


Clipping ratio (CR):

A
CR = ​

σ
Where σ = RMS value of the original OFDM signal

Lower CR → more PAPR reduction → higher in-band distortion


Higher CR → less PAPR reduction → lower distortion

4. Filtering After Clipping


Purpose: Remove out-of-band spectral components caused by clipping
Filtering restores spectral mask compliance

Process:

1. Apply low-pass or band-pass filter to clipped signal


2. Suppress out-of-band components

3. May slightly regrow peaks → sometimes iterative clipping & filtering is used

xcf [n] = Filter(xc [n])


​ ​

Observations:

Filtering reduces spectral leakage


May partially undo clipping → iteration can improve PAPR reduction

Trade-off between PAPR reduction and signal distortion

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 43/82
5. Iterative Clipping and Filtering
Single-step clipping may not reduce PAPR sufficiently
Iterative approach:

1. Clip signal
2. Filter to remove out-of-band components
3. Repeat until desired PAPR achieved

Pros:

Better PAPR reduction


Out-of-band distortion minimized

Cons:

Increases computational complexity

In-band distortion accumulates → BER may increase slightly

6. Practical Implementation
Steps in an OFDM Transmitter:

1. Generate OFDM symbol: IFFT of data symbols


2. Oversampling: L× oversampling to detect true peaks
3. Clipping: Limit amplitude using threshold A

4. Filtering: Remove out-of-band distortion


5. Optional Iteration: Repeat clipping & filtering to achieve target PAPR
6. Transmission: Send filtered signal to power amplifier

Typical Parameters:

Clipping Ratio (CR) = 1.2 – 1.6 (depends on system)


Oversampling factor L = 4 for accurate peak detection
Iterations = 2–5 for practical systems

7. Advantages and Disadvantages


Aspect Advantages Disadvantages
Complexity Simple, easy to implement Iterative filtering increases complexity
PAPR reduction Effective for moderate reduction Not optimal for very low PAPR
Signal quality Preserves phase In-band distortion increases BER
Spectrum Filtering reduces out-of-band radiation Filtering may partially undo clipping

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 44/82
8. Example
OFDM system: 64 subcarriers, QPSK modulation
Original PAPR: ~10.5 dB
Apply clipping with CR = 1.3 → PAPR reduced to ~7.5 dB
Filtering applied → out-of-band distortion suppressed
BER slightly increased if CR is low; higher CR → better BER but less PAPR reduction

9. Summary
Clipping & Filtering is a simple and effective PAPR reduction method.

Clipping: Limits amplitude → reduces peaks → introduces in-band distortion


Filtering: Removes out-of-band spectral regrowth → restores spectral compliance
Iterative approach: Enhances PAPR reduction → balances distortion and spectral compliance
Trade-offs:
Low CR → more PAPR reduction but higher BER
High CR → less PAPR reduction but lower BER
Widely used in LTE, WiMAX, and 5G OFDM systems

If you want, I can next prepare detailed notes on “Selective Mapping (SLM) and Partial Transmit
Sequence (PTS) for PAPR Reduction”, which are distortionless PAPR mitigation methods, in 2–3
pages format.
Do you want me to do that next?

selective mapping (SLM)

Perfect! Let’s prepare detailed notes on Selective Mapping (SLM) for PAPR reduction in OFDM in a
comprehensive 2–3 page format.

Selective Mapping (SLM) for PAPR Reduction in OFDM

1. Introduction

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 45/82
Selective Mapping (SLM) is a distortionless, probabilistic technique to reduce Peak-to-Average
Power Ratio (PAPR) in OFDM systems.

SLM does not alter signal amplitude or introduce nonlinear distortion.


The idea: Generate multiple candidate signals representing the same data, then select the one
with lowest PAPR for transmission.

Key Features:

Reduces PAPR effectively without BER degradation


Requires side information at the receiver to recover the original data
Popular in LTE, WiMAX, and 5G OFDM systems

2. Principle of SLM
2.1 Concept

Let input data block: X = [X0 , X1 , ..., XN −1 ]


​ ​ ​

Multiply by phase sequences Pu ​ = [Pu0 , Pu1 , ..., Pu(N −1) ], u = 1, 2, ..., U


​ ​ ​

X(u) = X ⋅ Pu ​

Perform IFFT on each candidate:

x(u) [n] = IFFT(X(u) ), n = 0, 1, ..., N − 1

Compute PAPR of each candidate:

max ∣x(u) [n]∣2


PAPR(u) =
E[∣x(u) [n]∣2 ]

Select candidate with minimum PAPR for transmission

xtrans [n] = x(umin ) [n],



umin = arg min PAPR(u)


Receiver uses side information (SI) to identify phase sequence and recover original data:

X = X(umin ) ⋅ P−1
umin


2.2 Phase Sequences

Phase sequences Pu,k are typically:


Pu,k ∈ {±1, ±j} or


​ exp(jϕ), ϕ = 2πm/M

Properties:
Unit magnitude → preserves signal power
Introduces different constructive/destructive combinations → reduces PAPR

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 46/82
3. Advantages of SLM
Feature Description
Distortionless No amplitude clipping → BER unaffected
Flexible Works with any modulation (QPSK, QAM)
Effective Reduces PAPR significantly as number of candidates U increases
Compatible Can be combined with other PAPR reduction techniques

4. Disadvantages of SLM
Issue Explanation
Side Information (SI) Needs SI to recover original data → reduces spectral efficiency

Computational Complexity IFFT performed U times → increases processing load


Delay Increased processing time due to multiple IFFTs

Typical Design Considerations:

Number of candidates: U = 4 to 16 for moderate complexity


Oversampling factor: L = 4 to accurately detect peaks

5. Example
OFDM system: 64 subcarriers, QPSK modulation
Generate U = 4 candidates using 4 different phase sequences
Compute PAPR for each candidate:

Candidate PAPR (dB)


x^(1) 10.5
x^(2) 9.8
x^(3) 8.5 (minimum)
x^(4) 9.2

Transmitted signal: x^(3) → lowest PAPR


Receiver: Uses SI to determine phase sequence and recover original symbols

6. Implementation Steps
Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 47/82
1. Input data block → frequency-domain symbols Xk ​

2. Multiply by phase sequences → generate U candidates


3. IFFT of each candidate → time-domain signals
4. Compute PAPR → select candidate with minimum PAPR
5. Transmit selected signal + side information
6. Receiver uses SI → multiplies by inverse phase sequence to recover original data

7. Performance Considerations
PAPR Reduction:
Increasing U → better PAPR reduction
Diminishing returns after certain U (complexity vs benefit)
BER Performance:

Distortionless → BER same as original OFDM


Side Information:
Must be reliably transmitted → often protected with error-correcting codes
Combination with Other Techniques:
Can be combined with clipping & filtering or tone reservation for further reduction

8. Summary
SLM is a probabilistic, distortionless PAPR reduction technique.
Key idea: Generate multiple candidate OFDM signals → select one with lowest PAPR.
Advantages: No distortion, effective for high-order modulation
Disadvantages: Computationally intensive, requires side information

Implementation: Multiply data by phase sequences → IFFT → PAPR evaluation → selection


Widely used in LTE, WiMAX, and 5G systems due to its efficiency and flexibility.

If you want, I can next prepare “Partial Transmit Sequence (PTS) for PAPR Reduction” in the same
detailed 2–3 page style, which is another distortionless method similar to SLM.
Do you want me to do that next?

partial transmit sequence (PTS)

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 48/82
Perfect! Let’s prepare detailed notes on Partial Transmit Sequence (PTS) for PAPR reduction in OFDM
in a detailed 2–3 page format.

Partial Transmit Sequence (PTS) for PAPR Reduction in OFDM

1. Introduction
Partial Transmit Sequence (PTS) is a distortionless, probabilistic technique for reducing Peak-to-
Average Power Ratio (PAPR) in OFDM systems.

PTS divides an OFDM symbol into disjoint sub-blocks and applies phase rotations to minimize
peaks in the time-domain signal.
It is distortionless, unlike clipping, and preserves signal integrity, keeping BER unaffected.
Used in LTE, WiMAX, and 5G OFDM systems to handle high PAPR efficiently.

2. Principle of PTS
2.1 Concept

Frequency-domain OFDM symbol:

X = [X0 , X1 , ..., XN −1 ]
​ ​ ​

Divide into V disjoint sub-blocks Xv , v ​ = 1, 2, ..., V such that:


V
X = ∑ Xv ​ ​

v=1

Multiply each sub-block by a phase factor bv to reduce PAPR ​

V
XPTS = ∑ bv Xv
​ ​ ​ ​

v=1

IFFT → time-domain signal:

xPTS [n] = IFFT (XPTS )


​ ​

Objective: Find phase factors bv such that:


max ∣xPTS [n]∣2


PAPR = is minimized

E[∣xPTS [n]∣2 ]

Phase factors: Typically bv ​ ∈ {±1, ±j}

2.2 Steps in PTS

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 49/82
1. Partition OFDM symbol into V sub-blocks
Common techniques: Adjacent, Interleaved, Pseudo-random partitioning
2. Multiply each sub-block by phase rotation factor bv ​

3. Combine sub-blocks → form candidate OFDM symbols


4. Compute PAPR of each candidate
5. Select candidate with minimum PAPR for transmission
6. Transmit side information (phase factors) to receiver for correct data recovery

3. Advantages of PTS
Feature Description
Distortionless Preserves amplitude → no BER degradation
Effective Can significantly reduce PAPR as number of sub-blocks V increases

Flexible Compatible with any modulation (QPSK, QAM)


Compatible Can combine with other PAPR reduction methods

4. Disadvantages of PTS
Issue Explanation
Side Information Needs SI to recover original data → reduces spectral efficiency
Computational Complexity Exhaustive search for optimal phase factors → increases IFFT computations
Delay Increased processing time due to multiple candidate evaluations

Practical Considerations:

Number of sub-blocks V: 4–8 is typical


Phase factors: limited set (±1, ±j) for manageable search space
Oversampling L = 4 for accurate PAPR measurement

5. Example
OFDM system: 64 subcarriers, QPSK modulation
Divide symbol into V = 4 sub-blocks
Phase factors bv ​ ∈ {1, −1}
Generate all candidate combinations: 2V = 16 candidates
Compute PAPR for each candidate:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 50/82
Candidate PAPR (dB)
C1 10.5
C2 9.2
... ...
C5 7.8 (minimum)

Transmitted signal: Candidate C5 → lowest PAPR


Receiver: Uses side information to multiply by inverse phase factors → original data recovered

6. Implementation Steps
1. Input frequency-domain symbols → divide into V sub-blocks

2. Multiply each sub-block by phase factors (choose from set)


3. IFFT of each combination → time-domain candidate signals
4. Compute PAPR for each candidate
5. Select signal with minimum PAPR
6. Transmit selected signal + side information
7. Receiver multiplies by inverse phase factors to recover original data

7. Performance Considerations
PAPR Reduction:
Increasing number of sub-blocks V → better PAPR reduction
Limited by computational complexity and side information overhead

BER Performance:
Distortionless → BER unaffected
Side Information:
Must be reliably transmitted → often protected with error correction
Combination:
Can combine with clipping & filtering or tone reservation for additional PAPR reduction

8. Summary
PTS is a distortionless, probabilistic PAPR reduction technique.
Key idea: Divide OFDM symbol into sub-blocks → phase rotate → select combination with lowest
PAPR.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 51/82
Advantages: No amplitude distortion, effective for high PAPR, compatible with all modulation
schemes.
Disadvantages: Requires side information, high computational complexity for large sub-blocks or
phase factors.
Implementation: Partition → phase rotation → IFFT → PAPR evaluation → selection → transmit
with side information.
Widely used in LTE, WiMAX, and 5G OFDM systems for efficient PAPR management.

If you want, I can next prepare “Summary of PAPR, Oversampling, Clipping & Filtering, SLM, PTS, and
other mitigation methods”, consolidating all PAPR-related topics into a single cohesive note for
easier revision.
Do you want me to do that next?

tone reservation
(TR)

Perfect! Let’s prepare detailed notes on Tone Reservation (TR) for PAPR reduction in OFDM in a 2–3
page format.

Tone Reservation (TR) for PAPR Reduction in OFDM

1. Introduction
Tone Reservation (TR) is a probabilistic, distortionless PAPR reduction technique in OFDM.

Unlike clipping, it does not distort the original OFDM data symbols.
TR works by reserving a few subcarriers (tones), which are not used for data transmission, to
generate a peak-canceling signal.
Widely used in LTE, WiMAX, and 5G due to its simple and distortionless nature.

2. Principle of Tone Reservation


2.1 Concept

Frequency-domain OFDM signal: X = [X0 , X1 , ..., XN −1 ]


​ ​ ​

Reserve a small subset of subcarriers Xr (not carrying data) → peak reduction tones

X = Xd + Xr ​ ​

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 52/82
Where:

Xd = data-carrying subcarriers

Xr = reserved subcarriers for PAPR reduction


Time-domain signal:

x[n] = IFFT(Xd + Xr ) ​ ​

Objective: Find Xr such that time-domain peaks are minimized


min max ∣x[n]∣, n = 0, 1, ..., N − 1

The reserved tones produce a peak-canceling signal in the time domain

2.2 Mathematical Formulation

1. Define peak reduction signal c[n] = IFFT(Xr ) ​

2. Add to original OFDM signal:

xTR [n] = xd [n] + c[n]


​ ​

3. Optimization problem: Find c[n] (or Xr ) that minimizes peaks


Common approaches:
Gradient-based iterative methods
Linear programming techniques
Clipping in frequency domain with reserved tones

3. Advantages of Tone Reservation


Feature Description
Distortionless Does not affect data symbols → no BER degradation
Effective Reduces PAPR by adjusting reserved tones
Flexible Works with any modulation scheme
Simple Receiver Receiver does not need side information (reserved tones are known)

4. Disadvantages of Tone Reservation


Issue Explanation
Spectral Efficiency Some subcarriers reserved → fewer data symbols transmitted
Complexity Optimization of peak-canceling signal may require iterative computations

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 53/82
Issue Explanation
PAPR Reduction Limited by number of reserved tones → trade-off between PAPR reduction and spectral
Limit efficiency

Typical Parameters:

Reserved tones: 5–10% of total subcarriers


Oversampling factor L = 4 to accurately capture peaks
Iterative methods: 2–5 iterations for practical PAPR reduction

5. Example
OFDM system: 64 subcarriers, QPSK modulation

Reserve 4 subcarriers as peak-canceling tones


Compute time-domain peak and adjust reserved tones iteratively
Result:
Original PAPR: ~10.5 dB
PAPR after TR: ~8 dB
BER: Unchanged, since data symbols are unaffected
Spectral efficiency: Slightly reduced due to reserved tones

6. Implementation Steps
1. Generate OFDM symbols → frequency-domain data Xd ​

2. Reserve small subset of subcarriers → initialize Xr ​

3. Compute time-domain signal: x[n] = IFFT(Xd + Xr )


​ ​

4. Iteratively optimize Xr to reduce peaks


5. Transmit combined OFDM signal xTR [n] ​

6. Receiver uses only data subcarriers → no SI required

7. Comparison with Other Methods


Side PAPR
Method Distortion Complexity Spectral Efficiency
Info Reduction
Clipping &
Yes No Low Moderate Full
Filtering
SLM No Yes High High Slightly reduced due to SI
PTS No Yes High High Slightly reduced due to SI

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 54/82
Side PAPR
Method Distortion Complexity Spectral Efficiency
Info Reduction
Reduced due to reserved
Tone Reservation No No Moderate Moderate
tones

8. Summary
Tone Reservation (TR) is a distortionless PAPR reduction technique.
Uses reserved subcarriers to generate a peak-canceling signal.
Advantages: No BER degradation, simple receiver, effective for moderate PAPR reduction
Disadvantages: Reduces spectral efficiency, requires iterative optimization

Widely used in modern OFDM systems (LTE, WiMAX, 5G) for practical PAPR control

If you want, I can next prepare Tone Injection (TI) for PAPR reduction, which is closely related to Tone
Reservation but adds small signals to subcarriers instead of reserving them, in detailed 2–3 page
notes.
Do you want me to do that next?

tone injection (TI)

Perfect! Let’s prepare detailed notes on Tone Injection (TI) for PAPR reduction in OFDM in a
comprehensive 2–3 page format.

Tone Injection (TI) for PAPR Reduction in OFDM

1. Introduction
Tone Injection (TI) is a distortionless, probabilistic technique used to reduce Peak-to-Average
Power Ratio (PAPR) in OFDM systems.

Unlike Tone Reservation (TR), which uses unused subcarriers, TI adds carefully selected signals
to existing data subcarriers to reduce peaks.
TI does not distort original data symbols but may slightly increase average power.
Widely used in LTE, WiMAX, and 5G systems as a practical PAPR reduction method.

2. Principle of Tone Injection


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 55/82
2.1 Concept

Frequency-domain OFDM symbols: X = [X0 , X1 , ..., XN −1 ]


​ ​ ​

TI adds integer multiples of the constellation amplitude to each subcarrier:

Xk′ = Xk + ck ,
​ ​ ​ k = 0, 1, ..., N − 1

Where:

ck = tone injection factor chosen to reduce time-domain peaks


Xk′ = modified subcarrier for transmission


Time-domain signal:

xTI [n] = IFFT(X′ ) = IFFT(X + C)


Objective: Select C = [c0 , c1 , ..., cN −1 ] to minimize PAPR


​ ​ ​

min max ∣xTI [n]∣, ​ n = 0, 1, ..., N − 1

2.2 How TI Works

Each data symbol Xk has multiple equivalent constellation points in the complex plane due to

periodicity of modulation (e.g., QAM).


Choose alternate points for subcarriers such that constructive peaks in time domain are
reduced.
Unlike TR, all subcarriers carry data → no loss of spectral efficiency.

Example for 16-QAM:

Original symbol: Xk ​ = 1 + j1
Alternative symbols: Xk ​ + 2, Xk − 2, Xk + 2j, Xk − 2j
​ ​ ​

Choose the alternative that minimizes peak in time-domain OFDM signal

3. Advantages of Tone Injection


Feature Description
Distortionless Does not alter the basic symbol mapping → BER preserved
No side information Receiver can decode normally using original constellation
Spectrally efficient All subcarriers carry data → full spectral usage
Effective Reduces PAPR significantly for moderate-to-high PAPR peaks

4. Disadvantages of Tone Injection


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 56/82
Issue Explanation
Increased Average Power Addition of tones slightly increases transmitted signal power
Complexity Optimization of tone selection → requires computation
Implementation May need careful selection of alternative symbols to avoid excessive power increase

Practical Considerations:

Use a limited set of alternate symbols to reduce complexity


Oversampling factor L = 4 to detect continuous-time peaks
Can combine with SLM or PTS for better performance

5. Example
OFDM system: 64 subcarriers, 16-QAM modulation
Original time-domain PAPR: ~10.5 dB
Apply TI by selecting alternative symbols for subcarriers contributing to peaks
Result:
PAPR reduced to ~8–9 dB
Slight increase in average transmitted power (~0.5–1 dB)
BER remains unchanged since constellation points are still valid

6. Implementation Steps
1. Generate OFDM symbols: Frequency-domain X

2. Identify peak contributors: Time-domain samples causing high PAPR

3. Select alternative constellation points ck for peak-contributing subcarriers


4. Form modified symbols: Xk′ ​ = Xk + c k


​ ​

5. IFFT: Generate time-domain signal xTI [n] ​

6. Transmit signal with full data subcarriers


7. Receiver: Demodulates using original constellation → no additional processing required

7. Comparison with Tone Reservation (TR)


Feature Tone Reservation (TR) Tone Injection (TI)
Distortion No No
Side Info No No
Spectral Efficiency Reduced (reserved tones) Full (all subcarriers carry data)

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 57/82
Feature Tone Reservation (TR) Tone Injection (TI)
Average Power Same Slightly increased
Complexity Moderate (optimization of reserved tones) Moderate-to-high (tone selection)
PAPR Reduction Moderate Moderate-to-high

8. Summary
Tone Injection (TI) is a distortionless PAPR reduction technique that modifies subcarriers by
selecting alternate constellation points.
Advantages: Maintains full spectral efficiency, no BER degradation, effective PAPR reduction
Disadvantages: Slightly increases average power, requires careful tone selection

Implementation: Identify peaks → select alternative symbols → IFFT → transmit


TI is practical in OFDM-based wireless systems where spectral efficiency and signal integrity are
critical

If you want, I can next prepare a consolidated summary of all PAPR-related topics (PAPR,
Oversampling, Clipping & Filtering, SLM, PTS, TR, TI) in one cohesive note for easy revision, which
will be very helpful for exam preparation.
Do you want me to do that next?

Multiple-Input (i.e., Multiple-Transmitter) Multiple- Output (i.e.,


Multiple-Receiver) (MIMO)

Perfect! Let’s prepare detailed notes on MIMO (Multiple-Input Multiple-Output) systems in a


comprehensive 2–3 page format.

Multiple-Input Multiple-Output (MIMO) Systems

1. Introduction
MIMO refers to wireless communication systems that employ multiple antennas at both the
transmitter and the receiver.

Unlike conventional SISO (Single Input Single Output) systems, MIMO exploits spatial diversity
and multipath propagation to improve capacity, reliability, and spectral efficiency.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 58/82
MIMO is a key technology in modern wireless standards such as LTE, WiMAX, Wi-Fi
(802.11n/ac/ax), and 5G.

Key Benefits:

1. Increased data rates through spatial multiplexing


2. Improved link reliability through diversity gain
3. Better spectral efficiency without additional bandwidth

2. MIMO System Model


2.1 Basic Configuration

Transmit antennas: Nt ​

Receive antennas: Nr ​

y = Hx + n

Where:

y = Nr × 1 received signal vector


x = Nt × 1 transmitted signal vector


H = Nr × Nt channel matrix
​ ​

n = additive white Gaussian noise (AWGN)

Channel Matrix H:

h11 ​
h12 ​
⋯ h1Nt ​

h21 ​ h22 ​ ⋯ h2Nt ​

H=

​ ​ ​ ​ ​ ​

⋮ ⋮ ⋱ ⋮
hN r 1 ​
​ hN r 2​
​ ⋯ hN r N t​ ​

hij = complex channel gain from transmit antenna j to receive antenna i


2.2 Types of MIMO

1. Single-User MIMO (SU-MIMO):


One transmitter, one receiver, multiple antennas on both sides
Enhances data rate and reliability for a single user
2. Multi-User MIMO (MU-MIMO):
One transmitter serves multiple users with multiple antennas
Improves system capacity and spectral efficiency
3. Massive MIMO:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 59/82
Hundreds of antennas at the base station
Key technology for 5G and beyond
Provides high beamforming gain and interference suppression

3. MIMO Transmission Techniques


3.1 Spatial Diversity

Purpose: Combat fading and improve link reliability


Methods:
Transmit Diversity: Same data transmitted from multiple antennas → e.g., Alamouti
scheme

Receive Diversity: Combines signals from multiple antennas → e.g., Maximum Ratio
Combining (MRC)

Diversity Gain: Reduction in probability of deep fades

3.2 Spatial Multiplexing

Purpose: Increase data rate by transmitting multiple independent data streams simultaneously
Method: Split data into streams → each transmitted from a different antenna
Receiver: Decodes streams using MIMO detection algorithms

Capacity Gain: For ideal MIMO channel:

C = min(Nt , Nr ) ⋅ CSISO
​ ​ ​

Example: Nt ​ = Nr = 4 → theoretical capacity quadrupled compared to SISO


3.3 Beamforming

Purpose: Focus transmission energy toward intended receiver → improves SNR


Method: Apply phase and amplitude weights to transmit antennas
Advantage: Reduces interference, enhances coverage

4. MIMO Channel Models


1. Flat Fading MIMO Channel:
Channel gain constant over a symbol period
Suitable for narrowband systems
2. Frequency-Selective Fading MIMO Channel:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 60/82
Channel varies across frequency → multiple taps
Common in OFDM-based MIMO systems
3. Rayleigh/Rician Fading:
Rayleigh: No line-of-sight (NLOS)
Rician: Includes line-of-sight (LOS) component

5. MIMO Detection Techniques


At the receiver, multi-antenna signals must be separated:

Technique Description Complexity


Zero Forcing (ZF) Inverts channel matrix → cancels interference Low
Balances noise amplification and interference
Minimum Mean Square Error (MMSE) Moderate
suppression
Maximum Likelihood (ML) Finds the transmitted vector with highest likelihood Very high
Successive Interference Cancellation Detects streams sequentially → cancels detected
Moderate
(SIC) signals

6. Performance Metrics
1. Bit Error Rate (BER): Improved by diversity techniques
2. Capacity / Throughput: Increased by spatial multiplexing
3. Diversity-Multiplexing Tradeoff (DMT): Balance between reliability and rate

7. Applications of MIMO
Wireless LANs: Wi-Fi 802.11n/ac/ax
Cellular Networks: LTE, 5G NR
Massive MIMO: 5G base stations for enhanced coverage
WiMAX: Multi-antenna systems for broadband access
Vehicle-to-Everything (V2X) Communication

8. Advantages and Disadvantages of MIMO


Aspect Advantages Disadvantages
Spatial multiplexing increases
Data Rate Requires multiple RF chains
throughput
Reliability Diversity gain reduces fading Higher hardware cost

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 61/82
Aspect Advantages Disadvantages
Transmit multiple streams in same
Spectral Efficiency Increased signal processing complexity
bandwidth
Interference Needs accurate channel state information
Beamforming reduces interference
Management (CSI)

9. Summary
MIMO employs multiple antennas at transmitter and receiver → exploits spatial domain for better
performance.
Key techniques:

Spatial diversity: combats fading, improves reliability


Spatial multiplexing: increases data rate
Beamforming: improves SNR and reduces interference
Detection techniques: ZF, MMSE, ML, SIC
Applications: Modern wireless standards (LTE, 5G, Wi-Fi, WiMAX)
MIMO is a cornerstone technology for high-speed, reliable, and spectrally efficient wireless
communication systems.

If you want, I can next prepare detailed notes on “MIMO-OFDM: Combining OFDM with MIMO”,
covering system model, advantages, detection, and channel considerations, which is a key topic in
wireless communication.
Do you want me to do that next?

Channel Models: Small-scale vs. Large- scale fading;

Perfect! Let’s prepare detailed notes on Channel Models: Small-Scale vs. Large-Scale Fading in a 2–3
page format.

Channel Models: Small-Scale vs. Large-Scale Fading

1. Introduction
Wireless communication channels are time-varying and location-dependent, which affects the signal
amplitude, phase, and frequency at the receiver.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 62/82
Channel fading is the variation of the received signal strength over time, frequency, or space.

Large-Scale Fading: Variations over long distances (meters to kilometers)


Small-Scale Fading: Rapid variations over short distances (on the order of a wavelength)

Understanding these fading types is essential for system design, link budgeting, and MIMO-OFDM
implementation.

2. Large-Scale Fading
2.1 Definition

Large-scale fading refers to the average signal power attenuation caused by:

1. Path Loss: Power reduction due to distance between transmitter and receiver
2. Shadowing: Power fluctuation caused by obstructions (buildings, trees, hills)

It does not vary rapidly with time or frequency.

2.2 Path Loss

Path loss models quantify signal attenuation with distance:

d
P L(d) = P L(d0 ) + 10n log10
​ ​
+ Xσ
​ ​

d0

Where:

P L(d) = Path loss at distance d (dB)


P L(d0 ) = Reference path loss at distance d0
​ ​

n = Path loss exponent (2–6 depending on environment)


Xσ = Shadowing component (log-normal random variable, σ ~ 6–12 dB)

Observation: Signal decreases logarithmically with distance.

2.3 Shadowing

Also called slow fading


Caused by obstacles blocking or reflecting the signal
Modeled as log-normal distribution:

Pr (d) = Pt − P L(d) + Xσ
​ ​ ​

Characteristics:
Varies over large distances (tens to hundreds of meters)

Average received power fluctuates around mean path loss


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 63/82
3. Small-Scale Fading
3.1 Definition

Small-scale fading refers to rapid fluctuations in signal amplitude, phase, or frequency over short
distances (~wavelength) or short time periods.

Caused by multipath propagation:


Reflection, diffraction, scattering
Signal components from multiple paths interfere constructively or destructively at the receiver

3.2 Characteristics

Feature Description
Variation Rapid changes over wavelength scale
Time/Frequency Dependence Varies with Doppler effect and delay spread
Fading Types Flat fading and Frequency-selective fading

3.3 Flat Fading vs. Frequency-Selective Fading

1. Flat Fading:
Channel bandwidth Bc > signal bandwidth Bs
​ ​

Entire signal spectrum affected uniformly


Example: Narrowband communication

2. Frequency-Selective Fading:
Channel bandwidth Bc < signal bandwidth Bs
​ ​

Different frequency components experience different attenuation


Causes inter-symbol interference (ISI)

3.4 Rayleigh and Rician Fading

Rayleigh Fading:
No line-of-sight (NLOS) path
Envelope of received signal follows Rayleigh distribution
Rician Fading:
One dominant line-of-sight (LOS) path + multipath

Envelope follows Rician distribution

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 64/82
Probability Density Function (PDF):

Rayleigh:
r −r2 /2σ2
f (r) = e , r≥0
σ2

Rician:

I0 ( 2 )
r −(r2 +A2 )/2σ2 rA
f (r) = 2
​e ​ ​

σ σ

Where A = LOS amplitude, I0 = modified Bessel function


4. Comparison: Large-Scale vs. Small-Scale Fading


Feature Large-Scale Fading Small-Scale Fading
Variation Slow Rapid
Distance Scale Tens to hundreds of meters ~Wavelength (~λ)
Cause Path loss, shadowing Multipath propagation
Modeling Log-distance, log-normal Rayleigh, Rician
Effect Average received power changes Rapid amplitude/phase fluctuations
Mitigation Power control, antenna gain Diversity, equalization, OFDM

5. Impact on Wireless Systems


Large-scale fading:

Determines link budget and cell coverage


Mitigated using power control, adaptive modulation, and antenna gain
Small-scale fading:
Causes fast signal fluctuations → deep fades
Mitigated using:
Diversity techniques: Time, frequency, space (MIMO)
Equalization in frequency-selective channels
OFDM converts frequency-selective fading to multiple flat-fading subchannels

6. Summary
Large-scale fading: Slow, long-distance variations caused by path loss and shadowing

Small-scale fading: Fast, short-distance variations caused by multipath propagation

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 65/82
Fading models:
Large-scale: Log-distance path loss + log-normal shadowing
Small-scale: Rayleigh (NLOS), Rician (LOS + NLOS)
Mitigation techniques:
Large-scale: Power control, cell planning
Small-scale: Diversity, equalization, OFDM, MIMO

Key Point: Understanding both fading types is critical for MIMO, OFDM, and modern wireless system
design.

If you want, I can next prepare “Multipath Channel in Wireless Communication”, detailing delay
spread, coherence bandwidth, and effect on OFDM/MIMO, which directly follows from small-scale
fading.
Do you want me to do that next?

time-dispersive
vs Frequency-dispersive fading

Perfect! Let’s prepare detailed notes on Time-Dispersive vs Frequency-Dispersive Fading in a clear 2–


3 page format.

Time-Dispersive vs Frequency-Dispersive Fading in Wireless


Channels

1. Introduction
In wireless communication, fading arises due to multipath propagation. Signals from the transmitter
reach the receiver through multiple paths with different delays, amplitudes, and phases, causing
interference and signal distortion.
Fading can be categorized based on its impact in the time domain or frequency domain:

1. Time-dispersive fading → affects the signal in time domain


2. Frequency-dispersive fading → affects the signal in frequency domain

Understanding these helps in OFDM, MIMO, and equalization design.

2. Time-Dispersive Fading

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 66/82
2.1 Definition

Time-dispersive fading occurs when multipath signals arrive at the receiver with different delays,
causing inter-symbol interference (ISI) in the time domain.

The time spread of the multipath channel is called delay spread (τd ) ​

τd = time difference between earliest and latest significant multipath components


Channel is time-dispersive if delay spread > symbol duration

2.2 Characteristics

Feature Description

ISI Significant interference between consecutive symbols


Channel Memory Channel has memory due to delayed components
Coherence Time Usually longer than symbol duration for slow fading
Frequency Response Varies across frequency → frequency-selective fading occurs

2.3 Example

Symbol duration: Ts ​ = 1μs


Maximum delay spread: τd ​ = 5μs

Since τd ​ > Ts , multipath components overlap with next symbol → ISI occurs

Mitigation:

Equalization: Zero-forcing, MMSE


OFDM: Converts frequency-selective fading to flat-fading subcarriers
Guard interval / cyclic prefix: Prevents ISI in OFDM

3. Frequency-Dispersive Fading
3.1 Definition

Frequency-dispersive fading occurs when the channel has frequency-selective gain, i.e., different
frequency components of the signal experience different attenuation and phase shifts.

Coherence bandwidth (Bc ) quantifies the frequency range over which the channel can be

considered flat

1
Bc ≈
​ ​

τd ​

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 67/82
If signal bandwidth Bs ​ > Bc → frequency-selective fading

If signal bandwidth Bs ​ < Bc → channel appears flat fading


3.2 Characteristics

Feature Description
Frequency Dependence Amplitude and phase vary across frequency
Effect on Signal Certain frequencies attenuated → distortion in broadband signals

Relationship with Delay Spread Bc ≈ 1/τd


​ ​

Mitigation OFDM, equalization, frequency diversity

3.3 Example

Delay spread: τd ​ = 2μs → Coherence bandwidth Bc ≈ 500kHz ​

Signal bandwidth: Bs ​
= 5M Hz → Bs > Bc → frequency-selective fading occurs
​ ​

Mitigation: OFDM splits 5 MHz signal into smaller subcarriers (e.g., 64 subcarriers each < 500 kHz)
→ each experiences flat fading

4. Comparison: Time-Dispersive vs Frequency-Dispersive Fading


Feature Time-Dispersive Frequency-Dispersive
Domain Time Frequency
Multipath signals arrive at different Multipath signals affect different frequencies
Cause
times differently
Key
Delay spread (τd ) Coherence bandwidth (Bc )
Parameter
​ ​

Frequency-selective fading, distortion across


Effect Inter-symbol interference (ISI)
spectrum
Mitigation Equalization, cyclic prefix, OFDM OFDM, frequency diversity, channel coding

Relationship: Time-dispersive fading causes frequency-dispersive fading:

1
Bc ≈
​ ​

τd ​

5. Impact on Wireless Systems


1. Time-Dispersive Fading:

Affects symbol timing

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 68/82
Requires equalizers or cyclic prefix in OFDM
2. Frequency-Dispersive Fading:
Affects signal spectrum
Requires OFDM to divide broadband signal into narrowband subcarriers
Frequency diversity or channel coding improves robustness

Key Insight: Modern systems like MIMO-OFDM exploit both time and frequency dispersive
characteristics to improve reliability and data rate.

6. Summary
Time-Dispersive Fading: Multipath signals arrive at different times → ISI → mitigated with
equalization or cyclic prefix
Frequency-Dispersive Fading: Channel varies over frequency → some frequencies attenuated →
mitigated with OFDM or frequency diversity
Relationship: Delay spread (τd ) and coherence bandwidth (Bc ) are inversely related
​ ​

Modern Systems: Use OFDM + MIMO + coding to exploit and mitigate dispersive effects

If you want, I can next prepare “Multipath Channel in Wireless Communication”, detailing channel
impulse response, delay profile, and its effect on OFDM and MIMO systems in a detailed, exam-
ready note.
Do you want me to do that next?

Spatial correlation.

Perfect! Let’s prepare detailed notes on Spatial Correlation in MIMO systems in a 2–3 page format.

Spatial Correlation in MIMO Systems

1. Introduction
In Multiple-Input Multiple-Output (MIMO) systems, multiple antennas at the transmitter and receiver
are used to exploit spatial diversity and spatial multiplexing.

Spatial correlation refers to the dependency between signals received or transmitted from
different antennas.

High spatial correlation reduces the benefits of MIMO, such as diversity gain and capacity.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 69/82
Key Idea: Ideally, signals from different antennas should be independent for maximum MIMO
performance.

2. Definition of Spatial Correlation


Spatial correlation occurs when channels from multiple antennas experience similar fading
due to antenna proximity or insufficient scattering.
Correlation coefficient (ρ) quantifies similarity between signals:

E[hi h∗j ]
ρ=
​ ​

E[∣hi ∣2 ]E[∣hj ∣2 ]

​ ​ ​

Where:

hi , hj = channel gains from antennas i and j


​ ​

E[⋅] = expectation
ρ = 0 → uncorrelated channels (ideal)
ρ = 1 → fully correlated channels (worst case)

3. Factors Affecting Spatial Correlation


1. Antenna Spacing:
Closely spaced antennas → higher correlation
Typical spacing: λ/2 to λ for low correlation

2. Angle of Arrival (AoA):

Narrow angular spread of incoming waves → higher correlation


Wide angular spread → lower correlation, better diversity
3. Environment / Scattering:
Rich scattering → independent multipath → low correlation
Line-of-sight dominant → high correlation
4. Antenna Polarization:
Using cross-polarized antennas reduces correlation

4. Impact of Spatial Correlation on MIMO Performance


Aspect Effect of High Correlation Effect of Low Correlation
Diversity Gain Reduced → system less robust to fading High → improved reliability

Spatial Reduced capacity → data streams High capacity → independent streams


Multiplexing interfere possible
Channel Rank Lower rank → fewer independent paths Full rank → maximum parallel streams

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 70/82
Aspect Effect of High Correlation Effect of Low Correlation
BER Performance Worsens due to correlated fading Improves due to independent paths

Observation: Spatial correlation is undesirable in MIMO, especially for high data rate applications.

5. Modeling Spatial Correlation


5.1 Correlation Matrices

Transmit correlation matrix: Rt ​

Receive correlation matrix: Rr ​

MIMO channel with correlation:


1/2
H = R1/2
r Hw Rt​ ​ ​

Where:

Hw = i.i.d. Rayleigh fading channel matrix


Rt , Rr capture spatial correlation


​ ​

5.2 Exponential Correlation Model

Commonly used model:

[R]i,j = ρ∣i−j∣

ρ = correlation coefficient between adjacent antennas


Correlation decreases exponentially with antenna separation

6. Mitigation of Spatial Correlation


1. Increase Antenna Spacing:
≥ λ/2 to reduce mutual coupling
2. Use Cross-Polarized Antennas:
Vertical + horizontal polarization reduces correlation
3. Optimize Antenna Placement:
Avoid placing antennas in highly correlated directions
4. Environmental Considerations:
Rich scattering environment → naturally reduces correlation

5. Advanced Techniques:
Precoding or beamforming → exploits residual correlation

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 71/82
Antenna selection → choose antennas with low mutual correlation

7. Practical Examples
1. Indoor Wi-Fi (802.11n/ac):
Limited scattering → antennas close → moderate correlation
Uses cross-polarized antennas to reduce correlation
2. LTE / 5G Base Stations:
Massive MIMO → antennas spaced optimally, directional beams → low correlation
3. Vehicular Communications:

High mobility → rapidly changing scattering → low correlation over time

8. Summary
Spatial correlation is the dependency between signals from multiple antennas in MIMO systems.
High correlation reduces MIMO capacity, diversity gain, and reliability.
Factors affecting correlation: Antenna spacing, AoA, environment, polarization
Mitigation: Increase spacing, use cross-polarization, optimize antenna placement, and employ
precoding or antenna selection
Key Insight: Low spatial correlation → high-rank MIMO channel → maximum capacity and
diversity benefits

If you want, I can next prepare “Multipath Channel in Wireless Communication”, including channel
impulse response, power delay profile, Doppler effect, and implications for OFDM/MIMO systems,
which is closely related to spatial correlation.
Do you want me to do that next?

Antennas Diversity: Receive- antenna diversity

Perfect! Let’s prepare detailed notes on Receive-Antenna Diversity in a 2–3 page format.

Antenna Diversity: Receive-Antenna Diversity

1. Introduction

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 72/82
Antenna diversity is a technique used in wireless communication to mitigate fading caused by
multipath propagation.

It improves signal reliability and reduces bit error rate (BER).


Can be implemented at the transmitter (Tx), receiver (Rx), or both.

Receive-Antenna Diversity specifically refers to using multiple antennas at the receiver to capture
independent versions of the transmitted signal.

2. Principle of Receive-Antenna Diversity


Wireless signals experience multipath fading, which may cause deep fades at a single antenna.

By employing multiple receive antennas, the probability that all antennas simultaneously
experience deep fading is greatly reduced.
Signals from multiple antennas are combined to produce a stronger, more reliable signal.

Mathematical Representation:
If ri (t) is the signal at receive antenna i:

ri (t) = hi s(t) + ni (t),


​ ​ ​ i = 1, 2, ..., Nr ​

Where:

s(t) = transmitted signal


hi = channel coefficient for antenna i

ni (t) = noise at antenna i


The received signals are combined to maximize signal-to-noise ratio (SNR).

3. Types of Receive Diversity Combining Techniques


3.1 Selection Combining (SC)

Simplest method
Receiver selects the antenna with the highest instantaneous SNR:

rSC (t) = ri∗ (t),


​ ​ i∗ = arg max γi
​ ​

Advantages: Simple, low cost


Disadvantages: Uses only one antenna → not full diversity gain

3.2 Maximal Ratio Combining (MRC)

Optimal linear combining technique


Each antenna signal is weighted by its channel gain and SNR before summation:
Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 73/82
Nr
rMRC (t) = ∑ wi ri (t),

​ ​ ​ ​
wi ∝ h∗i
​ ​

i=1

Weights wi chosen to maximize output SNR


Advantages: Maximum diversity gain, best BER performance


Disadvantages: High complexity, requires channel knowledge

3.3 Equal Gain Combining (EGC)

Similar to MRC, but all weights have equal magnitude; only phase is adjusted to align signals:

Nr
rEGC (t) = ∑ e−jθi ri (t)

​ ​ ​

i=1

Advantages: Lower complexity than MRC, better than SC


Disadvantages: Slightly inferior to MRC in SNR performance

3.4 Switch-and-Examine Combining (SEC)

Receiver switches antennas sequentially until a signal above a threshold SNR is found
Advantages: Low complexity
Disadvantages: Diversity gain less than MRC/EGC

4. Advantages of Receive-Antenna Diversity


Feature Benefit
Fading Mitigation Reduces probability of deep fades
Improved BER Combines multiple signals to increase SNR
Reliability Provides consistent communication in multipath environment
Flexibility Can be implemented with 2–4 antennas for moderate cost

5. Limitations
Limitation Explanation
Hardware Cost More antennas, RF chains, and receivers needed
Complexity MRC and EGC require channel estimation
Correlation If antennas are closely spaced, signals may be correlated → reduced diversity gain

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 74/82
Note: To maximize diversity, antenna spacing should be ≥ λ/2 (half wavelength) or use cross-polarized
antennas.

6. Applications
Wireless LANs (Wi-Fi 802.11n/ac/ax): Receive diversity improves indoor coverage
Cellular networks (LTE, 5G): Enhances link reliability in urban environments
Satellite communications: Receive diversity combats fading from multipath and shadowing
Vehicular communications: Maintains link quality in rapidly changing channels

7. Performance Metrics
Diversity Order (Nr ): Number of independent receive antennas

Higher diversity order → lower outage probability and BER


Output SNR for MRC:

Nr
γout = ∑ γi

​ ​ ​

i=1

Probability of Deep Fade: Decreases exponentially with the number of antennas

8. Summary
Receive-Antenna Diversity improves reliability by combining signals from multiple antennas.

Combining techniques: SC (simple), MRC (optimal), EGC (moderate), SEC (threshold-based)


Benefits: Fading mitigation, better SNR, improved BER
Challenges: Hardware cost, correlation effects, channel estimation for MRC/EGC
Applications: Wi-Fi, LTE, 5G, satellite, vehicular communication

Key Insight: Receive diversity is a simple yet powerful method to combat multipath fading in wireless
communication, forming the basis for MIMO and OFDM systems.

If you want, I can next prepare “Transmit-Antenna Diversity”, including Alamouti scheme and
generalized transmit diversity techniques, which complements receive diversity.
Do you want me to do that next?

Transmit-antenna diversity.

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 75/82
Perfect! Let’s prepare detailed notes on Transmit-Antenna Diversity in a 2–3 page format.

Antenna Diversity: Transmit-Antenna Diversity

1. Introduction
Transmit-Antenna Diversity (TAD) is a technique where multiple antennas are used at the
transmitter to improve the reliability of wireless communication.

It mitigates fading effects caused by multipath propagation.


Particularly useful in systems where receiver has a single antenna or is constrained in size.

Often combined with MIMO and OFDM for enhanced performance.

Key Idea: By transmitting the same or coded signals from multiple antennas, the probability of deep
fading at all paths simultaneously is minimized.

2. Principle of Transmit-Antenna Diversity


Multiple antennas transmit redundant or coded signals.
Signals reach the receiver through independent fading channels.
The receiver combines these signals to improve SNR and reduce bit error rate (BER).

Mathematical Model:

Nt
y = ∑ hi xi + n

​ ​ ​

i=1

Where:

y = received signal
xi = signal transmitted from antenna i

hi = channel coefficient from transmit antenna i to receiver


n = additive noise
Goal: Ensure received signals are independent or orthogonal to maximize diversity gain.

3. Transmit Diversity Techniques


3.1 Alamouti Scheme (2×1)

Simplest and most widely used orthogonal space-time block code (STBC)

2 transmit antennas, 1 or more receive antennas


Transmit symbols s1 and s2 over two time slots:
​ ​

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 76/82
Time Slot Antenna 1 Antenna 2

1 s1 ​ s2 ​

2 −s∗2 ​ s∗1 ​


= complex conjugate

Receiver Processing:

Combines the received signals using channel state information (CSI)


Provides full diversity gain with simple linear decoding

Advantages:

Full transmit diversity with 2 antennas


Simple decoding → low complexity
Compatible with MIMO and OFDM

3.2 Generalized STBC (More than 2 Antennas)

Orthogonal STBCs exist for more than 2 transmit antennas, but:


Achieving full rate and full diversity simultaneously is challenging
Requires linear or quasi-orthogonal coding
Example: 3 or 4 transmit antennas → rate may drop below 1 symbol per time slot

3.3 Cyclic Delay Diversity (CDD)

Transmit the same signal with different cyclic delays on each antenna
Converts frequency-flat fading channel into frequency-selective fading
Enhances frequency diversity when used with OFDM

3.4 Beamforming (Transmit Side)

Transmit antennas adjust phase and amplitude weights to focus energy toward receiver
Provides array gain, reduces fading, and increases SNR
Requires knowledge of channel at transmitter

4. Advantages of Transmit Diversity


Feature Benefit
Fading Mitigation Reduces probability of deep fades

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 77/82
Feature Benefit
Improved BER Signals combined at receiver → higher reliability
No Need for Multiple Receive Antennas Useful for mobile devices with single antenna
Compatibility Can be combined with OFDM and MIMO
Linear Decoding (Alamouti) Low complexity, practical implementation

5. Limitations
Limitation Explanation
Receiver Complexity Needs CSI for coherent combining
Reduced Data Rate (for >2 antennas) Full-rate STBC not always possible
Hardware Cost More transmit antennas → higher RF chain cost
Channel Knowledge Beamforming requires transmitter-side channel estimation

6. Applications
Wi-Fi (802.11n/ac/ax): Alamouti STBC for transmit diversity
LTE / 5G: Transmit diversity for improving cell-edge user reliability
Satellite Communication: Mitigates fading when receiver has a single antenna
Vehicular Communication: Ensures link reliability in dynamic environments

7. Performance Metrics
1. Diversity Order:
Number of independent paths contributing to received signal
Alamouti 2×1 → diversity order = 2
2. Output SNR (Alamouti):

γout = ∣h1 ∣2 + ∣h2 ∣2


​ ​ ​

Combines contributions from both transmit antennas → higher SNR

3. Bit Error Rate (BER):


Improves significantly compared to single antenna transmission

Approaches theoretical diversity bound

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 78/82
8. Summary
Transmit-Antenna Diversity (TAD) uses multiple antennas at the transmitter to combat
multipath fading.
Key Techniques: Alamouti STBC (2×1), Generalized STBC (>2 antennas), Cyclic Delay Diversity,
Beamforming
Advantages: Improved reliability, higher SNR, can work with single receive antenna
Challenges: Requires channel knowledge, higher hardware cost, data rate reduction for large
antenna arrays
Applications: Modern wireless systems (Wi-Fi, LTE, 5G, satellite, vehicular communication)

Key Insight: TAD is complementary to receive diversity and is a building block for MIMO systems,
enabling reliable high-data-rate communication in multipath environments.

If you want, I can next prepare “Rake Receiver in Multipath Channels”, including concept, structure,
types, and how it combats multipath fading, which ties transmit/receive diversity and multipath
together.
Do you want me to do that next?

Space-time Coding

Perfect! Let’s prepare detailed notes on Space-Time Coding (STC) in a 2–3 page format.

Space-Time Coding (STC)

1. Introduction
Space-Time Coding (STC) is a technique used in wireless communication to exploit both spatial
diversity (multiple antennas) and time diversity (symbol repetition over time) to combat multipath
fading.

Combines antenna diversity and error control coding.


Provides improved reliability without requiring additional bandwidth.
STC is widely used in MIMO systems, LTE, Wi-Fi (802.11n/ac/ax), and 5G.

Key Idea: Encode information across multiple transmit antennas and time slots to achieve diversity
gain and/or coding gain.

2. Goals of Space-Time Coding


Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 79/82
1. Diversity Gain: Minimize probability of deep fades by transmitting redundant information over
multiple antennas.
2. Coding Gain: Improve BER by adding structured redundancy, allowing error correction.
3. Spectral Efficiency: Achieve reliability without increasing bandwidth.

Trade-off:

Higher diversity → often lower data rate (rate-diversity trade-off)

3. Types of Space-Time Codes


3.1 Space-Time Block Codes (STBC)

Transmits symbols in blocks across antennas and time


Orthogonal STBCs (OSTBCs) provide full diversity with linear decoding

Example: Alamouti Code (2×1)

2 transmit antennas, 1 or more receive antennas


Transmit symbols s1 and s2 over 2 time slots:
​ ​

Time Slot Antenna 1 Antenna 2

1 s1 ​ s2 ​

2 −s∗2 ​
s∗1 ​

Properties:
Orthogonal → simple linear decoding
Full diversity gain = number of transmit antennas
BER improvement under fading channels

General STBC:

For more than 2 antennas, quasi-orthogonal STBCs are used


Trade-off between rate and diversity gain

3.2 Space-Time Trellis Codes (STTC)

Combines trellis coding (convolutional codes) with multiple antennas


Provides both coding gain and diversity gain

Transmits symbols according to a trellis structure across antennas and time

Features:

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 80/82
High diversity and coding gain
Requires complex decoding algorithms (Viterbi decoder)
Suitable for high-performance wireless systems

3.3 Cyclic Delay Diversity (CDD)

Introduces cyclic delays on multiple transmit antennas


Converts flat-fading channel into frequency-selective fading
Enhances frequency diversity when combined with OFDM

Low complexity, often used in LTE and Wi-Fi

3.4 Beamforming / Precoding (Space-Time Processing)

Uses channel knowledge at transmitter to focus signal energy toward receiver


Provides array gain and reduces fading
Often combined with STBC or STTC for hybrid coding and beamforming

4. Performance Metrics
1. Diversity Order (D): Number of independent signal paths contributing to received signal.
Full diversity: D = Nt × Nr (N_t transmit, N_r receive antennas)
​ ​

2. Coding Gain: Improvement in BER due to redundancy and structured coding.

3. Bit Error Rate (BER):


STBC improves BER significantly under Rayleigh fading channels
STTC achieves both coding and diversity gain → better performance than STBC in some cases
4. Spectral Efficiency:
STBC: Typically lower rate for full diversity (e.g., Alamouti: rate 1)
STTC: Can achieve higher spectral efficiency with trellis coding

5. Advantages of Space-Time Coding


Feature Benefit
Fading Mitigation Combats multipath fading using spatial and time diversity
BER Improvement Significant reduction in bit error probability
Compatibility Works with MIMO, OFDM, and modern wireless systems

Low Complexity (STBC) Orthogonal codes allow simple linear decoding


Flexible Can trade-off between rate and diversity (STBC vs STTC)

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 81/82
6. Limitations
Limitation Explanation
Complexity STTC requires complex decoding (Viterbi)
Channel Knowledge Some techniques (beamforming) require CSI at transmitter
Data Rate Full diversity codes may reduce rate (orthogonal STBCs >2 antennas)
Antenna Requirement Requires multiple transmit antennas for full gain

7. Applications
Wi-Fi (802.11n/ac/ax): Alamouti STBC for robust indoor communication
LTE / 5G: STBC/STTC for enhanced cell-edge reliability
Satellite Communication: Combats multipath in mobile satellite links
Vehicular Communication: Ensures reliable links in fast-changing environments

8. Summary
Space-Time Coding (STC) encodes information across multiple antennas and time slots.
Key Techniques:
STBC: Simple, orthogonal → linear decoding, full diversity

STTC: Trellis-based → coding + diversity gain, higher complexity


CDD / Beamforming: Exploit frequency diversity or array gain
Benefits: Combats fading, improves BER, enhances reliability
Trade-off: Diversity gain vs spectral efficiency
Forms the basis for modern MIMO-OFDM systems in LTE, Wi-Fi, and 5G

Key Insight: STC is a cornerstone of MIMO technology, providing robust communication in


multipath fading channels without increasing bandwidth.

If you want, I can next prepare “Rake Receiver in Multipath Channels”, detailing concept, structure,
types, and how it combats multipath fading, which connects to spatial diversity and STC.
Do you want me to do that next?

Printed using ChatGPT to PDF, powered by PDFCrowd HTML to PDF API. 82/82

You might also like