代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/165343/7143824
h bcjr.h
// BCJR.h -- Compute the MAP bit decisions using the BCJR algorithm
// Todd K. Moon
// Feb 17, 2003
// Copyright 2004 by Todd K. Moon
// Permission is granted to use this program/data
// for educatio
www.eeworm.com/read/464236/7167236
m runbpskber.m
clear all;
format long;
snr=0:10;
for n=1:length(snr);
peAnaly(n)=erfc(sqrt(10^(snr(n)/10)))/2;
i=1;
number=0;
for i=1:100000;
number=number+BPSKsimple(snr(n));
en
www.eeworm.com/read/463748/7176005
m expected.m
function e=expected(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the expected value of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=EXPECTED('F'
www.eeworm.com/read/458257/7300307
m prob_snr1.m
% This program is used to produce Fig. 2.4
close all
clear all
for nfa = 2:2:12
b = sqrt(-2.0 * log(10^(-nfa)));
index = 0;
hold on
for snr = 0:.1:18
index = index +1;
www.eeworm.com/read/456354/7351354
m expected.m
function e=expected(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the expected value of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=EXPECTED('F',A,B
www.eeworm.com/read/452222/7444767
m ui_mutate.m
function minfo = ui_mutate(chr)
% UI_MUTATE - interface for specifying mutate ratios.
% minfo = ui_mutate(chr) returns a structure with the mutation
% information for the different species. The i
www.eeworm.com/read/451457/7463483
h probmod.h
#if !defined(_probmod_H)
# define _probmod_H (1)
# include "entcode.h"
typedef struct ec_probsamp ec_probsamp;
typedef struct ec_probmod ec_probmod;
/*A sample from a probability distributi
www.eeworm.com/read/449504/7502630
m kolmogorov.m
function [statistic, pvalue, H]=kolmorgorov(x,size,dist,varargin)
% PURPOSE:
% Performs a Kolmogorov-Smirnov test that the data are from a specified distribution
%
% USAGE:
% [statistic,
www.eeworm.com/read/445830/7589527
m expected.m
function e=expected(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the expected value of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=EXPECTED('F'
www.eeworm.com/read/442447/7651413
m expected.m
function e=expected(funfcn,a,b,tol,p1,p2,p3)
% EXPECTED Finds the expected value of a random variable
% with probability density function 'funfcn' and
% support [a,b].
% Y=EXPECTED('F'