代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/314474/13566480

html disambig.html

disambig disambig NAME disambig - disambiguate text tokens using an N-gram model
www.eeworm.com/read/313965/13577516

m smldpe55.m

function [p]=smldPe55(snr_in_dB) % [p]=smldPe55(snr_in_dB) % SMLDPE55 simulates the probability of error for the particular % value of snr_in_dB, signal to noise ratio in dB. E=1; SNR=exp(s
www.eeworm.com/read/313963/13577771

m smldpe55.m

function [p]=smldPe55(snr_in_dB) % [p]=smldPe55(snr_in_dB) % SMLDPE55 simulates the probability of error for the particular % value of snr_in_dB, signal-to-noise ratio in dB. E=1; SNR=exp(s
www.eeworm.com/read/313963/13577830

m ip_08_07.m

% MATLAB script for Illustrative Problem 8.7 clear echo on ep=0.3; for i=1:2:61 p(i)=0; for j=(i+1)/2:i p(i)=p(i)+prod(1:i)/(prod(1:j)*prod(1:(i-j)))*ep^j*(1-ep)^(i-j); echo off ;
www.eeworm.com/read/313956/13577885

m ip_08_07.m

% MATLAB script for Illustrative Problem 7, Chapter 8. echo on ep=0.3; for i=1:2:61 p(i)=0; for j=(i+1)/2:i p(i)=p(i)+prod(1:i)/(prod(1:j)*prod(1:(i-j)))*ep^j*(1-ep)^(i-j); end end
www.eeworm.com/read/313956/13578520

m smldpe55.m

function [p]=smldPe55(snr_in_dB) % [p]=smldPe55(snr_in_dB) % SMLDPE55 simulates the probability of error for the particular % value of snr_in_dB, signal to noise ratio in dB. E=1; SNR=exp(s
www.eeworm.com/read/313956/13578525

m smldpe58.m

function [p]=smldPe58(snr_in_dB) % [p]=smldPe58(snr_in_dB) % SMLDPE58 simulates the error probability for the given % snr_in_dB, signal to noise ratio in dB. M=16; % 16-ary PAM d=1;
www.eeworm.com/read/310810/13643453

m smldpe55.m

function [p]=smldPe55(snr_in_dB) % [p]=smldPe55(snr_in_dB) % SMLDPE55 simulates the probability of error for the particular % value of snr_in_dB, signal to noise ratio in dB. E=1; SNR=exp(s
www.eeworm.com/read/309349/13673601

ex-ham7a-out

make-pchk ex-ham7a.pchk 3 7 0:0 0:3 0:4 0:5 1:1 1:3 1:4 1:6 2:2 2:4 2:5 2:6 make-gen ex-ham7a.pchk ex-ham7a.gen dense Number of 1s per check in Inv(A) X B is 3.0 transmit 7x100000 ex-ham7a.rec 1 aw
www.eeworm.com/read/306478/13744657

m smldpe55.m

function [p]=smldPe55(snr_in_dB) % [p]=smldPe55(snr_in_dB) % SMLDPE55 simulates the probability of error for the particular % value of snr_in_dB, signal-to-noise ratio in dB. E=1; SNR=exp(s