calcintul.m

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

M
14
字号
%CALCINTUL   CALCINTUL calculates the received signal level from each mobile
%            to each base station and estimates own and other cell interference
%            and determines the perf.i
%
%Inputs:
%   linklossULM     : (numBSs*numMSs) matrix of the UL linklosses from every BS to every MS
%   msTxPowerV      : numMSs vector of MS transmit powers used to calculate IownUL
%   msTxPowerRaisedV: numMSs vector of MS transmit powers used to calculate IothUL
%Outputs:
%   IownUL          : Interference from own cell
%   IothUL          : Interference from other cells
%   perf.i          : other-cell-to-own-cell interference ratio
%
%Authors: Achim Wacker (AWa), Kari Sipil

⌨️ 快捷键说明

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