-
MATLAB-command
此文件包括matlab软件的常用命令,可参考使用,提高工作效率。(MATLAB command.)
- 2011-07-25 11:25:46下载
- 积分:1
-
Matlab
Solve Equation by newton rofson method for students to solve own problems.
- 2013-12-16 04:20:02下载
- 积分: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
-
rls
RLS算法 matlab例子 内有注释 可供参考(Notes RLS algorithm matlab example for reference)
- 2012-10-21 20:41:36下载
- 积分:1
-
mfcc
求出语音mel倒谱系数的matlab代码,返回mfc(function mfc=mfcc(x) )
- 2014-01-23 20:39:47下载
- 积分:1
-
Foxholes
利用差分进化算法(Differential Evolution)实现对经典函数foxhole的验证
(The use of differential evolution algorithm (Differential Evolution) to achieve the verification of classical function foxhole)
- 2020-06-26 20:40:01下载
- 积分:1
-
basline-driftandline-frequency
处理心电信号中的基频漂移和工频干扰的一种算法。(a resolution to solve the baseline drift and line-frequency )
- 2009-03-31 14:05:26下载
- 积分:1
-
MatlabC++
函数注册在Matlab和C++接口中起着重要的作用。在介绍函数注册作用的基础上,详细分析了函数注册的过程及应当注意的问题,并给出了一种实现函数注册的最简单的方法。用实例展示了函数注册的具体实现过程。
(registration function in Matlab and C interface plays an important role. In introducing the role of the registration function on the basis of a detailed analysis of the function of the registration process and should pay attention to the problem, and gives a registration function to achieve the most simple method. Examples demonstrate the function of the concrete realization of the registration process.)
- 2007-04-29 13:52:34下载
- 积分:1
-
Visualization-in-MATLAB
工程计算可视化与MATLAB实现:本书列举了大量的算例,并附有数值解和图形解,使学生通过上机学到数学和相关领域的知识。(Engineering Computing and Visualization in MATLAB: This book lists a number of examples, along with numerical and graphical solution, so that students learn mathematics through the machine and the related fields of knowledge.)
- 2011-11-11 15:18:05下载
- 积分:1
-
standar_distance
数据的规范化程序,消除数据的量纲对处理结果的影响。数据点之间距离的计算程序。(Data standardization process, eliminate data on the processing results of the dimensionless)
- 2010-06-29 11:55:38下载
- 积分:1