-
DynamicMatrixControl
采用动态矩阵控制方法对热水器出口温度进行控制的Matlab源代码(This tutorial intends to explain the features of DMC using the dmc function developed by the author. )
- 2009-02-16 16:39: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
-
How-add-awgn-to-signal
By using these matlab codes one can simulate awgn in any system and cam add it to any signal for further analysis
- 2014-02-20 19:35:08下载
- 积分:1
-
pid3j
三级倒立摆pid控制simulink仿真(Three level inverted pendulum PID control simulink simulation)
- 2018-03-30 12:27:36下载
- 积分:1
-
heikiu
有信道编码,调制,信道估计等,光纤陀螺输出误差的allan方差分析,包括主成分分析、因子分析、贝叶斯分析。( Channel coding, modulation, channel estimation, allan FOG output error variance analysis, Including principal component analysis, factor analysis, Bayesian analysis.)
- 2016-11-15 12:43:42下载
- 积分:1
-
NeuralNetwork_RBF
基于RBF的matlab程序源码,很有用哦,呵呵(RBF-based source of the matlab program, very useful Oh, Oh)
- 2009-06-02 15:03:29下载
- 积分:1
-
intromc
说明: 基于MATLAB的仿真工具,适合信号处理方面的朋友使用,值得大家学习。(MATLAB-based simulation tool for friends to use signal processing, is worth learning.)
- 2011-03-29 07:05:08下载
- 积分:1
-
Nouveau-dossier-(2)
U MSUT READ THIS FILE COS IT VERY INTERSTING FOR YOU
- 2013-09-27 00:33:52下载
- 积分:1
-
Boost-develop-guide
Boost程序库完全开发指南,学习boost的必备,初学者最好看一看(Boost library fully developed guidelines, learning the necessary boost, take a look at the beginner)
- 2014-11-15 09:58:04下载
- 积分:1
-
SVDD_program
SVDD的Matlab工具箱及程序,包括工具箱及扩展工具箱和一个简易程序(SVDD the Matlab toolbox and procedures, including the toolbox and expand the toolbox, and a summary)
- 2010-11-15 17:44:14下载
- 积分:1