代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/401305/11559693
m fhstart.m
%Hufman coding algorithm
%Author : Jeny Rajan
% Total program is divided into three modules
% (1) Histogram building & Probability calculation (fhstart.m)
% (2) Huffman Tree drawing phase(fhtree1.
www.eeworm.com/read/158463/11612736
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/158463/11612737
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/158463/11612794
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/158463/11612921
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/158463/11613074
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/158463/11613160
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/343227/11962700
m gauselps.m
function gauselps(mu, Sigma, lt, level, c)
%gauselps Plots 2D projection of gaussian ellipsoids.
% Use: gauselps(mu,Sigma[,lt,level,c]) . Optional arguments:
% lt: line type, level: probability insi
www.eeworm.com/read/343227/11962853
m randindx.m
function I = randindx(p, T, NO_CHK)
%randindx Generates random indexes with a specified probability distribution.
% I=randindx(p,T) returns and array of T indexes distributed as specified
% by p (wh
www.eeworm.com/read/342990/11985128
m cm_sm41.m
function [p]=cm_sm41(snr_in_dB)
% This function finds the probability of error for the given value of
% snr_in_dB, SNR in dB
N=20000;
d=1; %min. distance between symbols
Eav=1