📄 tu2_12.asv
字号:
SNR=0:1:10;%SNR is signal-to-noise ratio in dBs
output1=capacity(2,1,0.8,1,0.5,'erg',SNR);
output2=capacity(2,1,0,1,0.5,'erg',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('Outage Capacity Variation with SNR for Corr = 0.8 and corr = 0');
legend('corr','no corr');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -