代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/356723/10222169
m pd_swerling5.m
function pd = pd_swerling5 (input1, indicator, np, snrbar)
% This function is used to calculate the probability of
% for Swerling 5 or 0 targets for np>1.
if(np == 1)
'Stop, np must be greater
www.eeworm.com/read/465613/7050250
m fisher.m
clc;
clear all;
%load train set
load maleTrain
load femaleTrain
%define prior-probability
Pmale = 0.5;
%Pmale = 0.75;
%Pmale = 0.9;
Pfemale = 1-Pmale;
[Rmale,Cmale] = size(male);
[Rfe
www.eeworm.com/read/456354/7351312
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
plus_
www.eeworm.com/read/456354/7351318
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/451547/7461987
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/447973/7542794
m viewmodelprobability.m
%%% DynaEst 3.032 10/22/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
%
%ViewModelProbability
subplot(1,1,1) ; % After filter gain
ViewStatusFlag = DRAW_MODEL_PROBABILITY;
colordef none;
legen
www.eeworm.com/read/297942/7985018
m pd_swerling5.m
function pd = pd_swerling5 (input1, indicator, np, snrbar)
% This function is used to calculate the probability of
% for Swerling 5 or 0 targets for np>1.
if(np == 1)
'Stop, np must be greater
www.eeworm.com/read/397111/8067318
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/246805/12704006
m pd_swerling5.m
function pd = pd_swerling5 (input1, indicator, np, snrbar)
% This function is used to calculate the probability of
% for Swerling 5 or 0 targets for np>1.
if(np == 1)
'Stop, np must be greater
www.eeworm.com/read/138076/13267028
txt @psc_readme_38122_1.txt
Title: Adler-32 algorithm
Description: Pure visual basic implementation of the Adler-32 algorithm. It is much faster than the CRC32 algorithm yet still provides an extremely low probability of undete