-
clache
用自适应直方图来实现图像增强。属于计算机视觉作业(image enhancing with CLACHE)
- 2015-01-07 23:16:58下载
- 积分:1
-
Ultrasonic
超声波空化的气泡动力学计算程序例子,并绘制气泡膨胀溃灭图(Ultrasonic Cavitation bubble dynamics calculation examples, and the mapping of the bubble collapse expansion plans)
- 2021-04-19 12:38:51下载
- 积分:1
-
eyeprog
用MATLAB编程出自适应时域均衡在均衡前与均衡后的眼图对比(低通信道和多径信道),还有误差曲线(Programming with MATLAB the adaptive time-domain equalizer in the balance before the balance of the eye diagram after the contrast (low communication channel and multi-path channel), as well as the error curve)
- 2009-06-08 02:13:55下载
- 积分:1
-
tes
adaline with 1 input and 1 output
- 2012-05-14 13:01:36下载
- 积分:1
-
variabel_acak_diskrit
variabel acak diskrit, percobaan sistem komunikasi dengan menggunakan software matlab
- 2013-11-26 07:45:24下载
- 积分:1
-
toolbox_wavelets
小波分解相关程序MATLAB
小波分解相关程序MATLAB(Wavelet decomposition related MATLAB program
)
- 2012-11-19 21:16:44下载
- 积分:1
-
Machine learning
Machine learning code
- 2017-09-30 03:54:11下载
- 积分:1
-
jeijiu_v73
数学方法是部分子空间法,多机电力系统仿真及其潮流计算,用于特征降维,特征融合,相关分析等。( Mathematics is part of the subspace, Multi-machine power system simulation and flow calculation, For feature reduction, feature fusion, correlation analysis.)
- 2016-09-06 17:42:14下载
- 积分:1
-
Datee
对于任意三个整数,判断其是否为一个合法的日期值。给定一个日期值,计算若干天后的日期值,(For any three integers, determine whether it was a valid date value. Given a date and calculate the value of a number of days of the date,)
- 2010-05-08 16:53:29下载
- 积分: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