📄 init_tables.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -