?? cycle slip probability of the phase unrapping algorithm.m
字號:
%Cycle slip probability of the phase unrapping algorithm
Es_N0_dB=-4:0.5:0;
Es_N0=10.^(Es_N0_dB/10);
for i=1:9
biaozhuncha=sqrt(1/(2*36*Es_N0(i)));
Pcs(i)=erfc(pi/(2*biaozhuncha));
end
semilogy(Es_N0_dB,Pcs,'-*r');
title('Cycle slip probability of the phase unrapping algorithm');
xlabel('E_s/N_0 dB')
ylabel('Cycle Slip Probability')
grid
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -