-
Elevator
製作4層樓電梯 可以控制在內部開門關門 外部則是上下按鍵使用(4 floors produced inside the elevator door closing can be controlled externally using the up and down keys)
- 2014-10-08 21:20:44下载
- 积分:1
-
Image_Spatial_Filtering
Spatial filtering foe digital image processin
- 2015-04-09 01:56:08下载
- 积分:1
-
canny_edge
实现了canny算子的边缘检测,边缘轮廓完整,且抗干扰能力强。(Operator to achieve a canny edge detection, contour integrity, and anti-interference ability.)
- 2010-11-27 21:23:09下载
- 积分: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
-
naivebayes
naive bayes分类法的matlab实现,包含训练和测试部分(naive bayes classification matlab realize, including training and testing parts)
- 2013-07-16 09:36:24下载
- 积分:1
-
matcom4.5
matcam 4.5 安装及下载指导
链接matlab和visual,实现matlab的高级编程(matcam 4.5 matlab和visual)
- 2011-07-19 12:40:46下载
- 积分:1
-
simplelinesearch
非线性规划问题中无约束问题的简单线搜索算法(simplelinesearch)的MATLAB代码(Unconstrained nonlinear programming problem in question is simple line search algorithm (simplelinesearch) MATLAB code)
- 2014-10-14 20:14:39下载
- 积分:1
-
mfcc
MEL FREQUENCY CEPSTRAL COEFFICIENTS
- 2015-01-23 22:38:47下载
- 积分:1
-
jake-channel-simulation
jake模型,MIMO以及不同场景的相关参数下不同信噪比下的误码率仿真(BER simulation under different SNR jake model, MIMO and related parameters for different scenarios)
- 2014-02-25 15:43:34下载
- 积分:1
-
WVD000
对振动信号进行分析,通过WVD进行视频分析(Vibration signals were analyzed and video analyzed by WVD)
- 2017-07-26 12:19:11下载
- 积分:1