Channel state information

Channel state information

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 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.

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.

Contents

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[1][2]

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

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

\mathbf{n} \sim \mathcal{CN}(\mathbf{0},\,\mathbf{S})

where the mean value is zero and the noise covariance matrix \scriptstyle\mathbf{S} is known.

Instantaneous CSI

Ideally, the channel matrix \scriptstyle\mathbf{H} is known perfectly. Due to channel estimation errors, the channel information can be represented as[3]

\mbox{vec} (\mathbf{H}) \sim \mathcal{CN}(\mbox{vec}(\mathbf{H}_{\textrm{estimate}}),\,\mathbf{R}_{\textrm{error}})

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

Statistical CSI

In this case, the statistics of \scriptstyle\mathbf{H} are known. In a Rayleigh fading channel, this corresponds to knowing that[4]

\mbox{vec} (\mathbf{H}) \sim \mathcal{CN}(\mathbf{0},\,\mathbf{R})

for some known channel covariance matrix \scriptstyle\mathbf{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 \scriptstyle\mathbf{H} is estimated using the combined knowledge of the transmitted and received signal.

Let the training sequence be denoted  \mathbf{p}_1,\ldots,\mathbf{p}_N, where the vector \mathbf{p}_i is transmitted over the channel as

\mathbf{y}_i = \mathbf{H}\mathbf{p}_i + \mathbf{n}_i.

By combining the received training signals \mathbf{y}_i for i=1,\ldots,N, the total training signalling becomes

\mathbf{Y}=[\mathbf{y}_1,\ldots,\mathbf{y}_N] = \mathbf{H}\mathbf{P} + \mathbf{N}

with the training matrix \scriptstyle \mathbf{P}=[\mathbf{p}_1,\ldots,\mathbf{p}_N] and the noise matrix \scriptstyle \mathbf{N}=[\mathbf{n}_1,\ldots,\mathbf{n}_N].

With this notation, channel estimation means that \scriptstyle \mathbf{H} should be recovered from the knowledge of \scriptstyle \mathbf{Y} and \scriptstyle \mathbf{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[5]

\mathbf{H}_{\textrm{LS-estimate}} = \mathbf{Y} \mathbf{P}^H(\mathbf{P} \mathbf{P}^H)^{-1}

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

\mathrm{tr} (\mathbf{P} \mathbf{P}^H)^{-1}

where tr denotes the trace. The error is minimized when \mathbf{P} \mathbf{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 \scriptstyle\mathbf{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

\mbox{vec} (\mathbf{H}) \sim \mathcal{CN}(0,\,\mathbf{R}), \quad \mbox{vec}(\mathbf{N}) \sim \mathcal{CN}(0,\,\mathbf{S}).

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

\mathbf{H}_{\textrm{MMSE-estimate}} = \left(\mathbf{R}^{-1} + (\mathbf{P}^T \, \otimes\, \mathbf{I})^H \mathbf{S}^{-1} (\mathbf{P}^T \, \otimes\, \mathbf{I}) \right)^{-1} (\mathbf{P}^T \, \otimes\, \mathbf{I})^H \mathbf{S}^{-1} \mbox{vec}(\mathbf{Y})

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

 \mathrm{tr} \left(\mathbf{R}^{-1} + (\mathbf{P}^T \, \otimes\, \mathbf{I})^H \mathbf{S}^{-1} (\mathbf{P}^T \, \otimes\, \mathbf{I}) \right)^{-1}

and is minimized by a training matrix \scriptstyle \mathbf{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[3]. 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 \scriptstyle\mathbf{R} and noise correlation matrix \scriptstyle\mathbf{S}. In absence of an accurate knowledge of these correlation matrices, robust choices need to be made to avoid MSE degradation[6][7].

See also

References

  1. ^ D. Love, R. Heath, V. Lau, D. Gesbert, B. Rao and M. Andrews, An overview of limited feedback in wireless communication systems, IEEE Journal on Selected Areas Communications, vol 26, pp. 1341-1365, 2008.
  2. ^ A. Tulino, A. Lozano, S. Verdú, Impact of antenna correlation on the capacity of multiantenna channels, IEEE Transactions on Information Theory, vol 51, pp. 2491-2509, 2005.
  3. ^ a b c E. Björnson, B. Ottersten, A Framework for Training-Based Estimation in Arbitrarily Correlated Rician MIMO Channels with Rician Disturbance, IEEE Transactions on Signal Processing, vol 58, pp. 1807-1820, 2010.
  4. ^ J. Kermoal, L. Schumacher, K.I. Pedersen, P. Mogensen, F. Frederiksen, A Stochastic MIMO Radio Channel Model With Experimental Validation, IEEE Journal on Selected Areas Communications, vol 20, pp. 1211-1226, 2002.
  5. ^ M. Biguesh and A. Gershman, Training-based MIMO channel estimation: a study of estimator tradeoffs and optimal training signals, IEEE Transactions on Signal Processing, vol 54, pp. 884-893, 2006.
  6. ^ Y. Li, L.J. Cimini, and N.R. Sollenberger, Robust channel estimation for OFDM systems with rapid dispersive fading channels, IEEE Transactions on Communications, vol 46, pp. 902-915, July 1998.
  7. ^ M. D. Nisar, W. Utschick and T. Hindelang, Maximally Robust 2-D Channel Estimation for OFDM Systems, IEEE Transactions on Signal Processing, vol 58, pp. 3163-3172, June 2010.

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Channel-state duality — In quantum information theory, the channel state duality refers to the correspondence between quantum channels and quantum states (described by density matrices). Phrased differently, the duality is the isomorphism between completely positive… …   Wikipedia

  • Channel 5 (UK) — Channel 5 Channel 5 logo Launched 30 March 1997 (1997 03 30) Owned by Northern Shell …   Wikipedia

  • Channel One (Russia) — Channel One Первый Канал Launched 9 March 1938 Owned by National Media Group (25%) Picture format 4:3/16:9 (576i, SDTV) …   Wikipedia

  • Channel X Radio — WCXU/WCXX/WCXV City of license Caribou (WCXU) Madawaska (WCXX) Van Buren (WCXV) Fort Kent (W276AY) Broadcast area Aroostook County, Maine Frequency 97.7 MHz (WCXU) 102.3 MHz (WCXX) 98.1 MHz (WCXV) 103.1 MHz (W276AY) …   Wikipedia

  • Channel coordination — (or supply chain coordination) aims at improving supply chain performance by aligning the plans and the objectives of individual enterprises. It usually focuses on inventory management and ordering decisions in distributed inter company settings …   Wikipedia

  • Channel 4 programming — Channel 4, in common with the other main British stations broadcast on analogue, airs a highly comprehensive range of programming. It was established in 1982 with a specific intention of providing programming to groups of minority interests, not… …   Wikipedia

  • Channel Tunnel — Map of the Channel Tunnel Overview Location English Channel (Strait of Dover) Coordinates Folkestone …   Wikipedia

  • Channel Islands Air National Guard Station — Part of California Air National Guard (CA ANG) Located near: Oxnard, California …   Wikipedia

  • Channel NSW — Launched March 2004 Network Digital Forty Four Owned by Government of NSW Picture format 576i (SDTV) …   Wikipedia

  • State University of New York at Oswego — (SUNY Oswego) Motto To Learn, To Search, To Serve Established 1861 Type Public Endowment …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”