ltePUCCH2DRSDecode
PUCCH format 2 DRS decoding
Description
returns
a vector of hybrid automatic repeat request (HARQ) indicator values, ack
= ltePUCCH2DRSDecode(ue
,chs
,oack
,sym
)ack
,
obtained by performing PUCCH format 2 DRS decoding of the complex
matrix, sym
. The decoder uses a maximum likelihood
(ML) approach, assuming that sym
has already
been equalized, to best restore the originally transmitted complex
values. The symbols for each antenna are in the columns of sym
.
The number of columns in sym
should match the
number of PUCCH resource indices specified in the chs
structure.
oack
specifies the number of HARQ indicator
values expected.
ack
is a column vector containing oack
HARQ
indicator (HI) values.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a
See Also
ltePUCCH2DRS
| ltePUCCH2DRSIndices
| ltePUCCH2
| ltePUCCH2Decode
| ltePUCCH2Indices
| ltePUCCH2PRBS
| ltePUCCH1DRS
| ltePUCCH3DRS