-
sjs
用Matlab程序产生各种随机数的程序代码
详见说明(Matlab procedures using a variety of random number code see note)
- 2008-01-07 21:28:28下载
- 积分:1
-
publication_26
this code give a plot of Capacity of
transmission vs SNR
- 2013-03-09 23:14:48下载
- 积分:1
-
speed_feedback
利用matlab中的simulink,进行转速闭环控制,实现转速的闭环(In the use of matlab simulink, the speed closed-loop control to achieve closed-loop speed)
- 2010-11-06 22:07:27下载
- 积分:1
-
Desktop
特征空间波束形成图 稳健 改进算法 比较了lcmv特征空间 改进的特征空间 (The feature space beamforming Figure steady improvement algorithm)
- 2020-07-03 05:40:01下载
- 积分:1
-
IMDQ_fixed
induction motor in matlab
- 2012-03-28 19:25:27下载
- 积分:1
-
14
说明: MATLAB,从入门到精通,经典教材。PDF,高清版,有很多实例。(MATLAB, entry to the proficient, classic textbook.)
- 2014-10-27 16:32:50下载
- 积分:1
-
cinit
CINIT forms the matrix containing the control point position, orientation and
geometry. This is an internal function used by CIRCAL, CIRCALW, and EXTCAL.(CINIT forms the matrix containing the control point position, orientation and geometry. This is an internal function used by CIRCAL, CIRCALW, and EXTCAL.)
- 2012-09-05 15:21:10下载
- 积分:1
-
tongbu
说明: 程序中 时间结点错开了一个位子;
(2)没有注意保存中间结果,程序画出的只是之后一个小时间段结果。(Staggered in time node program a seat (2) lack of attention to hold intermediate results, the program just to draw a small period of time after the results.)
- 2011-03-30 16:41:54下载
- 积分: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
-
GameofLife
A matlab code which uses a cellular automata code in order to describe Conway s Game of Life
- 2013-03-11 23:30:28下载
- 积分:1