代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/479067/6698835
m distchck.m
function [errorcode,varargout] = distchck(nparms,varargin)
%DISTCHCK Checks the argument list for the probability functions.
% B.A. Jones 1-22-93
% Copyright 1993-2000 The MathWorks, Inc.
www.eeworm.com/read/478548/6709474
crossover_uniform_nasa
#!/usr/bin/perl -w
use POSIX;
$population_size = 1000;
$bit_mutation_probability = 0.01;
$nsegments = 5;
$nbits = $nsegments * 24;
$iterations = 500;
# Generate an initial population of random indi
www.eeworm.com/read/478548/6709480
crossover_uniform_48
#!/usr/bin/perl -w
use POSIX;
$population_size = 100;
$bit_mutation_probability = 0.01;
$nbits = 48;
$iterations = 400;
# Generate an initial population of random individuals. Each individual is
#
www.eeworm.com/read/476907/6754413
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/405084/11471912
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/405084/11471944
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/405084/11471964
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/405084/11471975
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;
www.eeworm.com/read/402117/11542859
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/402117/11542891
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;