-
脑电地形图
绘制脑电地形图的程序,里面包含绘图函数及相关说明(A program for drawing the map of electroencephalogram .It contains the drawing function and the related instructions)
- 2020-12-22 10:19:07下载
- 积分:1
-
CF-toolkit-(1)
基于Matlab的推荐系统源码,来源于协同过滤算法(matlab CF)
- 2012-05-10 20:48:11下载
- 积分:1
-
Matlab-code-for-beam
MATLAB CODE FOR BEAM
- 2015-03-18 23:41:25下载
- 积分:1
-
lorens
说明: 关于Lorenz函数处于混沌时的图形,包括建立Lorenz函数集画图程序(about Lorenz)
- 2010-04-03 18:48:13下载
- 积分:1
-
matlab-program
该程序是用matlab编写的遗传算法的实例,并且附有详细的说明!(The program is written using MATLAB examples of genetic algorithm, and accompanied by a detailed description of!)
- 2012-03-25 20:53:23下载
- 积分: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
-
Phase-Based-Template-Matching
实现模版与图像间的匹配 GUI界面 可运行 有测试图像(Realize the template and the matching of the GUI interface between images can run have test images
)
- 2011-12-09 21:12:35下载
- 积分:1
-
奇异谱分析,广泛应用于信号识别与预测
说明: Singular Spectrum Decomposition,即奇异谱分析,广泛应用于信号识别与预测。(Singular Spectrum Decomposition)
- 2021-03-15 11:09:22下载
- 积分:1
-
IntroMatlabGraphics
Introduction to Matlab Graphics Document.
- 2011-05-05 15:32:01下载
- 积分:1
-
f
说明: 跳频参数估计资料,通过各种时频分析方法进行处理(Hopping parameter estimation paper, through a variety of time-frequency analysis method for processing)
- 2012-09-17 13:14:39下载
- 积分:1