?? modofdma.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_4Tx_STBC_DFUSC(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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -