Changes between Version 13 and Version 14 of Tutorials/Wireless/mmwave Paam Link Rate


Ignore:
Timestamp:
Mar 1, 2024, 7:36:37 PM (9 months ago)
Author:
zhihuigao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Link Rate

    v13 v14  
    275275To change SNR, you may either
    276276
    277 Change the amplitude (by default, 0.5) of the generated waveform in line 13 of main.m, or
    278 Change the TX gain in GetParam.m
    279 To change MCS, open GetParam.m and customize param.modu for modulation and param.code for code rate.
    280 
    281 Note that we always assign the TX/RX port for transmission and RX2 port for reception.
     277Change the amplitude (by default, {{{0.5}}}) of the generated waveform in line 13 of {{{main.m}}}, or
     278
     279Change the TX gain {{{param.gainTx}}} in {{{GetParam.m}}}.
     280
     281To change MCS, open {{{GetParam.m}}} and customize {{{param.modu}}} for modulation and {{{param.code}}} for code rate.
     282
     283For the 28 levels of MCSs in 5G, you may refer to the table {{{Table 5.1.3.1-2: MCS index table 2 for PDSCH}}} in the link below:
     284
     285[https://www.sharetechnote.com/html/5G/5G_MCS_TBS_CodeRate.html]