calcmsheadroom.m

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

M
11
字号
%CalcMsHeadRoom   txHeadRoom = CalcMsHeadRoom(lpTables, speeds) returns the single link
%                 headroom above average single link received Eb/No required for a MS
%                 with PC to live in fading.
%
%Inputs:
%   lPTables  : linkPerfTables for a channel, see e.g. pedALinkPerfTables.m	
%   speeds:     The speeds at which the headrooms are calculated.	
%Outputs:
%   txHeadRoom: The headroom required in the single link link budget for PC in dB  
%
%Author : Kari Sipil

⌨️ 快捷键说明

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