mg_config.m
来自「基于OFDM的无线宽带系统仿真It contains mainly two pa」· M 代码 · 共 15 行
M
15 行
% configuration file to find margin%% yy, 01-july-2007function MG_conf = mg_config(Comm_conf,Nframe,dirname,allow_load_oldres,LA_marg,deltMG,buffer_length,MG_snr)MG_conf = Comm_conf;MG_conf.Nframe = Nframe;MG_conf.dirname = dirname;MG_conf.allow_load_oldres = allow_load_oldres;MG_conf.LA_marg = LA_marg;%MG_conf.DELAY = DELAY;MG_conf.deltMG = deltMG;MG_conf.buffer_length = buffer_length;MG_conf.misnr = MG_snr;MG_conf.stp = 1;MG_conf.mxsnr = MG_snr;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?