modofdma.m
来自「该文件夹为空时块码-卷积码级联系统的仿真程序」· M 代码 · 共 15 行
M
15 行
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_Convcode(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 + -
显示快捷键?