-
SERVO_MOTOR_CONTROL_with_MATLAB
SERVO_MOTOR_CONTROL_with_MATLAB.zip... contains matlab code on SERVO_MOTOR_CONTROL
- 2009-12-30 01:30:22下载
- 积分:1
-
bpsbutt
带通/带阻巴特沃斯滤波器设计,采用IIR滤波器设计思路,可以返回数字滤波器的二阶分割形式(Band-pass/band-reject Butterworth filter design, using IIR filter design ideas, you can return to the form of digital filter second-order segmentation)
- 2010-01-13 13:48:31下载
- 积分:1
-
Observer
This is a MATLAB GUI app. with attached Luenbergers obserwer for 2 pots
- 2010-12-25 20:14:51下载
- 积分:1
-
lms
LMS adaptive fulter in matlab. for remove echo in telecomunication
- 2013-10-07 19:56:39下载
- 积分:1
-
solar
根据第一层材料禁带宽度与第二层材料禁带宽度,绘制不同损失率下,两种材料禁带宽度随损失率变化的关系曲线以及双层材料光伏转换极限效率曲线(According to the first layer of material with a band gap of the material the band gap of the second layer, draw a different loss rate curves of the two materials with the band gap of the rate of change and the loss of bilayer material photovoltaic conversion efficiency curve limit)
- 2013-12-21 11:02:28下载
- 积分:1
-
matlab
一些基于matlab的遗传算法程序,非常经典(Matlab-based genetic algorithm procedure)
- 2009-04-01 14:40:23下载
- 积分:1
-
powerflow
潮流计算,在直角坐标系下,求解多节点电力系统网络的潮流(power flow)
- 2009-04-08 14:09:06下载
- 积分:1
-
julei
1 掌握不同的聚类方法—基于层次与基于划分的方法
2 学会层次聚类的单连接算法
3 学会K-means算法
(A master of different clustering methods- based on hierarchical partitioning method based on hierarchical clustering 2 Society 3 Society of single-link algorithm K-means algorithm)
- 2010-10-28 11:20:37下载
- 积分:1
-
HOUGH-detection-circle-
MATLAB平台下使用HOUGH变换检测圆的算法(Use HOUGH transform circle detection algorithm)
- 2014-10-08 16:30:53下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1