gl.m
来自「TD-SCDMA」· M 代码 · 共 16 行
M
16 行
function glb = gl
%gl:global parameters
%set the parameters used in the simulation
%downlink's parameters
global glb;
%部分暂时修改,否则需要改编整个程序(wangyuan.2007.3.2)
%glb.ka = 1;%BS with one antenna
%glb.km = 1;%MS with one antenna
%glb.N = 44;%the max nummber of d
%glb.w = 4;
%glb.Q = 16;
%glb.m = 1;%the max nummber of users
glb.gu = zeros(1,4);%the estimation of channel
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?