11 KiB
| title | chunk | source | category | tags | date_saved | instance |
|---|---|---|---|---|---|---|
| Channel state information | 1/2 | https://en.wikipedia.org/wiki/Channel_state_information | reference | science, encyclopedia | 2026-05-05T14:40:08.762067+00:00 | kb-cron |
In wireless communications, channel state information (CSI) is the 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. CSI needs to be estimated at the receiver and usually quantized and fed back to the transmitter (although reverse-link estimation is possible in time-division duplex (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
{\displaystyle \mathbf {y} =\mathbf {H} \mathbf {x} +\mathbf {n} }
where
y
{\displaystyle \mathbf {y} }
and
x
{\displaystyle \mathbf {x} }
are the receive and transmit vectors, respectively, and
H
{\displaystyle \mathbf {H} }
and
n
{\displaystyle \mathbf {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
)
{\displaystyle \mathbf {n} \sim {\mathcal {CN}}(\mathbf {0} ,\,\mathbf {S} )}
where the mean value is zero and the noise covariance matrix
S
{\displaystyle \mathbf {S} }
is known.
=== Instantaneous CSI === Ideally, the channel matrix
H
{\displaystyle \mathbf {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
)
{\displaystyle {\mbox{vec}}(\mathbf {H} _{\textrm {estimate}})\sim {\mathcal {CN}}({\mbox{vec}}(\mathbf {H} ),\,\mathbf {R} _{\textrm {error}})}
where
H
estimate
{\displaystyle \mathbf {H} _{\textrm {estimate}}}
is the channel estimate and
R
error
{\displaystyle \mathbf {R} _{\textrm {error}}}
is the estimation error covariance matrix. The vectorization
vec
(
)
{\displaystyle {\mbox{vec}}()}
was used to achieve the column stacking of
H
{\displaystyle \mathbf {H} }
, as multivariate random variables are usually defined as vectors.
=== Statistical CSI === In this case, the statistics of
H
{\displaystyle \mathbf {H} }
are known. In a Rayleigh fading channel, this corresponds to knowing that
vec
(
H
)
∼
C
N
(
0
,
R
)
{\displaystyle {\mbox{vec}}(\mathbf {H} )\sim {\mathcal {CN}}(\mathbf {0} ,\,\mathbf {R} )}
for some known channel covariance matrix
R
{\displaystyle \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
H
{\displaystyle \mathbf {H} }
is estimated using the combined knowledge of the transmitted and received signal. Let the training sequence be denoted
p
1
,
…
,
p
N
{\displaystyle \mathbf {p} _{1},\ldots ,\mathbf {p} _{N}}
, where the vector
p
i
{\displaystyle \mathbf {p} _{i}}
is transmitted over the channel as
y
i
=
H
p
i
+
n
i
.
{\displaystyle \mathbf {y} _{i}=\mathbf {H} \mathbf {p} _{i}+\mathbf {n} _{i}.}
By combining the received training signals
y
i
{\displaystyle \mathbf {y} _{i}}
for
i
=
1
,
…
,
N
{\displaystyle i=1,\ldots ,N}
, the total training signalling becomes
Y
=
[
y
1
,
…
,
y
N
]
=
H
P
+
N
{\displaystyle \mathbf {Y} =[\mathbf {y} _{1},\ldots ,\mathbf {y} _{N}]=\mathbf {H} \mathbf {P} +\mathbf {N} }
with the training matrix
P
=
[
p
1
,
…
,
p
N
]
{\displaystyle \mathbf {P} =[\mathbf {p} _{1},\ldots ,\mathbf {p} _{N}]}
and the noise matrix
N
=
[
n
1
,
…
,
n
N
]
{\displaystyle \mathbf {N} =[\mathbf {n} _{1},\ldots ,\mathbf {n} _{N}]}
. With this notation, channel estimation means that
H
{\displaystyle \mathbf {H} }
should be recovered from the knowledge of
Y
{\displaystyle \mathbf {Y} }
and
P
{\displaystyle \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
H
LS-estimate
=
Y
P
H
(
P
P
H
)
−
1
{\displaystyle \mathbf {H} _{\textrm {LS-estimate}}=\mathbf {Y} \mathbf {P} ^{H}(\mathbf {P} \mathbf {P} ^{H})^{-1}}
where
(
)
H
{\displaystyle ()^{H}}
denotes the conjugate transpose. The estimation mean squared error (MSE) is proportional to
t
r
(
P
P
H
)
−
1
{\displaystyle \mathrm {tr} (\mathbf {P} \mathbf {P} ^{H})^{-1}}