-
GN
说明: 复杂网络中的GN算法...............(Complex network of GN algorithm ...............)
- 2009-05-02 18:56:30下载
- 积分:1
-
music2
MIMO系统信道估计的经典MUSIC算法,有解释,可完美运行(MIMO channel estimation system of the classical MUSIC algorithm, there is explanation of the perfect run)
- 2009-05-11 21:05:07下载
- 积分:1
-
xiaobofengjie
随机序列生产一维信号 用DB3小波进行二尺度分解 示范了dwt函数的用法 计算重构信号和原始信号的误差(Random sequence to produce one-dimensional signals DB3 wavelet decomposition of two-scale demonstrates the usage of computing functions dwt reconstructed error signal and the original signal)
- 2011-05-08 20:28:05下载
- 积分:1
-
mb
说明: MATLAB实验的使用模板,供初学者学习和使用
(MATLAB experimental use of templates for beginners to learn and use)
- 2008-11-14 20:36:44下载
- 积分:1
-
Robot-Vision
《机器人视觉》需要的可以了解一下,需要有一定的数学功底呵呵(Robot vision need to look at, need to have a certain mathematical skills)
- 2013-04-02 11:17:49下载
- 积分:1
-
Sliding_Mode_Control_of_Switching_Power_Converter
An ideal SM control operates theoretically at an infi nite switching frequency
so that the trajectory follows exactly the reference track
- 2013-12-19 22:45:00下载
- 积分:1
-
matlab
关于小波的matlab四种变换,研究小波应用的很需要(on four Matlab wavelet transform, the application of wavelet research is needed)
- 2007-07-10 23:04:32下载
- 积分:1
-
case30
高等电力网络分析 附录B中的30节点潮流计算实验数据(Higher power network analysis in Appendix B 30 node experimental data flow calculation)
- 2013-09-28 16:44:58下载
- 积分:1
-
M_FILES
Some program for signal processing
- 2010-01-19 00:56:57下载
- 积分: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