代码搜索:Probability

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

代码结果 4,670
www.eeworm.com/read/247638/12638441

m cp0901_muiber_2pam.m

% % Function 9.4 : "cp0901_MUIBER_2PAM" % % Evaluates the theoretical probability of error % for a 2PAM system in AWGN channels under the % Standard Gaussian Approximation % % 'ebn0' is a v
www.eeworm.com/read/205223/15323286

m cp0901_muiber_2pam.m

% % Function 9.4 : "cp0901_MUIBER_2PAM" % % Evaluates the theoretical probability of error % for a 2PAM system in AWGN channels under the % Standard Gaussian Approximation % % 'ebn0' is a v
www.eeworm.com/read/202577/15378201

m gaussplot.m

function h=gaussplot(mu, Sigma, ncontours) % GAUSSDRAW Plot some contours of constant probability density of a 2D Gaussian centered on the mean % h=gaussdraw(mu, Sigma, ncontours) if ~exist('ncontour
www.eeworm.com/read/200886/15420687

m mynormpdf.m

function y = mynormpdf(x,mu,sigma) %NORMPDF Normal probability density function (pdf). % Y = NORMPDF(X,MU,SIGMA) Returns the normal pdf with mean, MU, % and standard deviation, SIGMA, at the valu
www.eeworm.com/read/431621/8664715

m bdt_f533.m

% MATLAB script that generates the probability of error versus the signal to noise ratio. initial_snr=0; final_snr=12; snr_step=0.75; tolerance=eps; % Tolerance used for the integration
www.eeworm.com/read/287843/8665640

m bdt_f533.m

% MATLAB script that generates the probability of error versus the signal to noise ratio. initial_snr=0; final_snr=12; snr_step=0.75; tolerance=eps; % Tolerance used for the integration
www.eeworm.com/read/429877/8784286

m pd_swerling4.m

function pd = pd_swerling4 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 4 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;
www.eeworm.com/read/429877/8784340

m pd_swerling2.m

function pd = pd_swerling2 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 2 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;
www.eeworm.com/read/429877/8784387

m pd_swerling1.m

function pd = pd_swerling1 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 1 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;
www.eeworm.com/read/429877/8784408

m pd_swerling3.m

function pd = pd_swerling3 (nfa, np, snrbar) % This function is used to calculate the probability of detection % for Swerling 2 targets. format long snrbar = 10.0^(snrbar/10.); eps = 0.00000001;