代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/132953/14065229
m bdt_f531.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
plus_
www.eeworm.com/read/204456/15339342
m gausspdf.m
function [y,d2] = gausspdf(x,mu,sigma,lambda)
%GAUSSPDF Multivariate Gaussian probability density function
%
% Y = GAUSSPDF(X,MU,SIGMA)
%
% High dimensional version of normpdf. Given the mean MU an
www.eeworm.com/read/111003/15520354
h qsmodel.h
#ifndef QSMODEL_H
#define QSMODEL_H
/*
qsmodel.h headerfile for quasistatic probability model
(c) Michael Schindler
1997, 1998, 2000
http://www.compressconsult.com/
michael@co
www.eeworm.com/read/431621/8664701
m bdt_f529.m
% MATLAB script that generates the probability of error versus the signal to noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % Tolerance used for the integration
min
www.eeworm.com/read/287843/8665318
m variance.m
function v=variance(funfcn,a,b,tol,p1,p2,p3) %#ok - evals used
%VARIANCE Finds the variance of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=
www.eeworm.com/read/287843/8665624
m bdt_f529.m
% MATLAB script that generates the probability of error versus the signal to noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % Tolerance used for the integration
min
www.eeworm.com/read/429877/8784381
m pd_swerling5.m
function pd = pd_swerling5 (input1, indicator, np, snrbar)
% This function is used to calculate the probability of detection
% for Swerling 5 or 0 targets for np>1.
if(np == 1)
'Stop, np must b
www.eeworm.com/read/428849/8834972
m dsamp.m
function X = dsamp(Px,num_data)
% DSAMP Generates samples from discrete distribution.
%
% Synopsis:
% X = dsamp(Px,num_data)
%
% Input:
% Px [dim x 1] Discrete probability distribution; it must
%
www.eeworm.com/read/186716/8914610
m lapl_pdf.m
function [y,x] = lapl_pdf(sigma2,nx)
% LAPL_PDF .... Evaluates and plots the probability density function of a
% Laplacian random variable.
%
% LAPL_PDF(MU) plots the pdf of the Laplacian rando
www.eeworm.com/read/381207/9104825
m pd_swerling5.m
function pd = pd_swerling5 (input1, indicator, np, snrbar)
% This function is used to calculate the probability of detection
% for Swerling 5 or 0 targets for np>1.
if(np == 1)
'Stop, np must b