代码搜索:Probability
找到约 4,670 项符合「Probability」的源代码
代码结果 4,670
www.eeworm.com/read/276402/10741706
m cp0901_muiber_2ppm.m
%
% Function 9.3 : "cp0901_MUIBER_2PPM"
%
% Evaluates the theoretical probability of error
% for a 2PPM system in AWGN channels under the
% Standard Gaussian Approximation
%
% 'ebno' is a v
www.eeworm.com/read/276402/10741801
m cp0901_muiber_2ppm.m
%
% Function 9.3 : "cp0901_MUIBER_2PPM"
%
% Evaluates the theoretical probability of error
% for a 2PPM system in AWGN channels under the
% Standard Gaussian Approximation
%
% 'ebno' is a v
www.eeworm.com/read/349902/10786297
m gammapdf.m
function g = gammapdf(x, h, l)
% gammapdf - gamma distribution Probability Density Function (PDF)
%
% FORMAT: g = gammapdf(x, h, l)
%
% Input fields:
%
% x points to samp
www.eeworm.com/read/301544/6962359
m ggpdf.m
function y = ggpdf(x, m, a, b)
% GGPDF Generalized Gaussian probability density function
% Y = GGPDF(X, M, A, B) returns the generalized Gaussian density function
% with parameters A and B, at the
www.eeworm.com/read/299984/7140530
m costm.m
%COSTM Cost mapping, classification using costs
%
% Y = COSTM(X,C,LABLIST)
% W = COSTM([],C,LABLIST)
%
% DESCRIPTION
% Maps the classifier output X (assumed to be posterior probability
% estimate
www.eeworm.com/read/165343/7143801
m repcodepe.m
% Plot the probability of error for repetition codes as a function of SNR
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
SNR = 0:1:
www.eeworm.com/read/165343/7143852
m hamcodepe.m
% Plot the probability of error for a Hamming code as a function of SNR
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
SNR = 0:1:
www.eeworm.com/read/165343/7143859
m hamcode1511pe.m
% Plot the probability of error for a Hamming code as a function of SNR
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
SNR = 0:1:
www.eeworm.com/read/165343/7144010
m probdet.m
% Do an example computing probability of detection
% Copyright 2004 by Todd K. Moon
% Permission is granted to use this program/data
% for educational/research only
% Information for the (31,21) BCH
www.eeworm.com/read/464233/7167299
m eightpskcomplex.m
% Filename: eightpskcomplex.m
% Descirption: This program is the subprogram to get the bit error
% probability for coherent 8PSK using complex envelope simulation method.
function [ratio]=eightpskc