資源簡介
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
評論
共有 條評論