资源简介

多小区+出图+用+LTE_system_Level_1.2_r300_加注释版原版

资源截图

代码片段和文件信息

function CQI_params = LTE_common_get_CQI_params(CQI)
% Given a CQI value this function returns the associated CQI parameteres
% as specified in TS36.213 table 7.2.3-1 (4-bit CQI table)
% [CQI_params] = LTE_common_get_CQI_params(CQI)
% Author: Josep Colom Ikuno josep.colom@nt.tuwien.ac.at
% (c) 2008 by INTHFT
% www.nt.tuwien.ac.at
%
% input:    CQI         ... [1 x N]double - CQI value

% output:   CQI_params  ... [1 x N]struct settings associated to
%                           that CQI value.
%
% date of creation: 2008/08/11
% last changes:
%    13/02/2009: improved function call. Now CQI values are stored in
%    LTE_params and the function can be called with a CQI vector as an
%    argument.

% CQI table
%
% CQI Mod     rate (x 

评论

共有 条评论