代码搜索:rho_in_dB
找到约 166 项符合「rho_in_dB」的源代码
代码结果 166
www.eeworm.com/read/175304/9553079
asv serialcoding.asv
tim=20;
rho_in_dB=1.5;
pb=0;
itera=2;
for i=1:tim
p=convl(rho_in_dB,itera);
%if(p==0)
%tim=tim-1;
%end
pb=pb+p;
end
pb=pb/tim;
sprintf('pb=%f',pb)
www.eeworm.com/read/168396/9918150
asv ss_pe96.asv
function [p]=ss_Pe96(rho_in_dB);
rho=10^(rho_in_dB/10);
Eb=rho;
if rho>2
alpha=2/rho;
else
alpha=1;
end
sgma=sqrt(1/2/alpha);
N=10000;
for i=1:N
temp=rand;
if temp
www.eeworm.com/read/431634/8664371
m ss_pe96.m
function [p]=ss_Pe96(rho_in_dB)
% [p]=ss_Pe96(rho_in_dB)
% SS_PE96 finds the measured error rate. The value of
% signal per interference ratio in dB is given as an
% input to the functi
www.eeworm.com/read/287843/8665299
m ss_pe96.m
function [p]=ss_Pe96(rho_in_dB)
% [p]=ss_Pe96(rho_in_dB)
% SS_PE96 finds the measured error rate. The value of
% signal per interference ratio in dB is given as an
% input to the functi
www.eeworm.com/read/184753/9080859
m ss_pe96.m
function [p]=ss_Pe96(rho_in_dB)
% [p]=ss_Pe96(rho_in_dB)
% SS_PE96 finds the measured error rate. The value of
% signal per interference ratio in dB is given as an
% input to the functi
www.eeworm.com/read/424063/10500250
m ss_pe96.m
function [p]=ss_Pe96(rho_in_dB)
% [p]=ss_Pe96(rho_in_dB)
% SS_PE96 finds the measured error rate. The value of
% signal per interference ratio in dB is given as an
% input to the functi
www.eeworm.com/read/423536/10553162
m ss_pe96.m
function [p]=ss_Pe96(rho_in_dB)
% [p]=ss_Pe96(rho_in_dB)
% SS_PE96 finds the measured error rate. The value of
% signal per interference ratio in dB is given as an
% input to the functi
www.eeworm.com/read/159620/10632920
m ss_pe96.m
function [p]=ss_Pe96(rho_in_dB)
% [p]=ss_Pe96(rho_in_dB)
% SS_PE96 finds the measured error rate. The value of
% signal per interference ratio in dB is given as an
% input to the functi
www.eeworm.com/read/467324/7009822
m ss_pe96.m
function [p]=ss_Pe96(rho_in_dB)
% [p]=ss_Pe96(rho_in_dB)
% SS_PE96 finds the measured error rate. The value of
% signal per interference ratio in dB is given as an
% input to the functi