-
IMU_2008_10_as_is_2
this file try to simulat defualt data in matlab this data is collect from inertial measuring unit
- 2011-06-08 19:56:18下载
- 积分:1
-
Particle-Swarm-Optimization-Matlab-Toolbox-1_conf
particle swarm optimization
- 2011-07-28 13:22:55下载
- 积分:1
-
Untitled15
This matlab code computing a special relation between DEA and MCDA.
- 2013-09-23 21:42:59下载
- 积分:1
-
2DFDTDscatteringfuben
This program simulate PML as absorbing boundary condition for 2D-FDTD of TMz mode EM wave. This program works for any rectangular workspace with same or different step size in x and y direction
- 2015-02-05 14:59:45下载
- 积分:1
-
LFMRadar
LFM radar 换点分,有没有用大家自己看。(LFM radar-for-point points, there did not use all their look.)
- 2010-07-13 18:23:45下载
- 积分: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
-
program
在matlab, 利用粒子群算法(PSO)实现函数极值优化(In matlab, using particle swarm optimization (PSO) to achieve function extreme optimization)
- 2014-11-12 05:51:51下载
- 积分:1
-
KELI
二维不规则颗粒随机分布模型的MATLAB程序,变形颗粒试件创建程序。(Deformation particle test procedure)
- 2020-11-24 09:49:32下载
- 积分:1
-
quadrotorcontrol
四旋翼小型无人直升机的建模与仿真。对直升机建立模型,进行物理分析,列出微分方程并线性化,得到传递函数和状态空间方程。(Modeling and simulation of small unmanned four-rotor helicopter. Helicopter model, physical analysis, and differential equations listed linearization to obtain the transfer function and state space equation.)
- 2016-04-18 10:33:53下载
- 积分:1
-
LOG PDF
多个代码用作核密度估计器来计算log pdf
可以很容易地使用
学习目的(Multiple codes to be used as kernel density estimator to compute log pdf
Can be used very easily
Learning purpose)
- 2020-06-23 10:20:02下载
- 积分:1