calcmsshogainsdl.m
来自「It s a simulation for WCDMA Radio Networ」· M 代码 · 共 18 行
M
18 行
%CALCMSSHOGAINSDL CalcMsSHOGainsDL calculates the SHO gains in Eb/No:s which has the average
% transmit power raise added. The calculation is done as a function of the
% CPICH Ec received level difference at MS, of the best and the second best
% link in the active set.
%
%Inputs:
% rxLevels1 : received CPICH levels from the BS in the active set
% mobilestation : the mobile station data structure
% bsTxPowerLin : bs transmit power of the active links
% linkPerf : link performance tables for different channels
% channelMap : yPixels x xPixels matrix telling the index of channel of each pixel
% channels : vector of channel indeces used in the scenario
% numChannels : number of channels used in the scenario
%
%Outputs:
% msShoGainsDL : DL soft handover gains for the MS:s
%
%Authors: Kari Sipil
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?