-
fuzzyPID2
说明: 另外一个模糊pid控制器matlab程序,没有用到simulink,但也很实用,希望对大家有所帮助!(good)
- 2009-08-13 19:11:28下载
- 积分:1
-
DSSS_MATLAB
基于matlab的DSSS通信系统设计,有详细的文档设计以及仿真结果(Matlab-based design of a DSSS communication system, a detailed document design and simulation results)
- 2011-07-16 17:16:01下载
- 积分:1
-
shunt
dc motor simulation in matlab simulink
- 2011-12-06 03:05:36下载
- 积分:1
-
rotateXLabels
This function rotates the x-tick labels on a plot. An arbitrary angle can be specified for the text and the label justification adjusts appropriately to ensure the labels lie below the ticks.
- 2015-02-03 16:10:03下载
- 积分:1
-
加入权重系数
为了抑制两电平逆变器输出中产生的共模电压,本算法采用在代价函数中加入相应的权重系数使得共模电压得到抑制(In order to suppress the common-mode voltage generated in the output of two-level inverters, the algorithm uses the corresponding weight coefficient in the cost function to suppress the common-mode voltage.)
- 2018-11-15 16:21:39下载
- 积分: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
-
Solving-scale-free-networks
求解无标度网络,用于求解无标度网络模型的(Solving scale-free networks, for solving scale-free network model)
- 2011-08-18 14:40:53下载
- 积分:1
-
Attachments_20131118
OPTICAL COMMUNICATION OPTICAL COMMUNICATIONS
- 2013-11-28 23:41:19下载
- 积分:1
-
butterworth+cheby
butterworth+chebcv的matlab 程序(butterworth+ chebcv procedures of matlab)
- 2008-12-21 16:13:05下载
- 积分:1
-
65f33c80aa2c
adaboost training for weak classifier.Simple example for classifier and training is done
- 2012-11-21 12:40:04下载
- 积分:1