calcvoiceactivitydl.m
来自「这个是《wcdma无线网络规划与优化>对应的系统仿真的第三部分源代码共14」· M 代码 · 共 11 行
M
11 行
%CalcVoiceActivityDL vdl = CalcVoiceActivityDL(lpTables, bitrates) returns the voice
% activity factors in downlink as a function of MS bitrate. Closest bitrate
% from linkPerfTables is chosen
%
%Inputs:
% lPTables: linkPerformanceTables, see LoadLinkPerfTables.m
% bitrates: the bit-rates at which the voice activity factors are calculated.
%Outputs:
% vdl : voice activity factors in downlink for the bitrates in input vector.
%
%Author : Kari Sipil
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?