-
p71TD
用simulink搭建的自抗扰控制器中的跟踪微分器(The ADRC controller simulink structures of tracking differentiator)
- 2013-01-22 19:21:18下载
- 积分:1
-
SLAM_session4
SLAM 地图构建与定位算法 其中含有卡尔曼滤波和粒子滤波器的程序(the principal of pso)
- 2013-04-21 21:34:34下载
- 积分:1
-
acpsomatlabchengxu
自适应混沌粒子群算法的matlab程序,有测试函数(Adaptive chaotic particle swarm algorithm matlab procedures, test function)
- 2013-12-11 19:29:15下载
- 积分:1
-
Desktop-(2)
you should use matlab csma
- 2013-05-07 19:35:08下载
- 积分:1
-
TSsear
1. this function is for image (width=176, hight=144) only. but you can modify the related value to fit yours.
2. it is used to evaluate the motion vector between the Nth image and N-1th image.
3. it use Three Steps search algorithm.
4. this algorithm finds the closest pixel near the original pixel in three times.(1. This function is for image (width = 176, hight = 144) only. But you can modify the related value to fit yours.2. It is used to evaluate the motion vector between the Nth image and N-1th image.3 . it use Three Steps search algorithm.4. this algorithm finds the closest pixel near the original pixel in three times.)
- 2007-12-06 17:50:41下载
- 积分:1
-
data_annalysis
压缩包包含matlab数值分析的源代码和演示ppt,希望对您有所帮助~~~~(Archive contains the source code matlab numerical analysis and presentation ppt, I hope for your help ~ ~ ~ ~)
- 2011-10-29 10:52:29下载
- 积分:1
-
pso
该程序为标准粒子群算法源程序,可以在此基础上改变参数,对程序进行优化(The program is the standard particle swarm algorithm source code, you can change the parameters on this basis, the program optimization)
- 2014-12-05 16:51:23下载
- 积分:1
-
mosaic
说明: 全自动无缝图像拼接技术 并附有样例供参考(Automatic seamless image mosaic technology together with samples for reference)
- 2011-03-24 15:24:35下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
Higher-Order-Spectral-Analysis
matlab高阶谱分析工具箱 希望大家多多指点 多多交流(high-order spectral analysis toolbox matlab)
- 2011-09-30 16:04:36下载
- 积分:1