calcorthogonality.m

来自「It s a simulation for WCDMA Radio Networ」· M 代码 · 共 12 行

M
12
字号
%CalcOrthogonality  alpha = CalcOrthogonality(lpTables, speeds) returns the orthogonality
%                   factor needed in DL interference calculation. The MS speed is used as 
%                   input and also the link performance tables from where the orthogonality 
%                   is interpolated.
%
%Inputs:
%   lPTables  : linkPerfTables for a channel, see e.g. pedALinkPerfTables.m   
%   speeds    : the speeds at which the orthogonality is calculated.
%Outputs:
%   alpha     : The orthogonality for the input speeds and input channel
%
%Author : Kari Sipil

⌨️ 快捷键说明

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