?? 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 + -