⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 code_combining.m

📁 calculate the throughput and the number of transmissions of signal using the method of code combinin
💻 M
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -