资源简介
MIMO线性预编码研究,破零算法和块对角化算法比较
代码片段和文件信息
% Simulation of precoding schemes for multi-stream per user
% Author: Xiaotian Wang @ Sep-2009
% Revised: @ Jan-20-2010
% Email: wxtlovewlj520@126.com
% Reference:
% Parameters:
% N: amount of transmitting antennas
% K_all: amount of users waiting for being scheduled
% K: amount of the scheduled users
% Mi: amount of receiving antennas of each user
% S: amount of data streams for each user
% Tc: the coherence time amount of symbol periods per user
% H: the channel matrix
% Archives depended on:
% None
clear;
% the parameters
N = 8;
K = 4;
Mi = 2;
S = 2;
Tc = 200;
K_all_Num = 1;
K_all = zeros(1K_all_Num);
K_all = [K]; % No scheduling
SNR_Num=11;
SNR=zeros(1SNR_Num);
for i2=1:SNR_Num
SNR(1i2)=0+3*(i2-1);
end
BER1=zeros(K_all_NumSNR_
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 60170 2014-12-13 13:13 ZFBD比较\2.jpg
文件 4929 2014-05-27 13:34 ZFBD比较\main.m
文件 35488 2014-12-13 13:01 ZFBD比较\unti
文件 60198 2014-12-13 13:01 ZFBD比较\unti
目录 0 2014-12-13 13:15 ZFBD比较
----------- --------- ---------- ----- ----
160785 5
相关资源
- Voice_Conversion_1 基于GMM模型实现语音转
- Fuzzy_entropy_bbd 模糊熵
- BDStracking 北斗二代接收机中的跟踪程
- swerling 自己写的关于雷达目标RCS起伏
- BDFM-dq-and-direct-torque-model 实现了无双馈
- BD_GMD_THP_v11_meanpower_user_order_stream_red
- StereoRegion 利用matlabde实现双目立体视
- Lambda GPS整周模糊度降相关调整算法
- MU_MIMO 多用户MIMO预编码技术的对比
- 用Matlabdb4/4小波做的图像分解及数据分
- MATLAB DFA程序
- MatlabDDA中点算法,Bresenham三种实现直
评论
共有 条评论