-
kalmanfilter
说明: 基于kalman滤波器的信息融合 用MATLAB应用举例实现(Based on the information fusion kalman filter application using MATLAB, for example to achieve)
- 2008-10-14 23:12:56下载
- 积分:1
-
weixingfeixing
基于MATLAB的卫星飞行轨道的分析,供初学着参考学习使用(MATLAB-based analysis of the satellite flight track for beginners learning to use the reference)
- 2014-08-20 11:37:28下载
- 积分:1
-
FFTAR
用MATLAB中的FFt算法及AR模型来研究RR间期(The FFt with MATLAB algorithms and AR model to study the RR interval)
- 2010-11-01 12:41:14下载
- 积分:1
-
5
说明: an introduction to programming and methods (an introduction to programming and methods)
- 2011-03-10 22:37:45下载
- 积分:1
-
Sep
Sep protocol in wireles sensor network
- 2013-11-05 12:25:50下载
- 积分:1
-
Mallate
matlab代码,用于计算小波基mallet的程序,对学习小波变换很有用(matlab code used to calculate the wavelet mallet procedures, the study of wavelet transform is useful)
- 2009-03-12 17:14:00下载
- 积分:1
-
Matlab
Matlab图形图像处理函数详细列表,包括所有的Matlab图形图像处理函数.(Matlab graphic image processing function, a detailed list, including all of the Matlab graphics image processing function.)
- 2009-09-15 00:01:46下载
- 积分:1
-
lightening_correction_quadratic
Corrects lightening using a quadratic fit.
- 2010-11-29 08:25:41下载
- 积分: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
-
INC
主要是通过电导增量法去实现MPPT,也就是最大功率点的跟踪(Mainly through the conductivity incremental approach to realize the MPPT, also is the maximum power point tracking
)
- 2021-04-08 20:19:00下载
- 积分:1