Model and characterize MIMO channels

Two flavors of MIMO implementation – spatial multiplexing and spatial diversity – were discussed in the previous article. In that, it was mentioned that the reliability of a MIMO system is governed by diversity and the capacity of the link is governed by degrees of freedom.

Channel State Information (CSI)

Multiple data streams can be spatially multiplexed over the M transmit antennas and are received by the N receiver antennas. Spatially multiplexing increases the capacity of the link, since multiple data streams are transmitted over the same available frequency band. On the other hand, antenna diversity systems (dubbed as MIMO using diversity) merely improve the reliability of the link.

But the question of whether the transmission of multiple streams of data over multiple antenna really works, depends on the actual geometry of the antenna systems. Transmission of independent data streams over multiple antennas depends on the correlation factor that measures the influence of the spatially separated signals over each other. One way to eliminate correlation (there by mutual influence of spatially separated signals) is to use orthogonally polarized antennas (one antenna is horizontally polarized and the other is vertically polarized) that sufficiently separate the signals in spatial dimension.

Finally, the transmission matrix (also called Channel State Information (CSI) ) determines the suitability of MIMO techniques and influences the capacity to a great extent. In a SISO channel, the channel state information is constant and does not change from bit to bit. Thus the knowledge of CSI in a SISO link is often not needed as it is characterized by steady state SNR. In the case of rapid fading channels, the channel state information varies rapidly and we may think of employing MIMO to break the channel variations into spatially separated sub channels. Thus, the knowledge channel state information (at transmitter or receiver) will open up the possibility of incorporating this information in intelligent system design.

In a MIMO configuration, a typical CSI matrix is formed by transmitting a symbol (say value ‘1’)  from each of the transmitting antenna and its response on the multiple receiving antennas are noted. For example, in a 3 \times 3 configuration, at some time instant, we transmit the voltage ‘1’ from the first antenna and record its response on the three receiving antennas. Lets say the three receiver antennas picks up the following voltage values –  [0.8, 0.7, 0.9 ].

\begin{bmatrix} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \\ \end{bmatrix} \rightarrow \begin{bmatrix}  0.8 & 0 & 0 \\ 0.7 & 0 & 0 \\ 0.9 & 0 & 0 \\ \end{bmatrix}

At the same time instant, the procedure is repeated for other transmit antennas and the response of multiple receive antennas are recorded. A complete CSI matrix is shown below

\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix} \rightarrow \begin{bmatrix}  0.8 & -0.1 & 0.6 \\ 0.7 & 0.2 & 0.8 \\ 0.9 & 0.1 & 0.7 \\ \end{bmatrix}

In this method, the transmitter transmits the data blindly and the receiver constructs the CSI matrix. This method of transmission is called open loop transmission scheme and are not generally effective. From the sample CSI matrix above, it can be noted that the transmission through antenna 2 is not effective (note the low voltage values recorded at the receiver antennas (second column on the right) ) the receiver may feed back the CSI matrix to the transmitter and the transmitter may decide not to transmit on antenna 2, there by saving power. This is an example for closed loop diversity scheme. In this way the knowledge of CSI opens up the possibility for intelligent communication.

The CSI matrix shown above contain only real numbers that describe the amplitude variations. In reality the CSI matrix contains elements that are complex and they describe both the amplitude and phase variations of the link.

\begin{bmatrix}  0.1 - 0.3j & -0.1 + 0.5 j & -0.6j \\ 0.2 - 0.7j & -0.5+ 0.5j & 0.1-0.1j \\ 0.9 & 0.8+0.1j & 0.7-0.7j \\ \end{bmatrix}

MIMO channel Model

A channel model is needed to properly assess a MIMO channel. In MIMO, the system configuration typically contains M antennas at the transmitter and N antennas at the receiver front end as illustrated in the following figure.

Multiple Input Multiple Output (MIMO) system

Here, each receiver antenna receives not only the direct signal intended for it, but also receives a fraction of signal from other propagation paths. Thus, the channel response is expressed as a transmission matrix H. The direct path formed between antenna 1 at the transmitter and the antenna 1 at the receiver is represented by the channel response h_{11} . The channel response of te path formed between antenna 1 in the transmitter and antenna 2 in the receiver is expressed as h_{21} and so on. Thus, the channel matrix is of dimension N \times M.

The received vector \textbf{y} is expressed in terms of the channel transmission matrix \textbf{H}, the input vector \textbf{x} and noise vector \textbf{n} as

\textbf{y} = \textbf{H} \textbf{x} + \textbf{n}

where the various symbols are

\textbf{y}=\begin{bmatrix} y_1\\ y_2\\ \vdots \\ y_N \end{bmatrix} \quad \textbf{x}=\begin{bmatrix} x_1\\ x_2\\ \vdots \\ x_M \end{bmatrix} \quad \textbf{H}=\begin{bmatrix} h_{11} & h_{12} & \cdots & h_{1M} \\ h_{21} & h_{22} & \cdots & h_{2M}\\ \vdots & \vdots & \ddots & \vdots \\ h_{N1} & h_{N2} & \cdots & h_{NM}\\ \end{bmatrix} \quad \textbf{n}=\begin{bmatrix} n_1\\ n_2\\ \vdots \\ n_M \end{bmatrix}

Note that the response of the MIMO link is expressed as a set of linear equations. For a simple 2 \times 2 MIMO configuration, the received signal vector is expressed as

y_1 = h_{11} x_1 + h_{12} x_2 + n_1 \\ y_2 = h_{21} x_1 + h_{22} x_2 + n_2

\begin{bmatrix} y_1\\ y_2 \end{bmatrix} =\begin{bmatrix} h_{11} & h_{12} \\ h_{21} & h_{22} \end{bmatrix} \begin{bmatrix} x_1\\ x_2 \end{bmatrix} + \begin{bmatrix} n_1\\ n_2 \end{bmatrix}

