资源简介

3GPP LTE-Advanced采用了协作多点传输技术(CoMP),本程序给出了CoMP的性能仿真。

资源截图

代码片段和文件信息

% Data throughput analysis of the cooperative MIMO cellular system with hybrid Macro- and Micro-diversities.
% mean spectral efficiency and CDF of MI in the high SNR regime.
% Coop_MIMO_Cellular_HMMD_Ergodic.m


clear;

M = 2; % the number of transmit antenna of the user.
L = 4; % receive antenna at BS.
kappa1 = sum( psi(L+1-(1:M)) ); % sum( psi(L+1-i) i = 1:M )
kappa2 = sum( psi(1L+1-(1:M)) ); % sum( psi‘(L+1-i) i = 1:M )

BSNum = [2 4]; % base station number.
SNR_dB = 10:20; % SNR
log_normal_var = 64; % variance of the log-normal random variable
lambda = log(10)/10; % constant for log10 to ln
outage_p = 0.05;

mean_Mk = [0 1/sqrt(pi) 3/2/sqrt(pi) 6/pi/sqrt(pi)*atan(sqrt(2)) 10/sqrt(pi)*(3

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2905  2007-11-21 20:40  Coop_MIMO_Cellular_HMMD_Ergodic.m

----------- ---------  ---------- -----  ----

                 2905                    1


评论

共有 条评论

相关资源