lteNPDCCH
Generate NPDCCH symbols
Description
[
generates sym
,stateout
] = lteNPDCCH (enb
,chs
,cw
)sym
, a matrix containing the NB-IoT physical downlink control
channel (NPDCCH) complex symbols in a subframe for cell-wide settings structure,
enb
, channel transmission configuration, chs
,
and codeword, cw
. The channel encoding process comprises stages of
scrambling, QPSK modulation, layer mapping, and precoding in accordance with 3GPP TS 36.211
Section 10.2.5 of [1]. The function also returns
stateout
, a structure containing the encoder state of a
bundle (a full set of repeated transmissions of a single downlink
control information).
Examples
Input Arguments
Output Arguments
Tips
To use this function for a bundle transmission, follow these steps:
Call the
lteNPDCCH
function and specify the initial encoder state using thestatein
input. Thestateout
output represents the output encoder state of the first transmission of the bundle.Call the
lteNPDCCH
function again and specify thestatein
input as thestateout
output returned by the previous call to the function.Repeat step 2 until the
lteNPDCCH
function returns theEndOfTx
field of thestateout
output as1
(true
), indicating the end of the bundle. ThelteNPDCCH
automatically resets the state at the end of the bundle transmission.
References
[1] 3GPP TS 36.211. “Physical channels and modulation.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA). URL: https://www.3gpp.org.
Version History
Introduced in R2019b