?? project612.m
字號:
% Comparison with theoretical CDF ==================================00
[F_r_axis,F_r]=suzukitheoretical(M,S);
figure,plot(20*log10(xSUZ),ySUZ,'g.-',20*log10(F_r_axis),F_r,'r')
title('CDF: Suzuki series and theoretical')
xlabel('Signal level (dB/LOS)')
ylabel('Porbability the abscissa is not exceeded')
legend('Time-series','Theoretical')
figure,plot((xSUZ),ySUZ,'g.-',(F_r_axis),F_r,'r')
title('CDF: Suzuki series and theoretical')
xlabel('Signal level (linear units)')
ylabel('Porbability the abscissa is not exceeded')
legend('Time-series','Theoretical')
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -