lteULChannelEstimatePUCCH1
PUCCH format 1 uplink channel estimation
Syntax
Description
[
returns
an estimate for the channel by averaging the least squares estimates
of the reference symbols across time and copying these across the
allocated resource elements within the time frequency grid. hest
,noiseest
]
= lteULChannelEstimatePUCCH1(ue
,chs
,rxgrid
)lteULChannelEstimatePUCCH1
returns hest
,
the estimated channel between each transmit and receive antenna and noiseest
,
an estimate of the noise power spectral density.
[
returns
the estimated channel using the method and parameters defined by the
channel estimation configuration structure and the additional information
about the transmitted symbols found in hest
,noiseest
]
= lteULChannelEstimatePUCCH1(ue
,chs
,cec
,rxgrid
,refgrid
)refgrid
.
The rxgrid
and refgrid
inputs
must have the same dimensions. For cec.InterpType = 'None'
,
values in refgrid
are treated as reference symbols
and the resulting hest
will contain non-zero
values in their locations.
[
returns
the estimated channel using the estimation method as described in
TS 36.101, Annex F4 [1]. The
method described utilizes extra channel information obtained through
information of the transmitted symbols found in hest
,noiseest
]
= lteULChannelEstimatePUCCH1(ue
,chs
,rxgrid
,refgrid
)refgrid
.
This additional information allows for an improved estimate of the
channel and is required for accurate EVM measurements. rxgrid
and refgrid
must
only contain a whole subframe worth of SC-FDMA symbols.
Examples
Input Arguments
Output Arguments
Algorithms
References
[1] 3GPP TS 36.101. “Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment (UE) Radio Transmission and Reception.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
Version History
Introduced in R2013b