OE-7.4 Diversity Techniques & OFDM
The NPTEL IIT Madras wireless and cellular communications course — written September 2026
What this is and why it exists
Diversity fights fading with redundancy. Send or receive the same information over paths that are unlikely to fade at the same time, then combine them.
That phrase carries all the weight. Two antennas an inch apart fade together and buy nothing. The whole design question is how to get paths whose fading is independent.
And this unit's other idea is elegant. Orthogonal frequency division multiplexing turns one difficult wideband channel into many straightforward narrowband ones.
The vocabulary
- Diversity — using several independently fading paths.
- Branch — the standard term for one of those paths.
- Selection combining — use whichever branch is currently strongest.
- Feedback or scanning — use a branch until it fades, then look for another.
- Maximal ratio combining — weight every branch by its own quality and add.
- Equal gain combining — align the branches and add with equal weight.
- Subcarrier — one of the many narrow channels the band is split into.
- Cyclic prefix — a repeated tail placed at the front of each symbol.
- Intercarrier interference — subcarriers leaking into one another.
The mental model
The combining methods form a ladder, and it is worth knowing why the order is what it is.
Selection picks the strongest path and ignores the rest. Simple, and it throws away information that was received. Scanning is cheaper still — stay on a branch until it becomes unacceptable, then hunt for another — and it performs slightly worse.
Equal gain aligns the branches and adds them, using everything. Maximal ratio aligns them and weights each by its own quality before adding. That last one is optimal, and the reason is worth being able to give rather than merely state. A path carrying a strong clean signal deserves more influence than one carrying mostly noise. Weighting by quality is exactly what maximises the resulting ratio of signal to noise. Ignoring quality, as equal gain does, lets a poor path drag the sum down.
Then the multiplexing scheme. A wideband signal in a multipath channel suffers because different frequencies within it fade differently. The signal is distorted as a result. The idea is to split the band into many narrow subcarriers, each narrow enough that the channel looks flat across it. One hard wideband problem becomes many straightforward narrowband ones, each correctable with a single number.
The cyclic prefix is the practical detail that makes it work. Delayed copies of one symbol would otherwise spill into the next. So a copy of the symbol's tail is placed in front of it as a guard. Anything spilling over lands in the prefix, which is discarded. And because the guard is a *copy of the tail* rather than silence, the arriving symbol still looks periodic to the receiver. That is what keeps the subcarriers from interfering.
That interference is the scheme's weakness. The subcarriers only stay separable while their spacing is exact. Frequency offset or Doppler shift disturbs that, and the subcarriers begin to leak into one another.
What you should now be able to explain or do
Say what diversity requires of its paths, and why nearby antennas fail that requirement. Rank the four combining methods and justify why maximal ratio is optimal. Explain why a wideband signal suffers in a multipath channel. Explain how splitting into subcarriers converts a hard problem into many simple ones. Say what the cyclic prefix guards against and why it repeats the tail rather than being silence. Name the condition that intercarrier interference violates.
Check yourself
What does diversity actually require?
Paths unlikely to fade at the same time. Two antennas too close together fade together and buy nothing.
Why is maximal ratio combining optimal?
It weights each branch by its own quality, so a strong clean branch has more influence than a noisy one. That weighting maximises the resulting signal-to-noise ratio.
What does splitting the band into subcarriers achieve?
Each subcarrier is narrow enough that the channel looks flat across it, so one hard wideband problem becomes many simple narrowband ones.
Why is the cyclic prefix a copy of the tail rather than silence?
So the arriving symbol still looks periodic to the receiver's processing, which is what keeps the subcarriers separable.
What causes intercarrier interference?
Anything disturbing the exact subcarrier spacing, such as a frequency offset or Doppler shift. The subcarriers then leak into one another.
Go deeper
We haven't checked most of these for screen reader use yet.
Back to Diversity Techniques & OFDM: work through the checklist