代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/413912/11137221
m gtmprob.m
function prob = gtmprob(net, data)
%GTMPROB Probability for data under a GTM.
%
% Description
% PROB = GTMPROB(NET, DATA) takes a GTM structure NET, and computes
% the probability of each point in th
www.eeworm.com/read/268231/11148849
m smldpe57.m
function [p]=smldPe57(snr_in_dB)
% [p]=smldPe57(snr_in_dB)
% SMLDPE57 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
d=1;
SNR=exp(snr_in_dB*log(10)/10
www.eeworm.com/read/268231/11148852
m smldpe56.m
function [p]=smldPe56(snr_in_dB)
% [p]=smldPe56(snr_in_dB)
% SMLDPE56 simulates the probability of error for a given
% snr_in_dB, signal to noise ratio in dB.
E=1;
alpha_opt=1/2;
SNR=exp(snr_in
www.eeworm.com/read/268231/11148888
m smldpe58.m
function [p]=smldPe58(snr_in_dB)
% [p]=smldPe58(snr_in_dB)
% SMLDPE58 simulates the probability of error for the given
% snr_in_dB, signal to noise ratio in dB.
d=1;
SNR=exp(snr_in_dB*log(10)/10
www.eeworm.com/read/268231/11148971
m entropy.m
function h=entropy(p)
% H=ENTROPY(P) returns the entropy function of
% the probability vector P.
if length(find(p1
www.eeworm.com/read/268231/11149042
m entropy.m
function h=entropy(p)
% H=ENTROPY(P) returns the entropy function of
% the probability vector P.
if length(find(p1
www.eeworm.com/read/268231/11149082
m cm_sm41.m
function [p]=cm_sm41(snr_in_dB)
% [p]=cm_sm41(snr_in_dB)
% CM_SM41 finds the probability of error for the given
% value of snr_in_dB, SNR in dB.
N=10000;
d=1; % min. distance between symbo
www.eeworm.com/read/267609/11170929
m gamlpr.m
% GAMLPR = Gamma Distribution - Log Probability Density Ratio
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [ lpr ] = gamlpr( g1, g2, alph, gam )
%
% returns l
www.eeworm.com/read/411645/11235311
h ga.h
// GA.h: interface for the GA class.
//
//////////////////////////////////////////////////////////////////////
#include
#if !defined(AFX_GA_H__36707D34_93BC_4503_BBA8_DBFD1DCBA46C__I