代码搜索:Probability

找到约 4,670 项符合「Probability」的源代码

代码结果 4,670
www.eeworm.com/read/265447/11264136

ex-ham7a

#!/bin/sh # Example of decoding a (7,4) Hamming code using exhaustive enumeration and # probability propagation, with an Additive White Gaussian Noise channel with # noise standard deviation of 0.5,
www.eeworm.com/read/335805/12497495

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/335805/12497603

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/335741/12501279

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/248950/12531258

m randb.m

function ret = randb ( p ) # randb ( p ) # returns 0/1 with probability 1-p / p # using randn crudely if(nargin != 1 ) usage ("randb(p)"); endif ret = ( rand(size(p)) < p ) ;
www.eeworm.com/read/147693/12538624

pl fig15_11.pl

% Figure 15.11 An interpreter for belief networks. % Reasoning in belief networks % Belief network is represented by relations: % parent( ParentNode, Node) % p( Node, ParentStates, Pr
www.eeworm.com/read/334675/12581017

m ga3d.m

function [x,y,fx,vx,vmfit,P] = ga3d(v,ger,pc,pm); % % Ph.D. Thesis % Leandro Nunes de Castro % November, 1999. % ENHANCED GENETIC ALGORITHM - Bi-classist Selection % % Secondary functions: DECODE &
www.eeworm.com/read/147096/12583660

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/147096/12583778

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/147096/12584903

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