📄 map_bound_rayleigh.asv
字号:
function Pb=map_bound_rayleigh(BPH,rho_in_db)
%this function computes the MAP demodulation
%bit error bound
%G(D)=3*D^3+18*D^5+81*D^7;
rho=10^(rho_in_db/10);
D=(4*(1+rho
G=3*D^3+18*D^5+81*D^7;
Ps=G/2;
t=2^(BPH-1)/(2^BPH-1);
Pb=t*Ps;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -