• 大小: 99KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-02
  • 语言: Matlab
  • 标签: BD  ZF预编码  mimo  

资源简介

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比较\untitled.jpg

     文件      60198  2014-12-13 13:01  ZFBD比较\untitled1.jpg

     目录          0  2014-12-13 13:15  ZFBD比较

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

               160785                    5


评论

共有 条评论