Harman Patil (Editor)

Channel state information

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In wireless communications, channel state information (CSI) refers to known channel properties of a communication link. This information describes how a signal propagates from the transmitter to the receiver and represents the combined effect of, for example, scattering, fading, and power decay with distance. The method is called Channel estimation. The CSI makes it possible to adapt transmissions to current channel conditions, which is crucial for achieving reliable communication with high data rates in multiantenna systems.

Contents

CSI needs to be estimated at the receiver and usually quantized and fed back to the transmitter (although reverse-link estimation is possible in TDD systems). Therefore, the transmitter and receiver can have different CSI. The CSI at the transmitter and the CSI at the receiver are sometimes referred to as CSIT and CSIR, respectively.

Different kinds of channel state information

There are basically two levels of CSI, namely instantaneous CSI and statistical CSI.

Instantaneous CSI (or short-term CSI) means that the current channel conditions are known, which can be viewed as knowing the impulse response of a digital filter. This gives an opportunity to adapt the transmitted signal to the impulse response and thereby optimize the received signal for spatial multiplexing or to achieve low bit error rates.

Statistical CSI (or long-term CSI) means that a statistical characterization of the channel is known. This description can include, for example, the type of fading distribution, the average channel gain, the line-of-sight component, and the spatial correlation. As with instantaneous CSI, this information can be used for transmission optimization.

The CSI acquisition is practically limited by how fast the channel conditions are changing. In fast fading systems where channel conditions vary rapidly under the transmission of a single information symbol, only statistical CSI is reasonable. On the other hand, in slow fading systems instantaneous CSI can be estimated with reasonable accuracy and used for transmission adaptation for some time before being outdated.

In practical systems, the available CSI often lies in between these two levels; instantaneous CSI with some estimation/quantization error is combined with statistical information.

Mathematical description

In a narrowband flat-fading channel with multiple transmit and receive antennas (MIMO), the system is modeled as

y = H x + n

where y and x are the receive and transmit vectors, respectively, and H and n are the channel matrix and the noise vector, respectively. The noise is often modeled as circular symmetric complex normal with

n C N ( 0 , S )

where the mean value is zero and the noise covariance matrix S is known.

Instantaneous CSI

Ideally, the channel matrix H is known perfectly. Due to channel estimation errors, the channel information can be represented as

vec ( H estimate ) C N ( vec ( H ) , R error )

where H estimate is the channel estimate and R error is the estimation error covariance matrix. The vectorization vec ( ) was used to achieve the column stacking of H , as multivariate random variables are usually defined as vectors.

Statistical CSI

In this case, the statistics of H are known. In a Rayleigh fading channel, this corresponds to knowing that

vec ( H ) C N ( 0 , R )

for some known channel covariance matrix R .

Estimation of CSI

Since the channel conditions vary, instantaneous CSI needs to be estimated on a short-term basis. A popular approach is so-called training sequence (or pilot sequence), where a known signal is transmitted and the channel matrix H is estimated using the combined knowledge of the transmitted and received signal.

Let the training sequence be denoted p 1 , , p N , where the vector p i is transmitted over the channel as

y i = H p i + n i .

By combining the received training signals y i for i = 1 , , N , the total training signalling becomes

Y = [ y 1 , , y N ] = H P + N

with the training matrix P = [ p 1 , , p N ] and the noise matrix N = [ n 1 , , n N ] .

With this notation, channel estimation means that H should be recovered from the knowledge of Y and P .

Least-square estimation

If the channel and noise distributions are unknown, then the least-square estimator (also known as the minimum-variance unbiased estimator) is

H LS-estimate = Y P H ( P P H ) 1

where ( ) H denotes the conjugate transpose. The estimation Mean Square Error (MSE) is proportional to

t r ( P P H ) 1

where t r denotes the trace. The error is minimized when P P H is a scaled identity matrix. This can only be achieved when N is equal to (or larger than) the number of transmit antennas. The simplest example of an optimal training matrix is to select P as a (scaled) identity matrix of the same size that the number of transmit antennas.

MMSE estimation

If the channel and noise distributions are known, then this a priori information can be exploited to decrease the estimation error. This approach is known as Bayesian estimation and for Rayleigh fading channels it exploits that

vec ( H ) C N ( 0 , R ) , vec ( N ) C N ( 0 , S ) .

The MMSE estimator is the Bayesian counterpart to the least-square estimator and becomes

vec ( H MMSE-estimate ) = ( R 1 + ( P T I ) H S 1 ( P T I ) ) 1 ( P T I ) H S 1 vec ( Y )

where denotes the Kronecker product and the identity matrix I has the dimension of the number of receive antennas. The estimation Mean Square Error (MSE) is

t r ( R 1 + ( P T I ) H S 1 ( P T I ) ) 1

and is minimized by a training matrix P that in general can only be derived through numerical optimization. But there exist heuristic solutions with good performance based on waterfilling. As opposed to least-square estimation, the estimation error for spatially correlated channels can be minimized even if N is smaller than the number of transmit antennas. Thus, MMSE estimation can both decrease the estimation error and shorten the required training sequence. It needs however additionally the knowledge of the channel correlation matrix R and noise correlation matrix S . In absence of an accurate knowledge of these correlation matrices, robust choices need to be made to avoid MSE degradation.

Data-aided versus blind estimation

In a data-aided approach, the channel estimation is based on some known data, which is known both at the transmitter and at the receiver, such as training sequences or pilot data. In a blind approach, the estimation is based only on the received data, without any known transmitted sequence. The tradeoff is the accuracy versus the overhead. A data-aided approach requires more bandwidth or it has a higher overhead than a blind approach, but it can achieve a better channel estimation accuracy than a blind estimator.

References

Channel state information Wikipedia