-
insar_cs
双站INSAR 静止点目标成像 CS算法(Bistatic the INSAR stationary point target imaging the CS algorithm)
- 2012-06-08 23:17:58下载
- 积分:1
-
ukf
UKF滤波算法,个人写,多次使用,书写习惯良好!(UKF filter algorithm)
- 2013-05-06 21:40:44下载
- 积分:1
-
controlmdl
说明: mpc control for systeme
- 2021-02-11 06:21:48下载
- 积分:1
-
myansys
这是数据分析与解方程较常用的代码,用于matlab软件。(matlab)
- 2009-09-13 08:30: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
-
bspline
用matlab开发的B-样条工具箱,包括B-样条近似,de-boor算法等(Developed with matlab, B-spline toolbox, including B-spline approximation, de-boor algorithm)
- 2011-05-30 10:07:48下载
- 积分:1
-
GenerateJava
通过layout生成activity。需要在Constants类里面配置项目路径等信息。(Generate activity by layout.Users need to write project path in the class of Constants.)
- 2014-09-19 19:31:27下载
- 积分:1
-
Aplication-of-Matlab-TOOLBOX
苏金明的matlab 工具箱及应用。非常不错(Su Jinming matlab toolbox and application. Very good)
- 2013-03-28 12:02:56下载
- 积分:1
-
BP
说明: BP网络仿真实例参考:包含BP网络设计实例及仿真源程序.(BP network simulation reference: BP network design contains examples and simulation source.)
- 2010-04-14 20:12:16下载
- 积分:1
-
ssim_mscale_new
multi scale structural similarity index
- 2013-09-25 19:07:13下载
- 积分:1