-
multwal
good matlab code for fast implementation of the Multiwall model
- 2010-09-29 18:12:02下载
- 积分: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
-
LMS-RLSAdaptiveFilter
数字信号处理,LMS和RLS实例:给定正弦信号s(n),现在我们获得得是受影响的数据x(n)=s(n)+v(n) , v(n)为方差1.25的告示白噪声信号,请设计一个滤波器,使其输出与s(n)的均方误差最小,并给出用LMS和RLS算法的自适应求解方法的MATLAB仿真。(Digital signal processing, LMS and RLS instance: Given a sinusoidal signal s (n), now we get the data have affected x (n) = s (n)+ v (n), v (n) 1.25 for the variance Notice the white noise signal, to design a filter so that the output and s (n) The minimum mean square error, and gives the algorithm with the LMS and RLS adaptive method for solving the MATLAB simulation.)
- 2011-01-15 08:27:10下载
- 积分:1
-
GM(1-1)
说明: 著名的灰色预测模型,用于人口、经济、资源等的发展预测( Famous gray prediction model for population, economy, resources, development of forecast )
- 2011-03-10 13:54:44下载
- 积分:1
-
xiaobobianhuan-
用三级小波变换实现的语音信号去噪处理的MATLAB源程序,去噪效果很好(Use level 3 wavelet transform of the realization of the speech signal to deal with the noise MATLAB source, denoising the effect is very good)
- 2012-05-13 17:19:26下载
- 积分:1
-
RBFlw1
这是一部分关于RBF的论文,对股市预测很油帮助(This is part of the paper on the RBF, the stock market is the oil to help predict)
- 2010-09-13 15:47:58下载
- 积分:1
-
jingtongmatlab
说明: 精通matlab一书中涉及的程序,很详细。有命令和源代码。(Proficient in the procedures involved in matlab book, very detailed. An order and source code.)
- 2011-03-13 10:53:49下载
- 积分:1
-
matlab-codes-for-graph-management
matlab大全,专门用于图像处理和图像获取(matlab codes for graph management)
- 2014-09-03 10:24:52下载
- 积分:1
-
Code1
3.Bifurcation analysis
Bifurcation analysis has to be done for finding the different eigen values. eigen value plot has to be made for understanding the movement of the eigen values stable to unstable region to understand the stability of the system according to the change in system parameters.Bifurcation analysis has to be done for a 9-bus ,39 bus ,14bus,30 bus system with and without connecting squirrel cage induction generator to the system. single turbine generator has to be considered first and after that a wind farm with more than 10 turbine generators has to be connected
- 2014-09-27 15:13:50下载
- 积分:1
-
fuzzyPID
某工业系统可等效为二阶环节带延迟...且执行机构具有0.07的死区和0.7的饱和区。采样时间T=0.01;系统的输入r(t)=1.5
要求1)设计一模糊控制器,使系统输出尽快跟随系统输入;2)模糊控制与PID控制的性能进行比较;3)系统有无延迟性能进行比较(An industrial system can be equivalent to second-order part of the implementing agencies with a delay ... and the dead with a .07 and 0.7 saturation. Sampling time T = 0.01 the system input r (t) = 1.5 requirement 1) design a fuzzy controller, the system output as soon as possible to follow the system input 2) fuzzy control and PID control performance comparison 3) whether the delay in the system performance comparison)
- 2010-01-22 19:15:37下载
- 积分:1