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 - lteNPDCCHfunction and specify the initial encoder state using the- stateininput. The- stateoutoutput represents the output encoder state of the first transmission of the bundle.
- Call the - lteNPDCCHfunction again and specify the- stateininput as the- stateoutoutput returned by the previous call to the function.
- Repeat step 2 until the - lteNPDCCHfunction returns the- EndOfTxfield of the- stateoutoutput as- 1(- true), indicating the end of the bundle. The- lteNPDCCHautomatically 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