-
dianchangxian
用matlab模拟电场线绘图,四个单位点电荷,电荷性质可改变。(Drawing electric field line simulation using matlab)
- 2010-01-07 08:24:52下载
- 积分:1
-
changyonghanshuliebiao
MATLAB中一些常用的函数,在做实验时可以直接选定函数进行编程。(Some commonly used functions in MATLAB, the experiment can be programmed directly to the selected function.)
- 2011-05-18 11:31:28下载
- 积分:1
-
LTE-A-UL-controll
主要讲述了LTE-A异构网络上行功率控制,对于研究中继增强网络的功率控制有借鉴意义。(LTE-A uplink Power control)
- 2015-03-24 12:31:33下载
- 积分:1
-
rgb2lab
本程序通过matlab实现图片的RGB域到LAB域的转换,本程序包含测试程序,可以完全跑通,敬请放心使用。(This procedure achieved by matlab image RGB domain to the domain of LAB, this program includes testing procedures, can be completely run through, please rest assured that use.)
- 2014-03-06 16:47:51下载
- 积分:1
-
AffineTransformation
仿射变换 matlab 程序 关于2维配准(Affine transformation matlab program on the 2-D registration)
- 2021-02-13 22:49:49下载
- 积分:1
-
rir
语音仿真程序,生成房间的冲击响应,方法为Image方法,程序简单可用。(Voice simulation program to generate the room impulse response, methods for the Image methods, procedures can be simple.)
- 2009-06-26 15:21:02下载
- 积分:1
-
DCT_Qutization_watermarking
本程序是基于DCT的数字水印算法,包含水印的嵌入,提取过程!(watermarking scheme based on DCT!)
- 2009-07-10 11:23:47下载
- 积分:1
-
LSSVM
最小二乘支持向量机用于脑电心电处理的一段程序(Squares support vector machines for EEG ECG processing a program)
- 2015-04-07 15:08:58下载
- 积分:1
-
mbook
MATLAB 入门教程资料。R2008a配套(MATLAB Tutorial information. Supporting R2008a)
- 2010-12-28 14:12:11下载
- 积分: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