⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modofdma.m

📁 两发两收的空时分组编码OFDM系统 采用SUI5信道模型
💻 M
字号:
function modofdma(modparams)

% generate raw constellation data for one frame
switch modparams.permutation,
    case 'DL_PUSC', % cluster structure
        error('Unavailable!');
    case 'DL_FUSC', % Full used, Note: Not use Variable/Constant pilot set here!
        mod_2Tx_STBC_DFUSC(modparams);
   %     mod_2Tx_STBC_DFUSC_cmpreamble(modparams);
    case 'UL_PUSC', % tile structure, Note: tile expand 3 symbols, must allocate data for 3 symbols one time
        error('Unavailable!');
    otherwise,
        error('Not supported permutation!');
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -