-
samples
Genetic Algorithm for function maximization.
Especially useful for functions with kinks and discontinuities,
and where a good "starting point" is unavailable.
- 2010-07-14 03:26:45下载
- 积分:1
-
MovingTargetlCode
Locating moving target systems
- 2015-04-21 23:04:10下载
- 积分:1
-
infra_pixel
说明: 这是在论文中,用matlab中神经网络bp方法训练红外图像象素值和温度之间对应关系的程序(This the thesis, using Matlab neural network training method bp infrared image pixel and temperature relationships between the procedures )
- 2006-03-24 11:11:42下载
- 积分: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
-
Kalman-matlab
传感器姿态解算 matlab工具箱全部程序自带测试文件程序(Sensor attitude algorithm matlab toolbox full program comes with the test documentation procedures)
- 2013-07-11 14:51:08下载
- 积分:1
-
image_registr
这是一个关于基于互信息的图像配准程序,是以matlab编写(This is a mutual information based image registration procedures, the preparation is matlab)
- 2010-05-23 21:29:55下载
- 积分:1
-
adaptive mmse space-time multiuser detection algor
adaptive mmse space-time multiuser detection algorithm.m是自适应MMSE空时多用户检测算法 dec multiuser.m是空时解相关多用户检测算法 cd multiuser.m是空时匹配滤波器 ber.m是误码率计算 conver.m是空时PN码产生文件(adaptive space-time multiuser detec tion is algorithm.m MMSE space-time adaptive multi-user detection algorithm dec multi user.m solution when space is multi-user detection algorithm cd multiuser.m was empty when matched filter ber.m error rate is calculated conver.m was empty at the PN code generated)
- 2007-06-04 13:40:35下载
- 积分:1
-
plinecoeff
此程序采用matlab语言进行编写,主要功能是根据数据画出研究生教材中数值分析的三次样条曲线(This program is written using matlab language, the main function is a cubic spline curve based on the data shown in numerical analysis textbook for graduate students)
- 2014-11-19 21:08:27下载
- 积分:1
-
itd
随记减量法是从结构的随机振动响应信号中提取该结构自由衰减振动信号的一种方法-With the mind Reduction Act(Reduction Act is credited with random vibration response of the structure from the signal to extract the structure of a method-With free decay vibration signals the mind Reduction Act)
- 2013-12-02 16:05:28下载
- 积分:1
-
MOMantena
matlab求解半波天线,矩量法解双位方程,求直线天线表面电流分布 (matlab--antenau=u+I1(1,m).*sin(thita(1,n)).*exp(j*k0*z(1,m).*cos(thita(1,n))).*L/(N*lamda))
- 2009-04-01 00:05:44下载
- 积分:1