find_marg.m

来自「OFDM宽带无线系统的链路级的仿真程序(多天线」· M 代码 · 共 11 行

M
11
字号
% find margin%% yy, 01-july-2007function [runtime_BLER,runtime_marg] = find_marg(MG_conf,M,cdrt,LA_thres,Root_path)[runtime_BLER,runtime_marg] = ...    func_findmarg(MG_conf.state,MG_conf.fd,MG_conf.t_rms,MG_conf.subN,MG_conf.F_LA,MG_conf.F_PA,MG_conf.Nframe,cdrt,M,...    MG_conf.misnr,MG_conf.stp,MG_conf.mxsnr,MG_conf.targetFER,...    MG_conf.Ptotal,MG_conf.BO_dB,MG_conf.use_HPA_flg,LA_thres,MG_conf.LA_marg,MG_conf.deltMG,MG_conf.buffer_length,...    MG_conf.chnums,MG_conf.sampling_rate,MG_conf.flg_offset,MG_conf.flg_csi_err,MG_conf.DELAY,...    MG_conf.N,MG_conf.cp_l,MG_conf.BW,MG_conf.Nsymbol,MG_conf.dirname,MG_conf.allow_load_oldres,Root_path);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?