ltePUCCH1Decode
Physical uplink control channel format 1 decoding
Description
returns
a vector of hybrid-ARQ (HARQ) indicator values, ack
= ltePUCCH1Decode(ue
,chs
,oack
,sym
)ack
,
obtained by performing PUCCH Format 1 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 original 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 structure chs
.
The output argument ack
is a vector containing oack
hybrid-ARQ
indicator values.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a
See Also
ltePUCCH1
| ltePUCCH1Indices
| ltePUCCH1DRS
| ltePUCCH1DRSIndices
| ltePUCCH2Decode
| ltePUCCH3Decode