The receiver has to solve this set of equations to find out what was transmitted ( \textbf{x} ). The stability of the solution depends on the condition number of the transmission matrix \textbf{H} (CSI).

Condition Number

Solving a set of linear equation has its own challenges – rounding effects and how bad a matrix is. Obviously an on-board computer will be solving those equations. Storage of co-efficients in computer memory is prone to fixed point effects or rounding. Pivoting is method that address the problems with rounding effects when Gauss Jordan elimination procedure is used. It makes sure that the Gaussian elimination procedure proceeds as intended. Problems do occur even without rounding effects. A small change in input can cause drastic difference in the solution. In the set of linear equations mentioned above, the variations to the solutions can be effected by the noise term. The solution should be robust against variations in the noise (at-least to certain extent). The sensitivity of the solution to small changes in the input data is measured by condition number of the transmission matrix ( \textbf{H} ). It indicates the stability of the solution ( \textbf{x} ) to small change in incoming data ( \textbf{y} ).

At the receiver, the received data is known and is often corrupted by noise. Let’s consider the received vector \bar{\textbf{y}} that is corrupted by noise \textbf{n}. Thus the system of linear equations is given as

\textbf{y} = \textbf{H} \textbf{x} + \textbf{n} \\ \bar{\textbf{y}} = \textbf{y} - \textbf{n} = \textbf{H} \textbf{x}

Also, the channel transmission matrix \textbf{H} is usually estimated approximately. The solution \textbf{x} is obtained as

\textbf{x} = \textbf{H}^{-1} \bar{\textbf{y}}

The solution to the above equation may or may not exist and may or may not be unique. Let’s consider a symmetric transmission matrix N \times N. From matrix and linear algebra[1][2], if the input \bar{\textbf{y}} is arbitrary (as is the case here), an unique solution is possible only if the matrix \textbf{H} is non-singular. The condition number (\kappa) of a non-singular matrix is given as

\kappa (\textbf{H}) = \left \| \textbf{H} \right \| \left \| \textbf{H}^{-1} \right \|

where \left \| \textbf{H} \right \| denotes the matrix norm[1]. The condition number measures the relative sensitivity of the solutions to the changes in the input data ( \bar{\textbf{y}} ). The changes to the solution can be expressed as

\frac{\left \| \Delta \textbf{x} \right \|}{\left \| \textbf{x} + \Delta \textbf{x} \right \|} \leq \kappa (\textbf{H}) \frac{\left \| \Delta \bar{\textbf{y}} \right \|}{\left \| \bar{\textbf{y}} \right \|}

where \Delta \textbf{x} represents the change in the solution, \Delta \bar{\textbf{y}} represent a change in the observed or received samples and \kappa (\textbf{H}) denotes the condition number of the transmission matrix.

In other words, a small change in the input data gets multiplied by the condition number and produces changes in the output (solution). Thus high condition number is bad and is regarded as ill-conditioned matrix. An ill-conditioned matrix will behave similar to a singular matrix which will not render any solution or will give infinite non-unique solutions (see the table below).

Translating to the problem of transmission by MIMO, the ability to transmit multiple data streams across a MIMO channel – relies on the ability of the receiver to solve the system of linear equations in an unambiguous and stable way. Thus the condition number of the transmission matrix affects the suitability of spatial multiplexing in a MIMO link. A well-conditioned matrix (low condition number) allows reliable transmission of spatially multiplexed signal, whereas an ill-conditioned matrix makes it difficult to do so.

Additionally, the rank of the transmission matrix – rank (\textbf{H}) indicates how many data streams can be spatially multiplexed on a MIMO link. Thus the rank and the condition number of the transmission matrix play an important role in a MIMO system design.

Some useful prepositions

Existence and uniqueness

Given a system of linear equations \textbf{H} \textbf{x} = \bar{\textbf{y}}, existence and uniqueness of the solution depends on whether the matrix \textbf{H} is singular or non-singular. It also depends on the input vector \bar{\textbf{y}} for the singular case.

Existence and uniqueness of solutions for a system of linear equations

Matrix norm[1]

Matrix norm (the maximum absolute row sum) is calculated as

\left \| \textbf{H} \right \|_{\infty} = \max_{1 \leq i \leq N} \left \{ \sum_{j=1}^{N} \left | h_{ij} \right |\right \}

Non-Singular Matrix

An N \times N matrix \textbf{H} is non-singular if it has any of the following properties

● Inverse \textbf{H} ^{-1} exists
det(\textbf{H}) \neq 0
rank(\textbf{H}) = N
● For any vector \textbf{b} \neq 0 ,\textbf{H} \textbf{b} \neq 0

Rate this article : PoorBelow averageAverageGoodExcellent (32 votes, average: 4.25 out of 5)

References

[1] Stephen Boyd, Symmetric matrices, quadratic forms, matrixnorm, and SVD, Stanford university, EE263 Autumn 2007-08.↗
[2] Review of Linear Algebra.↗

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)

PoorBelow averageAverageGoodExcellent (159 votes, average: 3.81 out of 5)

Digital modulations using Python
Digital Modulations using Python
(PDF ebook)

PoorBelow averageAverageGoodExcellent (122 votes, average: 3.60 out of 5)

digital_modulations_using_matlab_book_cover
Digital Modulations using Matlab
(PDF ebook)

PoorBelow averageAverageGoodExcellent (125 votes, average: 3.69 out of 5)

Hand-picked Best books on Communication Engineering
Best books on Signal Processing

3 thoughts on “Model and characterize MIMO channels”

Post your valuable comments !!!