lteUCI3Encode
PUCCH format 3 transmission UCI encoding
Description
returns
a column vector of coded UCI bits, cw
= lteUCI3Encode(ucibits
)cw
, resulting
from processing of control information, ucibits
for
PUCCH format 3. The ucibits
is a vector of concatenated
HARQ-ACK bits and any appended periodic CSI bits and/or scheduling
request (SR) bits.
The UCI processing is defined in TS 36.212 [1], Section 5.2.3.1, and consists of a (32,O)
block code, where O is the number of bits in ucibits
.
The coded bit vector, cw
, is 48 bits long.
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