-
CH02_MATLAB_COMPUT
MATLAB LabVIEW SystemView 仿真分析(MATLAB LabVIEW SystemView SIMULATION)
- 2009-11-16 16:45:22下载
- 积分:1
-
MATLAB
本书为MATLAB的学习用书,内容简洁,适合入门学徒使用(This book is learning to use MATLAB book, concise, suitable for the use of entry-apprentice)
- 2009-12-17 11:31:03下载
- 积分:1
-
SRM
project on SRM drive system
The file is a Matlab m-file with all of the input parameters for the two Simulink models and It must be run prior to running the Simulink models to create the input parameters in the Matlab workspace. Because it is a Matlab m-file, it can be opened to change model input parameters. Once you have changed a parameter in you must run it again before you run the Simulink model to update the Matlab workspace and have the change take effect. The file is a Matlab m-file with all of the input parameters for the Simulink model.
- 2013-08-03 08:35:11下载
- 积分:1
-
mcr_100_m7
多元曲线解析-交替最小二乘法,MCR-ALS(Multivariate Curve Analysis- alternating least squares method, MCR- ALS)
- 2006-11-04 18:56:45下载
- 积分:1
-
advertisement
一个简单的广告牌仿真GUI程序,模拟简单的翻看广告牌功能(A Simple GUI Program to simulate ad borad. )
- 2015-01-14 09:03:13下载
- 积分:1
-
fuzzylogic
fuzzy toolbox documents
- 2012-05-09 19:41:07下载
- 积分:1
-
text
this a program that gets data from excel and sets zero to blank cels.
- 2010-08-03 05:30:45下载
- 积分:1
-
小波包进行信号的去噪处理
此程序是关于小波变换用于故障信号分析和处理的程序,特别适合去噪和第一类间断点的检测,适合机械波研究者参考(this procedure is used on the wavelet transform fault signal analysis and processing procedures, particularly suitable for de-noising and continuity of the first category of detection, for the reference of researchers mechanical wave)
- 2005-04-25 19:30:03下载
- 积分:1
-
PRtwo
感知准则函数,可以把前三组数据很好的分离出来(Perceptron criterion algorithm experiment)
- 2010-05-06 14:32:15下载
- 积分: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