📄 tu2_15.m
字号:
SNR=0:1:20;%SNR is signal-to-noise ratio in dBs
output1=2*log2(1+SNR/2);
output2=log2(1+2*SNR);
plot(SNR,output1,'b-^',SNR,output2,'k-^');
%plot routines follow. These will change depending upon the type of plot.
%The following routines are based on the given example above
xlabel('SNR');
ylabel('Capacity (Bits/sec)');
title('Ergodic Capacity Variation with SNR for XPD = 0 and XPD = 1');
legend('good XPD','no XPD');
%%%%%%%原因见56页%%%%%%%%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -