資源簡介
LTE中指數(shù)有信干噪比(EESM映射),CQI計算。matlab程序
代碼片段和文件信息
function?EESMs?=?LTE_common_EESM(?SINRs?betamode?)
switch?mode
????case?‘dB‘
????????in_dB?=?true;
????????SINRs?=?10.^(SINRs/10);
????case?‘lin‘
????????in_dB?=?false;
????otherwise
????????error(‘Only?“l(fā)in“?or?“dB“?accepted“‘);
end
length_SINRs?=?numel(SINRs
評論
共有 條評論