-
IndependentComponentAnalysisanewconcept
ica 的基础性文献, 对理解ica原理 及发展很有参考价值。(ica of the basic literature, theory and development in understanding ica useful reference.)
- 2010-09-21 13:09:53下载
- 积分:1
-
MSK
该文档主要实现matlab中的msk调制解调功能,广泛运用于现代数字通信中(The document is mainly achieved in the matlab msk modulation and demodulation functions, widely used in modern digital communications)
- 2014-09-22 05:47:52下载
- 积分:1
-
firfilt
firfilt.m for filtering
- 2011-11-05 17:35:45下载
- 积分:1
-
learnmatlabcode
图像处理,学习matlab的源代码,转自国外(image processing, study the source code of Matlab, decanted from abroad)
- 2006-10-16 08:53:18下载
- 积分:1
-
Wavelet
实现小波变换,对实采数据进行进行处理,挖掘数据特征(Wavelet transform of real data mining processing, data mining feature)
- 2014-11-14 20:01:17下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
AVO 正演
说明: 通过c++程序实现的四类不同的地层数据的AVO正演模型(AVO forward model of four kinds of different stratum data realized by C + + program)
- 2020-04-26 21:13:57下载
- 积分:1
-
chengxu.rar
MATLAB做的时钟程序,可以MATLAB上运行这个时钟程序,(MATLAB program to do the clock, you can run the clock MATLAB procedures,)
- 2008-06-04 13:59:11下载
- 积分:1
-
principal_components
paper based on pca and image fusion
- 2010-03-05 19:02:10下载
- 积分:1
-
pdp_dtlk
这个程序是用matlab编写的,主要使用于等离子显示器动态轮廓消除仿真!(This program is written using matlab, mainly used in plasma display dynamic contour eliminate simulation!)
- 2013-01-01 16:51:45下载
- 积分:1