-
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
-
matlabPyrTools
这是可控金字塔(steerable pyramids)的代码,使用Matlab 编写(This is controllable pyramid (steerable pyramids) code, the use of Matlab to prepare)
- 2021-04-11 16:28:58下载
- 积分:1
-
solution-of-matrix
云鹏《矩阵论》第二版的习题精解和同步辅导,作者张凯院、徐仲。 文字版,非扫描。(Solutions for Cheng Yunpeng, Matrix Theory 2nd.
Author: Zhang Kai homes, XU Zhong.
Text version, non-scanning.)
- 2011-09-21 14:40:59下载
- 积分:1
-
gaijinde-emd
带端点延拓的EMD的matlab程序,可抑制端点效应(With the endpoint extension EMD Matlab procedures, can restrain end effect)
- 2015-02-04 18:24:44下载
- 积分:1
-
08582053AR
AR预测模型算法实例,针对现在数据对未来数据进行预测,程序中给出油价实例非常实用!(AR prediction model algorithm examples, now for the future for data prediction, very useful!!
)
- 2012-07-24 15:43:19下载
- 积分:1
-
Link11_matlab_gaojieleijiliang
本文件中包含的是对LInk11数据链进行高阶累积量的无源定位matlab代码,对初学者具有很好的作用。(Contained in this document is to LInk11 data chain cumulant passive location code, for beginners with good effect.)
- 2021-04-21 20:08:49下载
- 积分:1
-
MATLAB简单程序大全
求解MATLAB中关于特征值特征向量、卫星运行问题、动态玫瑰线、二重积分、函数画图问题的分析程序。(Analytical program for solving eigenvalue eigenvector, satellite operation problem, dynamic rose line, double integral and function drawing problem in MATLAB.)
- 2020-06-15 23:40:01下载
- 积分:1
-
nosise-trait-
说明: 这是一个AWGN信道下,编译码仿真的C程序。本人已经用它产生数据绘制折线图!包含编码,译码,信道模拟,误码率计算 …… ,程序结构清晰,不复杂,适合与初学者来了解,基本通信流程!(This is an AWGN channel, the decoding simulation C program. I' ve used it to generate data to draw a line chart! Including encoding, decoding, channel simulation, bit error rate ... ..., the program structure clear, not complicated, for with the beginners to understand, the basic communication process!)
- 2011-02-25 14:11:53下载
- 积分:1
-
CDMA_SIM
说明: 防真CDMA的程序,仅供大家参考.防真环境为MATLAB6.5以上的版本.(real-CDMA procedures, only for reference. The environment for real-Matlab6.5 above version.)
- 2006-05-06 09:04:08下载
- 积分:1
-
CC
说明: 一个仓储堆放的matlab的遗传算法代码,能出结果的(A warehouse stacked matlab genetic algorithm code to the results of)
- 2011-08-19 10:55:41下载
- 积分:1