lteDLSCH
Downlink shared channel
Description
[
applies
the complete DL-SCH transport channel coding chain to the input data, cwout
,chinfo
]
= lteDLSCH(enb
,chs
,outlen
,trblkin
)trblkin
,
and returns the codewords in cwout
. The encoding
process includes type-24A CRC calculation, code block segmentation
and type-24B CRC attachment, if any, turbo encoding, rate matching
with RV, and code block concatenation. Additional information about
the encoding process is returned in the fields of structure chinfo
.
For the case of spatial multiplexing schemes transmitting two codewords, lteDLSCH
processes
a single transport block or pairs of blocks, contained in a cell array.
The data type for cwout
matches the input, trblkin
.
Thus, if trblkin
is a cell array containing one
or two transport blocks, cwout
is a cell array
of one or two codewords. If trblkin
is a vector
of information bits, cwout
is a vector also.
Define pairs of modulation schemes and RV indicators in the appropriate
parameter fields to encode a pair of transport blocks.
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 36.101. “Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment (UE) Radio Transmission and Reception.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
[2] 3GPP TS 36.211. “Evolved Universal Terrestrial Radio Access (E-UTRA); Physical Channels and Modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
[3] 3GPP TS 36.321. “Evolved Universal Terrestrial Radio Access (E-UTRA); Medium Access Control (MAC) protocol specification.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
Version History
Introduced in R2014a