代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/288479/8630381

m pbinom.m

function p = pbinom(k,n,p) %PBINOM The binomial cumulative probability function % % p = pbinom(k,n,p) % Anders Holtsberg, 27-07-95 % Copyright (c) Anders Holtsberg if max([lengt
www.eeworm.com/read/288479/8630396

m dbinom.m

function p = dbinom(k,n,p) %DBINOM The binomial probability function % % p = dbinom(k,n,p) % Anders Holtsberg, 16-03-95 % Copyright (c) Anders Holtsberg if any(any( kn |
www.eeworm.com/read/432021/8638660

h background.h

/* * $Id: background.h 1339 2006-09-21 19:46:28Z tbailey $ * * $Log$ * Revision 1.1 2005/07/29 18:34:37 nadya * Initial revision * */ /******************************************************
www.eeworm.com/read/287854/8664338

m comparisons of bit error probabilities with increasing number of users.m

m = 3; N = 2^m-1; %system processing gain maxbits = 20000; maxusers = floor(1.5*N); % max number of users S_tot = signature_matrix(m,maxusers);%generate signature matrix. %S(:,k)=sk normaliz
www.eeworm.com/read/431631/8664433

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/431628/8664563

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/431621/8664678

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/431621/8664732

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/287843/8664741

m randint2.m

function out = randint2(varargin); %RANDINT Generate matrix of uniformly distributed random integers. % OUT = RANDINT generates a "0" or "1" with equal probability. % % OUT = RANDINT(M) genera
www.eeworm.com/read/287843/8665260

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