PUSCH uplink channel estimation
[
returns
an estimate for the channel by averaging the least squares estimates
of the reference symbols across time and copying these estimates across
the allocated resource elements within the time frequency grid. It
returns the estimated channel between each transmit and receive antenna
and an estimate of the noise power spectral density. See Algorithms.hest
, noiseest
]
= lteULChannelEstimate(ue
,chs
,rxgrid
)
[
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
]
= lteULChannelEstimate(ue
,chs
,cec
,rxgrid
,refgrid
)refgrid
.
When cec.InterpType
is set to 'None'
,
values in refgrid
are treated as reference symbols
and the resulting hest
contains non-zero values
in their locations.
[
returns
the estimated channel using the estimation method as described in
TS 36.101 [1], Annex F4. The method
described utilizes extra channel information obtained through information
of the transmitted symbols found in hest
, noiseest
]
= lteULChannelEstimate(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.
[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.
griddata
| lteEqualizeMIMO
| lteEqualizeMMSE
| lteEqualizeULMIMO
| lteEqualizeZF
| lteSCFDMADemodulate
| lteULFrameOffset
| lteULPerfectChannelEstimate