代码搜索:Probabilities
找到约 751 项符合「Probabilities」的源代码
代码结果 751
www.eeworm.com/read/287852/8664340
m comparisons of bit error probabilities with adaptive mmse.m
m = 3; % number of LSRs
N = 2^m-1; %processing gain %processing gain
maxusers = floor(2*N); % max number of users
noisevar = 1;
SNR_dB = 12; % SNR in dB
SNR = 10^(SNR_dB/10);
totalbits = 1
www.eeworm.com/read/287854/8664338
m comparisons of bit error probabilities with increasing number of users.m
m = 3;
N = 2^m-1; %system processing gain
maxbits = 20000;
maxusers = floor(1.5*N); % max number of users
S_tot = signature_matrix(m,maxusers);%generate signature matrix.
%S(:,k)=sk normaliz
www.eeworm.com/read/314474/13566514
1 disambig.1
disambig(1) disambig(1)
NNAAMMEE
disambig - disambiguate text tokens using an N-gram model
SSYYNNOOPPSSIISS
ddiissaammbbi
www.eeworm.com/read/383950/8909292
c dec.c
/* DEC.C - Decoding procedures. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for purposes of research or educatio
www.eeworm.com/read/355337/10274909
m resampstr.m
function s = resampstr(p);
%RESAMPSTR Stratified resampling
% S = RESAMPSTR(P) returns a new set of indices according to
% the probabilities P. P is array of probabilities, which are
% not nece
www.eeworm.com/read/355237/10284126
m resampstr.m
function s = resampstr(p);
%RESAMPSTR Stratified resampling
% S = RESAMPSTR(P) returns a new set of indices according to
% the probabilities P. P is array of probabilities, which are
% not nece
www.eeworm.com/read/272243/10964621
c dec.c
/* DEC.C - Decoding procedures. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for purposes of research or educatio
www.eeworm.com/read/469123/6977819
m likelihoods.m
% likelihood: likelihood functions are provided to be used by the binaryGP
% function, for binary Gaussian process classification. Two likelihood
% functions are provided:
%
% logistic
% cumGa
www.eeworm.com/read/333209/7154827
m resampstr.m
function s = resampstr(p);
%RESAMPSTR Stratified resampling
% S = RESAMPSTR(P) returns a new set of indices according to
% the probabilities P. P is array of probabilities, which are
% not nece
www.eeworm.com/read/314474/13566526
3 lm.3
.\" $Id: LM.3,v 1.3 2005/04/26 03:33:56 stolcke Exp $
.TH LM 3 "$Date: 2005/04/26 03:33:56 $" SRILM
.SH NAME
LM \- Generic language model
.SH SYNOPSIS
.B "#include "
.SH DESCRIPTION
The
.B LM
cl