-
matlab1
说明: 在MATLAB运行环境下,滑膜变结构控制遗传算法,pid等程序。(Run in the MATLAB environment, the genetic algorithm variable structure control synovium, pid procedures.)
- 2010-04-11 18:51:09下载
- 积分:1
-
Segmentation-combining-of-GA-and-ANN
结合遗传算法与神经网络的图像分割,能得到分割结果的全局最优解,避免陷入局部最优.( Segmentation of image through the combining of genetic algorithm and neural network.)
- 2013-05-26 20:25:03下载
- 积分:1
-
Linear_Algebra_Package
Linear algebra package
- 2012-12-31 08:34:52下载
- 积分:1
-
Face-Detect-Software
Face recognitiion and detection system in matlab
- 2013-09-11 01:13:57下载
- 积分:1
-
doppler_resolve
该程序用于多普勒频率估计,可以估计多普勒模糊数与基带多普勒频率,从而得到解模糊情况下的多普勒频率,算法基于IEEE文章提出的wavelength diversity 算法所写的。(This programme is used to resolve the absolute doppler frequenc without doppler ambiguity.The algorithm is based on the wavelength diversity idea proposed by the IEEE paper.)
- 2012-09-17 15:30:24下载
- 积分:1
-
RBTS2
RBTS可靠性测试系统数据在matlab编程中可直接调用的小程序(RBTS reliability test system data in Matlab programming a small program that can be called directly)
- 2021-03-22 16:09:16下载
- 积分:1
-
GA-rbf
PSO和GA算法针对RBF网络优化,分别为PSO和GA的,RBF网络的程序结构给出了,只需要稍加改动即可(PSO、GA algorithm for RBF network
)
- 2016-04-08 16:47:05下载
- 积分:1
-
pic1code
正弦波脉宽调制技术(SPWM)三项pwm逆变器双极性SPWM波形的产生(Sinusoidal pulse width modulation (SPWM) three pwm inverter bipolar SPWM waveform generation)
- 2012-05-12 20:38:00下载
- 积分:1
-
Radar_system_simulation
雷达系统仿真,模拟接收信号同噪声叠加过程(Simulate the operation in a radar communication system.
Delay of the recieving signal and the noise addition is demonstrated.)
- 2013-10-03 21:17:06下载
- 积分: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