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