modofdma.m
来自「两发两收的空时分组编码OFDM系统 采用SUI5信道模型」· M 代码 · 共 16 行
M
16 行
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 + =
减小字号Ctrl + -
显示快捷键?