-
Kuwahara
用Matlab实现Kuwahara滤波。(Use Matlab to implement Kuwahara filter.)
- 2012-04-29 08:38:50下载
- 积分:1
-
fem1
有限元的程序,好用的,做毕业设计可以做参考(Finite element program, easy to use, do graduate design reference can be done)
- 2013-10-07 10:06:28下载
- 积分:1
-
DISSIM
相异性分析 DISSIM分析,程序自己编的,有数据有结果(dissimilarity analysis)
- 2020-11-26 14:29:32下载
- 积分:1
-
ASS
车辆四分之一模型的matlab/simulink仿真,包含主动悬架的simulink控制器搭建(Matlab / Simulink simulation of vehicle quarter model, Simulink controller construction including active suspension)
- 2019-05-12 15:52:55下载
- 积分:1
-
Gravitational-Search-algorithm
gravititional search algorithm
- 2011-08-27 19:28:55下载
- 积分:1
-
CSalgorithm
压缩感知理论对图像数据进行采集,并利用重构算法omp,GSPR,ST0等算法进行分析视频重构图像的效果(Compressed sensing theory for image data acquisition and reconstruction algorithm using omp, GSPR, ST0 video reconstruction algorithms to analyze the effect of image)
- 2014-09-16 19:35:23下载
- 积分:1
-
woundmotor
双馈异步发电机模型,SIMULINK建模仿真(Doubly-fed induction generator model, SIMULINK modeling and simulation)
- 2020-12-21 19:19:08下载
- 积分:1
-
all
matlab中的多项式运算 huanyingxiazai (polynomial operator in Matlab welcome to down this work)
- 2012-06-22 10:33:45下载
- 积分:1
-
panel
空间计量经济学中空间面板模型的matlab实现程序(Space panel model of spatial econometrics matlab program)
- 2013-04-17 16:17:01下载
- 积分: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