lteMCS
Modulation and coding scheme lookup
Syntax
Description
Use lteMCS to look up the modulation and coding scheme
            (MCS) information as defined by MCS index mapping to modulation and TBS index tables in
            TS 36.213 [1] Table 7.1.7.1-1, Table 7.1.7.1-1A, and Table
            8.6.1-1.
[
                    returns the physical downlink shared channel (PDSCH) MCS information for all MCS
                    index values specified in Table 7.1.7.1-1 of [1].itbs,mod,rv]=lteMCS()
The function returns the columns of the indexed MCS table entries as separate
                    outputs. The itbs output is a vector of the corresponding
                    transport block size (TBS) indices. The mod output is a
                    vector of the corresponding modulation schemes. The rv
                    output is a vector of the corresponding redundancy version (RV) indices.
The function returns reserved values of itbs as
                        NaN and reserved values of mod as an
                    empty character vector. For the PDSCH, the RV is not defined, so the function
                    returns the rv output as a vector of zeros when you use
                    this syntax.
Examples
Input Arguments
Output Arguments
References
[1] 3GPP TS 36.213. “Evolved Universal Terrestrial Radio Access (E-UTRA); Physical layer procedures.” 3rd Generation Partnership Project; Technical Specification Group Radio Access Network. URL: https://www.3gpp.org.
[2] 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.
Version History
Introduced in R2014b
See Also
lteTBS | lteDLSCH | lteDLSCHDecode | lteULSCH | lteULSCHDecode