-
refdlg
to reference a a dlg using Matlab code, this can realy help you.
- 2009-06-16 19:31:45下载
- 积分:1
-
nonlinearKalmanfilter
非线性卡尔曼滤波跟踪系统的实现和误差分析;供初学目标跟踪的朋友参考使用(nonlinear Kalman filtering system of tracking and error analysis; For beginners target tracking friends reference)
- 2005-05-04 00:54:48下载
- 积分: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
-
MeanShift
利用meanshift1算法实现视屏目标的跟踪,包含全套程序,并配有示例视屏。(Meanshift1 algorithm to track the use of screen targets, including a full program, and with a sample screen.)
- 2015-03-26 20:28:34下载
- 积分:1
-
matlab 分步傅里叶变换
matlab 分步傅里叶变换
用于光纤中的非线性薛定谔方程解法
(split-f-trans
This program could deal with the transmission of light in optic fiber
describe with NLSE)
- 2013-06-06 21:24:20下载
- 积分:1
-
szycha
mrp not matlab but c++ enjoy
- 2010-07-20 16:18:29下载
- 积分:1
-
matlab
matlab信号系统,通过应用matlab进行信号系统的实验进行。(matlab signal system, signal system through the application of matlab experiments.)
- 2012-06-22 16:34:04下载
- 积分:1
-
charpt7_5
安德森《计算流体力学及其应用》第七章拟一维喷管流动的数值解 7.5节 再论亚声速—超声速等熵喷管流动的CFD解法。自己编写matlab源代码。(Anderson the computational fluid mechanics and its application "chapter 7 quasi one-dimensional nozzle flow numerical solution of section 7.5 then theory subsonic- supersonic isentropic nozzle flow of CFD method. His writing matlab source code.
)
- 2012-09-01 15:49:03下载
- 积分:1
-
MATLAB
一本介绍matlab的书籍,由西安交通大学李人厚编著(An introductory books matlab, from Xi an Jiaotong University, edited by Li Renhou)
- 2007-11-17 03:19:19下载
- 积分:1
-
squarecoax
this program, is written in Matlab code by FDTD metod and calculates the capacity of a SQUARE COAXIAL cable.
- 2011-06-16 23:17:51下载
- 积分:1