init_tables.m
来自「基于OFDM的无线宽带系统仿真It contains mainly two pa」· M 代码 · 共 12 行
M
12 行
% initialize LUT and SINR-BLER map%% yy, 01-july-2007% throughput lookup table is not usedfunction st_initConfig = init_tables(LA_thres,BLER_SINR_map)st_initConfig.thresholdAtFivePcFerdB=LA_thres;st_initConfig.thresholdAtFivePcFerLin=10.^((st_initConfig.thresholdAtFivePcFerdB(:,1))/10);st_initConfig.thptThresholdLookupLin = st_initConfig.thresholdAtFivePcFerLin; % this is not used.st_initConfig.FerdB=BLER_SINR_map;st_initConfig.FerLin=10.^((st_initConfig.FerdB(:,1))/10);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?