-
bilnrmap
模拟域系数双线性变换到数字域的子程序,用于matlab子程序调用(Analog domain coefficients of the bilinear transformation to the digital domain of the subroutines for Matlab subroutine calls)
- 2012-06-10 16:55:08下载
- 积分:1
-
PSO_K
粒子群与K均值聚类的混合算法,值得拥有。(PSO and the hybrid K-means clustering algorithm, worth having.)
- 2011-11-23 22:11:43下载
- 积分:1
-
data_resorce
数学建模预测模型源程序,包含GM11,神经网络(Mathematical modeling prediction model source code, including GM11, neural networks)
- 2013-11-19 10:49:58下载
- 积分:1
-
snake
很经典的matlab下的贪食蛇游戏源代码~代码的注释很详细 帮助初学者短时间内掌握matlab游戏编程的精髓 推荐推荐!~(matlab snake game)
- 2009-02-04 02:20:24下载
- 积分:1
-
006
MATLAB的程序最大熵谱法,Brug法和Levinson法MATLAB procedures maximum entropy spectrum, Brug law and the law Levinson(MATLAB procedure for maximum entropy spectral method, Brug law and Levinson Law MATLAB procedures maximum entropy spectrum, Brug law and the law Levinson)
- 2008-06-02 12:28:34下载
- 积分:1
-
doa1
DOA估计:二维方向(方位、俯仰角度)扫描、方阵对某点源的导向矢量、方阵阵列信号(DOA estimation: a two-dimensional direction (azimuth and elevation angle) scan, square steering vector of a point source, the square array signal)
- 2012-06-18 10:28:17下载
- 积分:1
-
tamura-texture
matlab中Tamura纹理特征的一种提取方法(A method in matlab about Tamura texture feature extraction )
- 2013-10-30 09:40:12下载
- 积分:1
-
MATLAB-tutorial
matlab 入门教程 PPT matlab 入门教程 PPT
matlab 入门教程 PPT(PPT matlab matlab Tutorial Tutorial Tutorial PPT PPT matlab)
- 2013-11-25 23:42:58下载
- 积分: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
-
Invariant-moments
胡不变矩相关代码,有所需图片和源程序m文件(Invariant moments)
- 2011-10-08 13:49:11下载
- 积分:1