?? project632.m
字號:
% Comparison with theoretical CDF ==================================00
[F_r_axis,F_r]=lootheoretical(M,S,MP)
figure,plot(20*log10(xLOO),yLOO,'g.-',20*log10(F_r_axis),F_r,'r')
title('CDF: Loo series and theoretical')
xlabel('Signal level (dB/LOS)')
ylabel('Porbability the abscissa is not exceeded')
legend('Time-series','Theoretical')
figure,plot((xLOO),yLOO,'g.-',(F_r_axis),F_r,'r')
title('CDF: Loo 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 + -