calccovpul.m

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

M
21
字号
%CALCCOVPUL   CALCCOVPUL calculates the area coverage probability for wanted
%             service (bit-rate) and wanted MS speed. It uses the traffic distribution
%             which has been generated in npsw uplink-iteration. The bestServer map is
%             with black dots corresponding to outage.
%
%             NOTE: The result indicates the cov. probability only according to
%             the traffic distribution generated in MS input file and npsw uplink iteration.
%             for high bit-rates the result may change a lot when the high bitrate MS:s which
%             were used in the iteration would have been put to different places.
%
%Inputs:
%   the outputs of the uplink iteration
%   tmpBitRate : the bit-rate (service) to be used in bits/s
%   tmpSpeed   : the MS speed to be used in km/h
%   activeSetT : activeSet matrix for the map, see CalcActiveSet.m
%   Note: if tmpBitRate and tmpSpeed are not defined beforehand, wideAreaCovBitRate
%         and wideAreaCovSpeed will be used.
%Outputs:
%   wideAreaCovP: Area coverage probability for a mobile having "tmpSpeed" and "tmpBitRate"
%
%Authors: Kari Sipil

⌨️ 快捷键说明

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