cpichpoweralloc.m

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

M
16
字号
%CPICHPOWALLOC   BASESTATION = CPICHPOWERALLOC(BASESTATION, PERF, MAXCPICHPOWER,
%                                              CPICHPOWERSWITCH)
%                allocates the CPICH powers for all basestations
%
%Inputs:
%   BASESTATION     : array of basestation structures
%   PERF            : array of performance structures
%   MAXCPICHPOWER   : maximum allowed CPICH power
%   CPICHPOWERSWITCH: 1: all BSs have same CPICH power (MAXCPICHPOWER)
%                     2: BS with best sensitivity has higest CPICH power (MAXCPICHPOWER)
%                        other BSs CPICHs are adjusted with the differnce in sensitivity
%                     3: CPICH power is set freely (taken from the basestation structure)
%Outputs:
%   BASESTATION     : array of basestation structures
%
%Authors: Achim Wacker (AWa), Jaana Laiho-Steffens (jls), Kari Sipil

⌨️ 快捷键说明

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