Maximum Ratio Transmission (MRT)
Why Linear Precoding?
In the MU-MIMO downlink, the base station with antennas serves single-antenna users simultaneously. The transmitted signal is
where is the precoding vector for user and is the data symbol. The design question is: how should we choose ? Linear precoding answers this with a closed-form matrix operation on the channel state information, avoiding the combinatorial complexity of nonlinear schemes like DPC. The price is a gap to the broadcast channel capacity, but the simplicity gain is enormous.
Definition: MU-MIMO Downlink System Model
MU-MIMO Downlink System Model
Consider a base station with antennas serving single-antenna users. The channel from the BS to user is , and the aggregate channel matrix is
The received signal at user is
where is the power allocated to user , is the unit-norm precoding vector (), is the data symbol, and is AWGN. The total power constraint is .
Definition: SINR for Linear Precoding
SINR for Linear Precoding
Under linear precoding with unit-norm vectors , the SINR at user is
and the achievable rate is bits/s/Hz.
The numerator captures useful signal power; the denominator contains multi-user interference (MUI) plus noise. The three precoding strategies in this chapter differ in how they balance these two terms.
Definition: Maximum Ratio Transmission (MRT)
Maximum Ratio Transmission (MRT)
MRT precoding (also called conjugate beamforming or matched-filter precoding) sets the precoding vector to be the normalised channel conjugate:
The MRT precoding matrix is
where ensures unit-norm columns.
MRT is the spatial analogue of the matched filter in detection theory: it maximises the inner product by aligning the precoder with the channel direction. It ignores interference entirely.
Theorem: MRT Maximises Received SNR
For a single user () with channel , the precoding vector that maximises the received SNR
subject to , is . The maximum SNR is
The Cauchy--Schwarz inequality tells us that the inner product is maximised when points in the same direction as . This is exactly the matched filter principle: coherently combine the signals from all antennas.
Apply Cauchy--Schwarz
By the Cauchy--Schwarz inequality:
with equality if and only if for some phase .
Conclude
Substituting into the SNR expression:
which equals times the channel power gain . With i.i.d. Rayleigh fading, , so the array gain scales linearly in .
Theorem: MRT SINR in the Multi-User Regime
With MRT precoding and equal power allocation , the SINR at user is
In the massive MIMO regime ( with fixed and i.i.d. Rayleigh fading), channel hardening gives and favorable propagation gives , so
MRT benefits from the array gain ( factor in the numerator) but pays the price of inter-user interference in the denominator. In the massive regime, favorable propagation kills the interference terms, and MRT becomes asymptotically optimal. For finite , the interference is the bottleneck: MRT is interference-limited.
Substitute MRT vectors
With :
Apply asymptotic results
By the law of large numbers with i.i.d. entries:
So the interference power scales as while the signal power scales as , giving SINR as .
Example: MRT Precoding for Two Users
A BS with antennas serves users with channels
Compute the MRT precoding vectors, the resulting SINRs with equal power allocation and dB, and the sum rate.
Normalise channels
, , so
Compute inner products
Signal: , .
Interference: , .
Compute SINR and rates
With and :
Sum rate bits/s/Hz.
The zero interference occurs because and happen to be orthogonal. This is the favorable propagation condition; in general, with non-orthogonal channels, the interference would be nonzero.
MRT Beam Pattern
Visualise the spatial beam pattern as a function of angle for a ULA with MRT precoding directed toward user . The beam always peaks at the user's direction but creates side lobes toward other users.
Parameters
Number of transmit antennas
User angle of arrival
Number of users (additional users at random angles)
Common Mistake: MRT Does Not Manage Interference
Mistake:
Assuming MRT is always a good choice because it maximises array gain.
Correction:
MRT maximises the signal power to the intended user but completely ignores the interference it causes to other users. When is comparable to and channels are not orthogonal, MRT becomes interference-limited: increasing does not improve the SINR because both signal and interference grow proportionally. Use ZF or RZF when is not small.
Quick Check
In the massive MIMO regime with i.i.d. Rayleigh fading and MRT precoding, how does the SINR scale with the number of antennas ?
β it saturates
β linear growth
β quadratic growth
β logarithmic growth
The signal power grows as (array gain) while the interference from each user remains due to favorable propagation. The net SINR scales as .
Historical Note: From Radar to Cellular
1950s--1999Maximum ratio transmission is the transmit-side dual of maximum ratio combining (MRC), which dates back to the 1950s work of Brennan on optimal diversity combining for radar and radio reception. The extension to the multi-user downlink was formalised by Lo (1999) and became the default precoding scheme in the early massive MIMO literature due to its simplicity: it requires only the channel conjugate and no matrix inversion.
Maximum Ratio Transmission (MRT)
A linear precoding strategy that sets each user's precoding vector to the normalised channel conjugate: . Maximises SNR to the intended user but ignores multi-user interference.
Related: Zero-Forcing (ZF) Precoding, Regularized Zero-Forcing (RZF)
Array Gain
The factor by which coherent combining across antennas increases the received SNR. With MRT, the array gain equals , which concentrates around for i.i.d. Rayleigh channels.
Key Takeaway
MRT is the simplest linear precoder: align the beam with each user's channel. It delivers full array gain but is interference-limited when is not negligible relative to . In the massive regime (), favorable propagation makes MRT near-optimal.