-
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
-
JADE
角度和时延联合估计的DOA算法,在matlab环境下实现(Angle and delay DOA joint estimation algorithm in matlab environment to achieve)
- 2020-12-30 17:19:00下载
- 积分:1
-
永磁同步电机滑模控制 smo
永磁同步电机滑模控制,滑模观测器,仿真,很经典,(pmsm smo)
- 2016-09-21 14:53:39下载
- 积分:1
-
optimalcontrol
本文件包含两个文件,第一实现了系统的最优化,第二实现了动态规划(This file contains two files, first to achieve the system optimization, and the second achieved a dynamic programming)
- 2010-01-13 17:32:35下载
- 积分:1
-
de
说明: 基于matlab平台编写的微分进化算法,可用于电力系统问题优化(Based on matlab platform written in differential evolution algorithm can be used for optimization of power system problems)
- 2011-10-17 17:31:44下载
- 积分:1
-
kalman-matlab
扩展卡尔曼滤波算法的matlab程序,比较完整。(Extended Kalman filter algorithm matlab program, complete.)
- 2012-10-13 00:17:34下载
- 积分:1
-
fengzhidingjie
分支定界 MATLAB编程 分支 定界 剪枝 取整数解(Branch and bound MATLAB programming branch and bound pruning rounded solution)
- 2013-12-20 01:18:18下载
- 积分:1
-
bessel
前五阶第一类贝塞尔方程函数曲线,M为阶数,z为自变量。(The first five order first class Bessel equation function curve, M is the order, Z is the independent variable)
- 2018-01-20 16:22:04下载
- 积分:1
-
shoujimatlab
个人收集的一些关于小波分析的matlab程序,里面有一些例子~(Personal collection on wavelet analysis matlab program, there are some examples to)
- 2013-03-11 13:51:54下载
- 积分:1
-
Call-mathematica-functions-in-matlab
matlab中调用mathematica(call mathematica functions in matlab)
- 2014-03-09 09:52:29下载
- 积分:1