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