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

📄 comp_exam6_2.m

📁 the source code of Ziemer s book Digital communication. This code is related to the exercise part.
💻 M
字号:
zdB = 0:2:50;			
z = 10.^(zdB/10);
beta = [1 5 10 20];
hold on
for j=1:4
K = (sqrt(3)/pi)*(beta(j)/(beta(j)+1));
a1 = exp(-(0.5/(beta(j)+1)*z));
a2 = qfn(sqrt((1/(beta(j)+1))*z));
result = K*a1./a2;
plot(zdB,result)
end
hold off
xlabel('Predetection SNR in dB')
ylabel('D_3 / D_2')

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -