lteSCIEncode
SCI encoding
Description
returns
the codeword resulting from the sidelink control information (SCI)
encoding of the input bit vector, cw
= lteSCIEncode(ue
,scibits
)scibits
, given
the field settings in the user equipment structure, ue
.
As defined in TS 36.212 [1],
Section 5.4.3, the encoding process includes 16 bit CRC attachment,
tail biting convolutional coding, rate matching and PUSCH interleaving.
This processing takes in an SCI message generated with lteSCI
. The codeword returned is ready for
transmission on the ltePSCCH
physical
channel.
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 R2016b
See Also
lteSCI
| lteSCIDecode
| lteSCIInfo
| ltePSCCH
| lteDCIEncode