lteLayerMap
Layer mapping of modulated and scrambled codewords
Description
performs
layer mapping of the codeword or codewords, out
= lteLayerMap(in
,nu
)in
,
onto nu
layers. It carries out the layer mapping
according to TS 36.211 [1],
Sections 5.3.2A and 6.3.3. The function returns an M-by-nu
matrix
consisting of the modulation symbols for transmission upon nu
layers.
These transmission layers are formed by multiplexing the modulation
symbols from either one or two codewords. The overall operation of
the layer mapper is the transpose of that defined in the specification.
In other words, the symbols for layers lie in columns rather than
rows.
Examples
Input Arguments
Output Arguments
References
[1] 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.
Version History
Introduced in R2014a
See Also
lteLayerDemap
| lteSymbolModulate
| lteDLPrecode
| lteULPrecode
| ltePUSCHPrecode
| ltePHICHPrecode