lteUCIDecode
PUCCH format 2, 2a, and 2b transmission UCI decoding
Description
returns
a vector of decoded UCI bits, ucibits
= lteUCIDecode(cw
,n
)ucibits
, resulting
from decoding the soft bit column vector, cw
,
where the output vector, ucibits
, is expected
to contain n
bits. ucibits
is
a column vector of CQI/PMI or RI bits (UCI), representing the CQI/PMI
or RI information fields described in TS 36.212, Section 5.2.3.3 [1]. n
must
be between 1 and 13. The decoder uses a maximum likelihood approach
assuming that cw
has been demodulated using ltePUCCH2Decode
whose
input had already been equalized to best restore the originally
transmitted complex values. If multiple decoded UCI bit vectors have
a likelihood equal to the maximum, UCIBITS will be a matrix where
each column represents one of the equally likely bit vectors
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 36.212. “Evolved Universal Terrestrial Radio Access (E-UTRA); Multiplexing and channel coding.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
Version History
Introduced in R2014a