-
condentropy
计算条件熵,可以用来计算在某种条件下的条件熵的数值(we can use it to calculate the conditional entropy)
- 2009-02-17 22:22:57下载
- 积分:1
-
PWM_IGBT
simulation of a single phase PWM inverter
- 2010-07-28 20:39:51下载
- 积分: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
-
matlab-programming
介绍matlab编程的基本知识,对于初学者来说很有用(matlab programming course
)
- 2011-06-01 16:04:15下载
- 积分:1
-
analytic
层次分析法的详细介绍以及matlab源码(introduce analytic and the program of MATLAB)
- 2012-11-05 19:39:28下载
- 积分:1
-
displayedit
用matlab gui编写的通过按钮获取编辑框中的数据,并在静态文本框中显示。(Prepared by using matlab gui button for edit box of the data and display the static text box.)
- 2010-05-05 17:58:49下载
- 积分:1
-
matlabDIP
matlab数字图像处理书籍的源代码 包括各章的书籍上的代码(digital image processing matlab source code books, including books, chapters of the code on the)
- 2011-05-03 22:29:29下载
- 积分:1
-
color
有关彩色图像边沿提取的matlab程序效果不错可以试试(The color image edge extraction matlab program worked well try)
- 2010-08-30 13:37:16下载
- 积分:1
-
rayleigh_dispersion_p
计算瑞雷波频散曲线GUI小程序,matlab写,内含使用说明(Rayleigh wave dispersion curves calculated GUI applet, matlab write, containing instructions for use)
- 2021-04-24 21:08:47下载
- 积分:1
-
crc
使用matlab编写的crc循环码编译码仿真程序(Crc prepared using matlab simulation program coding and decoding of cyclic codes)
- 2010-12-10 08:24:57下载
- 积分:1