资源简介
AF协作系统中的中继选择方法研究,运用了最大最小方法,对误码率,信道容量,中断概率等进行分析。
代码片段和文件信息
clear
close all
clc
%% 初始化
Nm=21;
n=[1:Nm];
M=1000000;
snravgmin=0;
snrinternal=5;
snravgmax=30;
N0=1;
Rt=1;
C0_max=10;
C0_internal=0.01;
C0_min=0.01;
C0=[0.01:0.01:10];
snr=[snravgmin:snrinternal:snravgmax];
%% 平均容量、信噪比增益 与中继个数的关系
Cavg1=zeros(length(snr)length(n));
snr_gain=zeros(length(snr)length(n));
p_outage=zeros(Nmlength(C0)length(snr));
noutsum=zeros(length(snr)length(n));
noutsum2=zeros(1length(snr));
for m=1:M
n_out2=[];
for snravg=snravgmin:snrinternal:snravgmax
snrr=[];
snrs=[];
i=snravg/snrinternal+1;
PN0=10^(snravg/10); %平均信噪比的十进制
Es=PN0*N0; %发射能量
n_out=[];
for N=1:Nm
%% N个中继中进行单个中继选择(max-min方法)
hsr=
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5831 2016-12-14 12:54 relay selection in AF cooperative systems\AF_OR.m
文件 2707 2016-12-15 14:26 relay selection in AF cooperative systems\BPSK_AFOR_BER.m
文件 2534 2016-11-09 10:10 relay selection in AF cooperative systems\BPSK_DFOR_BER.m
文件 127 2016-10-29 08:44 relay selection in AF cooperative systems\channelGenerate.m
文件 865 2016-11-27 10:16 relay selection in AF cooperative systems\Jakes_Flat.m
文件 94 2016-11-07 16:15 relay selection in AF cooperative systems\maxMin.m
文件 105 2016-10-29 08:44 relay selection in AF cooperative systems\maxMinh.m
文件 91768 2016-12-15 14:11 relay selection in AF cooperative systems\maxmin误码率.jpg
文件 91768 2016-12-15 14:11 relay selection in AF cooperative systems\maxmin误码率2.jpg
文件 189347 2016-12-12 09:55 relay selection in AF cooperative systems\maxmin误码率AF.jpg
文件 246 2016-11-05 13:28 relay selection in AF cooperative systems\max_Minh.m
文件 704 2016-10-29 08:44 relay selection in AF cooperative systems\QpskInverseMapping.m
文件 1504 2016-10-29 08:44 relay selection in AF cooperative systems\QpskMapping.m
文件 3714 2016-10-29 17:22 relay selection in AF cooperative systems\QPSK_AFOR_BER.m
文件 897789 2016-10-29 08:44 relay selection in AF cooperative systems\relay selection in AF cooperative systems_an overview.pdf
文件 67 2016-11-30 09:37 relay selection in AF cooperative systems\xy_noise.m
文件 81794 2016-12-12 13:36 relay selection in AF cooperative systems\中断概率.jpg
文件 40895 2016-12-12 13:34 relay selection in AF cooperative systems\信噪比增益.jpg
文件 47194 2016-12-12 13:31 relay selection in AF cooperative systems\容量.jpg
文件 40728 2016-12-12 13:33 relay selection in AF cooperative systems\容量2.jpg
目录 0 2016-12-15 21:35 relay selection in AF cooperative systems
----------- --------- ---------- ----- ----
1499781 21
评论
共有 条评论