-
m-files
用MATLAB实现基于主导极点的PID控制器参数整定(Based on MATLAB setting the PID controller parameters with dominant pole
)
- 2012-04-10 09:53:47下载
- 积分: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
-
speaker-recognition-source-program
关于说话人识别的matlab源程序,另外还包括关于系统各个模块的说明(On Speaker Recognition Matlab source also includes instructions on the various modules of the system)
- 2012-06-02 17:18:55下载
- 积分:1
-
8.pdf
desribes how to connect pscad through matlab
- 2011-07-28 18:51:36下载
- 积分:1
-
CR
说明: again other methods for clustering
- 2014-09-25 00:17:00下载
- 积分:1
-
time
该程序对信号进行时域分析,包括求有效值,画时域图形等(The program is the signal time-domain analysis, including seeking the valid values for paintings domain graphics)
- 2012-06-17 17:16:26下载
- 积分:1
-
winnerfilter
维纳滤波器的函数调用,实现界面化操作,函数实现了简单的模糊与解模糊操作(Wiener filter function call, the realization of the interface of the operation)
- 2009-05-03 15:01:44下载
- 积分:1
-
abcd
Matlab系统辨识工具箱的系统建模 完整教材 欢迎下载。。。。。(Matlab system identification toolbox materials are welcome to download a complete system modeling. . . . .)
- 2009-11-28 22:24:28下载
- 积分:1
-
Logistic
混沌在加密方面的典型应用,不错的报告。。。。(Typical applications of chaos in the encryption, good report..)
- 2013-02-08 11:47:34下载
- 积分:1
-
Image-restoration
图像复原的一些资料,包括对加有噪声的图片进行恢复,频域增强等(Image restoration of some of the information, including images with noise added to restore, enhance and so the frequency domain)
- 2011-10-28 20:38:27下载
- 积分:1