⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 init_tables.m

📁 基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.
💻 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 + -