calcshogain.m
来自「It s a simulation for WCDMA Radio Networ」· M 代码 · 共 18 行
M
18 行
%CalcShoGain shoGain = CalcShoGain(speed, deltaSHO, linkPerfTables, type)
% calculates the uplink SHO gain in average received power (in the home
% cell), or average transmitted power or headroom required for PC. The
% gain is a function of speed and difference between two best SHO links.
%
%Inputs:
% speed : speed of the mobile station in km/h, (1, m) vector
% deltaSHO : difference between bestserver and next bestserver in dB, (1, m) vector
% linkPerfTables: link performance tables including SHO gains as function of speed and
% deltaSHO
% type : 1, indicates average received power gain
% 2, indicates average transmitted power gain
% 3, indicates headroom gain
%Outputs:
% shoGain : the uplink SHO gain for the particular mobiles in the having "speed" and
% "deltaSHO"
%
%Authors: Kari Sipil
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?