code_combining.m
来自「calculate the throughput and the number 」· M 代码 · 共 19 行
M
19 行
function code_combining(k,np,snrmin,pas,snrmax)
k=100
np=5
snrmin=-2
snrmax=8
pas=2
%**************definition des variables:Kallel&Haccoun****************%
d=load('dist_code_combining');%..files contain data, my reference is Kallel and Haccoun article about code combining
ad=load('dist_spect_code_combining');
m=6;
%*********************************************************************%
ebno=snrmin:pas:snrmax;
ebnol=10.^(ebno/10);
p=0.5*erfc(sqrt(ebnol'));
PRd=1-[(1-p).^(k+np+m)]
%*******probabilit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?