Receive diversity schemes – channel models

SIMO channel configuration is characterized by 1 transmit antenna and multiple receiver antennas (Figure 1). SIMO configuration is used to provide receive diversity, where the same information is received across independent fading channels to combat fading. When multiple copies of the same data are received across independently fading channels, the amount of fade suffered by each copy of the data will be different. This guarantees that at-least one of the copy will suffer less fading compared to rest of the copies. Thus, the chance of properly receiving the transmitted data increases. In effect, this improves the reliability of the entire system. 

Single Input Multiple Output (SIMO) models for receive diversity
Figure 1: Single Input Multiple Output (SIMO) channel model

The channels are independent and identically distributed (i.i.d) and hence the error event across those independent channels are also independent. The signal to noise ratios (SNR) of the channels are also i.i.d and the every channel has the same average SNR. The is the fundamental assumption of the SIMO model incorporating receive diversity.

For the case of N receive antennas, N independent received signal copies are

Single Input Multiple Output (SIMO) models for receive diversity

Writing in compact form, the received signal

Single Input Multiple Output (SIMO) models for receive diversity equation

where, \mathbf{h} = [ h_1, h_2, \cdots, h_N ]^T

Processing the received samples at the receiver
Figure 2: Processing the received samples at the receiver

The receiver, takes in these received copies, applies weights according to the chosen receive diversity technique (see below) and outputs a single copy (Figure 2). The combined output signal is given by

Single Input Multiple Output (SIMO) models for receive diversity equation output signal

where, the weight vector is \mathbf{w} = [w_1, w_2, \cdots, w_N]^T

How are the weights chosen ? The weights are chosen based on the following receive diversity techniques.

Selection Combining (SC)

In selection combining, the received signal from the antenna that experiences the highest SNR is chosen for further processing. That is, the path that has the highest |h_i| is chosen.

Selection combining equation

This is the simplest of all the receive diversity techniques. It simply chooses one branch that experiences the highest SNR. It seems to waste the remaining branches in the selection processes. Also, channel phase information is not needed for this technique.

This technique provides SNR gain in the order of ln(N).

Maximum Ratio Combining (MRC)

As we saw earlier, the selection combining is the simplest algorithm but it wastes (N-1) receive elements in the computations. Maximum ratio combining technique uses all the N received signals in order to maximize the output SNR. It represents maximum likelihood estimation. The output signal is the weighted sum of all the received branches. The weights for MRC technique is chosen as

Maximum ratio combining equation

Therefore, it requires the knowledge of the channel at the receiver and matching of both magnitude and phase. The output signal, with weight set as \mathbf{w} = \mathbf{h}, is given by

Maximum ratio combining receive diversity

The SNR gain achieved by this technique is N.

Equal Gain Combining (EGC):

The MRC technique requires matching of both magnitude and the phase of the channel. The magnitudes can fluctuate significantly. In equal gain combining, only the phase of the channel is cancelled out. The weights are chosen as

Equal gain combining

where \theta = \angle{h_n} is the channel phase information. The output signal is given by

Equal gain combining

The technique suffers small SNR loss compared to MRC, but it is a good alternative for implementation.

Rate this article: PoorBelow averageAverageGoodExcellent (8 votes, average: 4.50 out of 5)

References

[1] Andrea Goldsmith, “Wireless Communications”, ISBN: 978-0521837163, Cambridge University Press, 1 edition.↗

[2] Barry-Lee-Messerschmitt, “Digital Communication”, ISBN: 978-0792375487 , Springer, 3rd edition, September 30, 2003.↗

Articles in this series

Articles in this series
[1] Introduction to Multiple Antenna Systems
[2] MIMO - Diversity and Spatial Multiplexing
[3] Characterizing a MIMO channel - Channel State Information (CSI) and Condition number
[4] Capacity of a SISO system over a fading channel
[5] Ergodic Capacity of a SISO system over a Rayleigh Fading channel - Simulation in Matlab
[6] Capacity of a MIMO system over Fading Channels
[7] Single Input Multiple Output (SIMO) models for receive diversity
[8] Receiver diversity - Selection Combining
[9] Receiver diversity – Maximum Ratio Combining (MRC)

Books by the author

Wireless Communication Systems in Matlab
Wireless Communication Systems in Matlab
Second Edition(PDF)

Note: There is a rating embedded within this post, please visit this post to rate it.
Digital modulations using Python
Digital Modulations using Python
(PDF ebook)

Note: There is a rating embedded within this post, please visit this post to rate it.
digital_modulations_using_matlab_book_cover
Digital Modulations using Matlab
(PDF ebook)

Note: There is a rating embedded within this post, please visit this post to rate it.
Hand-picked Best books on Communication Engineering
Best books on Signal Processing

Post your valuable comments !!!