-
SaS_Aprox
Aproximation of discrete impuls with sinus function in Matlab
- 2010-11-18 20:35:21下载
- 积分:1
-
cordic_atan
CORDIC arctangent(atan) Simulink model. You can generate HDL from this model
- 2011-01-16 02:00:10下载
- 积分: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
-
orderopti
matlab中,对曲线拟合时指数的自动识别(matlab in, when the index on the curve fitting of automatic identification)
- 2010-05-27 12:20:34下载
- 积分:1
-
C_AntClusterKnown
蚁群算法 模式识别与智能计算 Matlab技术实现(ant colony optimization, ACO)
- 2013-04-09 17:30:25下载
- 积分:1
-
2013102241922765
MATLAB程序—一PCM。对PCM编码进行了详细的仿真,效果较好。(MATLAB program- a PCM. PCM coding for a detailed simulation better.)
- 2013-11-24 23:10:34下载
- 积分:1
-
code
matlab 的短时傅里叶变换代码, STFT, 简洁实用(code of STFT with matlab)
- 2020-09-22 10:17:51下载
- 积分:1
-
matlab
说明: 本文档含两个m文件dial.m和 dijkstra1.m ,dial需要调用dijkstra1。(This document contains two m files, dial.m and dijkstra1.m. Dial needs to call dijkstra1.)
- 2020-06-19 00:20:02下载
- 积分:1
-
pca
matlab实现PCA进行的人脸识别源程序,基本的功能实现,做为基础(matlab realize PCA for face recognition source code, the basic function of the realization, as a basis for)
- 2007-09-17 12:33:31下载
- 积分:1
-
m_producer
说明: MATLAB程序,操作简单,用于生成M序列(MATLAB program, simple operation, used to generate the M sequence)
- 2008-11-18 12:55:33下载
- 积分:1