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