代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/424063/10499439
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/424063/10501485
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/424063/10504188
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/424063/10504207
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/423536/10552849
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/423536/10553025
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/423536/10553193
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/423536/10553344
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/423536/10553357
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/278058/10577857
cpp lotto.cpp
// lotto.cpp -- probability of winning
#include
// Note: some implementations require double instead of long double
long double probability(unsigned numbers, unsigned picks);
int main()