calcmstxpowraise.m

来自「这个是《wcdma无线网络规划与优化>对应的系统仿真的第三部分源代码共14」· M 代码 · 共 13 行

M
13
字号
%CalcMsTxPowRaise   txPowerRaise = CalcMsTxPowRaise(lpTables, speeds)  returns the single
%                   link average power raise caused by power control following multipath
%                   fading. This is only used in interference calculations when calculating
%                   Ioth. The MS speed is used as input and also the tables from where the
%                   power raise is interpolated.
%
%Inputs:
%   lPTables  : linkPerfTables for a channel, see e.g. pedALinkPerfTables.m	
%   speeds    : the speeds at which the headrooms are calculated.
%Outputs:
%   txPowRaise: The average power raise in the single link case  because of PC in dB
%
%Author : Kari Sipil

⌨️ 快捷键说明

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