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