GAUSSIAN

共 133 篇文章
GAUSSIAN 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 133 篇文章,持续更新中。

LDPC的完整c语言开发源程序代码

LDPC的完整c语言开发源程序代码,可以直接运行,没有错误,里面含有文件: construct_matrix.cpp decode.cpp encode.cpp Gaussian_channel.cpp generating_matrix.cpp get_matrix.cpp LDPC_main.c

数值线性代数的Matlab应用程序包 共13个程序函数

数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmid

Image Compression A collection of simple routines for image compression using different techniqu

Image Compression A collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compres

Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam

Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function.

Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) tak

Creates a Gaussian mixture model with specified architecture.MIX = GMM(DIM, NCENTRES, COVARTYPE) takes the dimension of the space DIM, the number of centres in the mixture model and the type of the

....瑞利平坦衰变信道.doc ....channel_model ....AS2sigma_gaussian_90.mat ....AS2sigma_gaussian_180.mat

....\瑞利平坦衰变信道.doc ....\channel_model ....\AS2sigma_gaussian_90.mat ....\AS2sigma_gaussian_180.mat ....\AS2sigma_laplacian_90.mat ....\correlation.m ....\dialog.m ....\erfcomp.m ....\ge

sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described i

sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a G

sbgcop: Semiparametric Bayesian Gaussian copula estimation This package estimates parameters of a Gaussian copula, treating the univariate marginal distributions as nuisance parameters as described i

gaussian procession 原程序,用于解决分类问题,有兴趣可以看看啊

gaussian procession 原程序,用于解决分类问题,有兴趣可以看看啊

gaussian algorithm for Bayesian Model Selection

gaussian algorithm for Bayesian Model Selection

gaussian mixture modelling in matlab

gaussian mixture modelling in matlab

Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si

Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of th

用MATLAB写的Gaussian Elimination算法即LU算法

用MATLAB写的Gaussian Elimination算法即LU算法

用于产生gamma分布的噪声序列

用于产生gamma分布的噪声序列,以及分析gaussian噪声的各参数。

In this article, we present an overview of methods for sequential simulation from posterior distribu

In this article, we present an overview of methods for sequential simulation from posterior distributions. These methods are of particular interest in Bayesian filtering for discrete time dynamic mod

This program reads iid zero-mean unit-variance Gaussian variates

This program reads iid zero-mean unit-variance Gaussian variates

Gaussian 03ChineseManual

Gaussian 03ChineseManual

基于libsvm

基于libsvm,开发的支持向量机图形界面(初级水平)应用程序,并提供了关于C和sigma的新的参数选择方法,使得SVM的使用更加简单直观.参考文章 Fast and Efficient Strategies for Model Selection of Gaussian Support Vector Machine 可google之。

这是一个非常简单的遗传算法源代码

这是一个非常简单的遗传算法源代码,代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交和均匀变异。如果用 Gaussian变异替换均匀变异,可能得到更好的效果。代码没有任何图形,甚至也没有屏幕输出,主要是保证在平台

Rao Blackwellised Particle Filtering for Dynamic Conditionally Gaussian Models基于高斯模型的rbpf(粒子滤波器)的mat

Rao Blackwellised Particle Filtering for Dynamic Conditionally Gaussian Models基于高斯模型的rbpf(粒子滤波器)的matlab程序