-
srplems
This function uses SRP-PHAT with Stochastic Region Contraction (SRC) global-optimization algorithm to locate a single source using a frame of data and M microphones.
- 2010-06-03 11:24:23下载
- 积分:1
-
ASKmod
基于matlab的ASK调制程序,能够直接在matlab中运行(Based on the ASK modulation matlab procedures can run directly in matlab)
- 2008-12-19 14:46:28下载
- 积分:1
-
essential-matlab-for-engineers-and-scientists
essential matlab for engineers and scientists
- 2012-05-13 05:56:19下载
- 积分:1
-
Nodos_EL_4
Derive current and voltage an electric circuit with Euler Lagrange formulism
- 2015-04-15 02:55:37下载
- 积分:1
-
sourctoid
选择其中图像中的矩形及正方形等感兴趣区域ROI(pfop fp[d p fiope f)
- 2009-02-28 14:22:33下载
- 积分:1
-
hvdc_vsc
hvdc_vsc in matlab simpower simulink
- 2013-08-05 14:13:43下载
- 积分:1
-
EKF-matlab-simulation
扩展卡尔曼滤波程序,matlab 仿真。(EKF simulation)
- 2013-09-28 15:33:43下载
- 积分:1
-
ChaoticSaddles
详细介绍混沌序列
对混沌序列编程的指导十分有用
(Detailed introduction to the chaotic sequence of chaotic sequence programming guide very useful)
- 2007-11-07 21:32:14下载
- 积分:1
-
matlab_c++
《精通matlab与c++混合编程》的光盘内容,是本书的源码。有很大的实际价值。()
- 2008-05-22 13:32:07下载
- 积分: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