calcmsebnoul.m
来自「这是《wcdma无线网络规划与优化》书上对应的源代码的第二部分」· M 代码 · 共 17 行
M
17 行
%CALCMSEBNOUL msEbNos = CALCMSEBNOUL(lpTables, speeds, bitrates) returns the single link
% Eb/Nos in downlink for the mobiles with speed and bitrate.
% EbNos are interpolated from link performance tables.
% Calculates the msEbNos from EbNos tables by interpolating for different
% speeds. The closest bit rate in EbNos tables is chosen for each mobile.
%
% NOTE: speeds and bitrates must be the same size
%
%Inputs:
% lPTables: linkPerformanceTables, see LoadLinkPerfTables.m
% speeds : the speeds at which the Eb/No:s are calculated.
% bitrates: the bit-rates at which the Eb/No:s are calculated.
%
%Outputs:
% msEbNos : the target EbNos for the mobiles.
%
%Author : Kari Sipil
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?