代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/467324/7009877
m smldpe56.m
function [p]=smldPe56(snr_in_dB)
% [p]=smldPe56(snr_in_dB)
% SMLDPE56 simulates the probability of error for a given
% snr_in_dB, signal to noise ratio in dB.
E=1;
alpha_opt=1/2;
SNR=exp
www.eeworm.com/read/467324/7009883
m smldpe57.m
function [p]=smldPe57(snr_in_dB)
% [p]=smldPe57(snr_in_dB)
% SMLDPE57 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
d=1;
SNR=exp(snr_in_dB*log(1
www.eeworm.com/read/466212/7041107
m cm_sm41.m
function [p]=cm_sm41(snr_in_dB)
% [p]=cm_sm41(snr_in_dB)
% CM_SM41 finds the probability of error for the given
% value of snr_in_dB, SNR in dB.
N=10000;
d=1; % min. distance between
www.eeworm.com/read/165343/7143842
m loghist.m
function z = loghist(data,itno,plotno);
bins = -50:0.25:10;
subplot(2,2,plotno);
%N = hist(log((data+realmin)./(1-data+realmin)),bins);
N = hist(log((data)./(1-data)),bins);
s = sum(N);
N = N/s;
plo
www.eeworm.com/read/165343/7143868
m bpskprobplotter.m
% set up stuff for bpskprob
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
P0 = 0.5; % =P(+Eb)
P1 = 1-P0; % P(-Eb)
R = 1;
bpskpro
www.eeworm.com/read/165343/7144031
m bpskprobplot.m
% set up stuff for bpskprob
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
P0 = 0.5; % =P(+Eb)
P1 = 1-P0; % P(-Eb)
R = 1;
bpskpro
www.eeworm.com/read/463748/7175945
m smldpe57.m
function [p]=smldPe57(snr_in_dB)
% [p]=smldPe57(snr_in_dB)
% SMLDPE57 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
d=1;
SNR=exp(snr_in_dB*log(1
www.eeworm.com/read/463748/7175964
m smldpe58.m
function [p]=smldPe58(snr_in_dB)
% [p]=smldPe58(snr_in_dB)
% SMLDPE58 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
d=1;
SNR=exp(snr_in_dB*log(1
www.eeworm.com/read/463748/7176011
m entropy.m
function h=entropy(p)
% H=ENTROPY(P) returns the entropy function of
% the probability vector p.
if length(find(p
www.eeworm.com/read/463748/7176055
m entropy.m
function h=entropy(p)
% H=ENTROPY(P) returns the entropy function of
% the probability vector P.
if length(find(p