-
CHENXU
遗传算法的应用例子,对于初学者,有很大的帮助。谢谢(A genetic algorithm implemented in Matlab is presented Matlab is used for the following reasons:it provides many built in auxiliary functions useful for function
来源:跨考网论坛 出处地址:http://bbs.kuakao.com)
- 2010-08-21 01:27:08下载
- 积分:1
-
fig5and6
Program of publication
"Fast Channel Shortening with Polynomial Weighting Functions"
figure5 and 6
- 2010-12-08 02:59:51下载
- 积分:1
-
matcom
说明: 介绍了vc与matlab的联合编程,很有用处(Matlab introduced vc with joint programming, very useful)
- 2008-11-26 16:55:45下载
- 积分:1
-
Mfiles-CH3
Chapter 2 and chapter 3 of digital communication system use matlab codes
- 2011-11-06 16:55:44下载
- 积分:1
-
APF
6个三电平二极管钳位式有源电力滤波器,采用双滞环对电压进行控制,采用IP-IQ法对电流进行检测。SVPWM未触发脉冲(Six three-level diode clamp active power filter, the use of double hysteresis to control the voltage, the use of IP-IQ method to detect the current. SVPWM does not trigger a pulse)
- 2017-05-11 09:27:33下载
- 积分:1
-
patchwork
1、patchwork算法的matlab实现源程序 2、改进了王颖版的patchwork算法的错误。-(patchwork algorithm matlab source 2 to achieve improved version of the patchwork algorithm Wang Ying errors.)
- 2012-04-22 13:14:55下载
- 积分:1
-
ThreeTable
这个文件实现了Matlab/Simulink中的三维查找表,对要用到查表的人有帮助,里面用到Reshape函数(This file implements the Matlab/Simulink in a three-dimensional look-up table for use to help people look-up table, which used Reshape function)
- 2013-12-26 11:31:44下载
- 积分:1
-
v74-78
说明: vector control of RSC and GSC of DFIG based WTG system
- 2020-11-20 19:58:54下载
- 积分:1
-
Deconvolution
此程序为地震数据处理中的反褶积,用于提高纵向分辨率。此程序构建在简单褶积模型上,分为脉冲和预测反褶积两种,参数可自调。(This procedure for seismic data processing deconvolution, used to improve the vertical resolution. This program is built on a simple convolution model is divided into pulses and predictive deconvolution two parameters can be self-adjusting.)
- 2014-10-19 13:23:50下载
- 积分: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