Alamouti’s Space-Time Block Code (STBC) in Wireless Communications
- Ravi Shekhar
- Mar 3
- 5 min read
Wireless communication faces several challenges, including fading, interference, and multipath propagation. These impairments degrade signal quality and affect the reliability of communication links. To mitigate these effects, various diversity techniques are employed. One of the most effective techniques is Space-Time Block Coding (STBC), which provides spatial and temporal diversity. Among the different STBC schemes, the Alamouti Space-Time Code is the simplest and most widely implemented transmit diversity technique.
Introduced by Siavash Alamouti in 1998, this scheme is designed for multiple-input, multiple-output (MIMO) systems, utilizing two transmit antennas and one or more receive antennas. The key advantage of the Alamouti scheme is that it does not require channel state information (CSI) at the transmitter, making it highly practical for real-world implementations.
Key Features of Alamouti Space-Time Code
Utilizes two transmit antennas and one or more receive antennas.
No feedback is required from the receiver to the transmitter.
Achieves a full diversity gain of 2 without increasing transmit power or bandwidth.
Employs simple linear decoding at the receiver for efficient signal recovery.
The below plot compares the channel capacity of SISO, Alamouti STBC (2x1), and 2x2 MIMO as a function of SNR (dB).

SISO Capacity (Red Line - Circles) follows the Shannon Capacity formula:

At lower SNR, the capacity increases slowly due to noise limitations.
Alamouti STBC Capacity (Blue Line - Squares) provides a diversity gain of 2, leading to improved performance over SISO. The capacity follows the formula:

It offers better performance than SISO but not as much as spatial multiplexing MIMO.
2x2 MIMO Capacity (Green Line - Triangles) uses two spatial streams for multiplexing, achieving twice the capacity of SISO with the formula:
This provides the highest capacity gain.
Point to consider
SISO is the baseline but has lower capacity.
Alamouti STBC improves performance via diversity gain without increasing bandwidth or power.
MIMO (2x2) significantly outperforms both due to spatial multiplexing, making it ideal for high-throughput applications.
An STBC is usually represented by a matrix. Each row represents a time slot, and each column represents one antenna's transmissions over time. Alamouti coding in a 2×1 (2-transmit, 1-receive) MISO system.
Two transmit antennas labelled as Tx1 and Tx2.
Time slots for transmission of symbols s1 and s2.
Matrix structure showing how symbols are transmitted across antennas and time slots.
At Time Slot 1:
>Antenna 1 transmits s1.
>Antenna 2 transmits s2.
At Time Slot 2:
>Antenna 1 transmits −s2∗ (negative conjugate of s2).
?Antenna 2 transmits s1∗ (conjugate of s1).
BER Performance of Simulated Alamouti Transmission Over Partially Time-Invariant MISO and MIMO Channels (K = 0.6)
Graph shows BER vs. Eb/N0 for Alamouti-coded transmission under Rician fading (K = 0.6).
Comparison of 2×1 (MISO) and 2×2 (MIMO) systems using QPSK and 8-PSK.
Simulated results closely follow theoretical expectations, confirming model accuracy.
Alamouti 2×1 (Red & Green)
Matches theoretical 2nd-order diversity.
QPSK (Red) outperforms 8-PSK (Green) due to lower BER.
Alamouti 2×2 (Blue & Black)
Additional array gain improves BER significantly.
QPSK (Blue) achieves the lowest BER.
8-PSK (Black) benefits from 2×2 but remains worse than QPSK.
What is Maximum Ratio Transmission (MRT) and its Role in Alamouti STBC?
What is Maximum Ratio Transmission (MRT)?
Maximum Ratio Transmission (MRT) is a transmit beamforming technique used in MIMO systems to maximize signal power at the receiver. It is the dual of Maximum Ratio Combining (MRC) used at the receiver.
MRT focuses transmission power on the direction of the strongest channel gain, ensuring that the received SNR is maximized.
It is commonly used in downlink transmissions where the transmitter (e.g., base station) has multiple antennas, and the receiver has one or more antennas.

The image represents a wireless communication system where a signal is sent from two antennas (Tx) to one receiving antenna (Rx).
The signal s is modified by weights w1 and w2 before being transmitted.
Each signal travels through different paths (channels) labelled as h1 and h2.
At the receiver, the signals are combined to maximize clarity and strength
MRT is a smart transmission technique that improves the strength of the received signal.
It works by adjusting the signal before transmission so that when it reaches the receiver, it is as strong as possible.
The weights w1 and w2 are chosen based on the conditions of the channels h1 and h2, making sure the signals reinforce each other instead of interfering.
Alamouti STBC improves reliability by transmitting redundant signals, but it does not focus power on the best direction.
MRT helps by ensuring the signals arrive at the receiver with maximum strength.
When MRT and Alamouti STBC are combined, the system gets both diversity gain (reliability) and beamforming gain (stronger signal).
This leads to lower error rates and better performance in real-world wireless networks.
Advantages of Alamouti STBC
Full Diversity Gain – Achieves 2nd-order diversity, significantly improving signal reliability in fading channels.
No Feedback Required – The transmitter does not need channel state information (CSI), simplifying system design.
Simple Linear Decoding – Unlike complex MIMO schemes, Alamouti decoding uses low-complexity linear operations.
Constant Symbol Rate – Unlike other space-time coding techniques, it does not reduce the data rate.
Improved BER Performance – Reduces bit error rate (BER) at low and moderate SNRs, making it ideal for wireless and cellular networks.
Widely Used in LTE & 5G – Implemented in 4G LTE, 5G NR, Wi-Fi (IEEE 802.11n/ac) for transmit diversity.
Works with Any Modulation – Supports QPSK, 16-QAM, 64-QAM, making it versatile across different communication systems.
Limitations of Alamouti STBC
Only Supports 2 Transmit Antennas – Not scalable for larger MIMO systems (e.g., 4×4, 8×8).
Performance Limited by Receive Antennas – While it improves diversity, it does not provide spatial multiplexing gain like other MIMO schemes.
No Increase in Data Rate – Unlike spatial multiplexing MIMO, Alamouti STBC does not increase throughput, only improves reliability.
Less Effective in High Mobility Scenarios – Channel estimation errors can degrade performance in fast-fading environments.
Additional Receiver Complexity – Requires MRC (Maximal Ratio Combining) at the receiver to fully utilize diversity gain.
References:
Siavash Alamouti, A Simple Transmit Diversity Technique for Wireless Communications, IEEE Journal on Selected Areas in Communications, Vol. 16, No. 8, pp. 1451-1458, 1998. IEEE Xplore
David Tse, Pramod Viswanath, Fundamentals of Wireless Communication, Cambridge University Press, 2005.
Andrea Goldsmith, Wireless Communications, Cambridge University Press, 2005.
WirelessPi.com, Understanding Space-Time Codes: Alamouti Scheme & Maximum Ratio Combining, WirelessPi.
3GPP Technical Specifications, 5G NR MIMO and Beamforming Standards, 3GPP TS 38.211. 3GPP
MATLAB Documentation, MIMO Wireless Communication: BER Performance of Alamouti STBC & MRT, MATLAB Documentation
Wikipedia, Space-Time Block Code, Wikipedia.
Comments