-
09
说明: 09年数学建模眼科 论文代码 包括随机模拟和分布拟合(2009 Eye of mathematical modeling papers, including stochastic simulation and code distribution fitting)
- 2010-08-18 14:04:01下载
- 积分:1
-
rachid
harris corner
harris detector
- 2010-03-13 05:38:46下载
- 积分:1
-
filterdesign
用Remez算法设计一个低通滤波器;设计一个5路5:1多相减采样滤波器和一个4路1:4多相增采样滤波器。(Remez algorithm with a low-pass filter designed by a 5-way multi-phase sampling filter and 5:1 4 1:4 a multi-phase sampling filter increases.)
- 2010-12-30 10:26:33下载
- 积分:1
-
61183207352007115215664922076
kalman滤波程序,用matlab编的,可以参考(Kalman filtering procedures, using Matlab series, we can make reference to)
- 2007-03-28 10:17:08下载
- 积分:1
-
simpleLSTM
说明: 该程序是一段简单 的LSTM程序,是基于matlab的,容易理解和学习(This program is a simple LSTM program based on matlab, and very easy to understand and learn.)
- 2019-01-11 22:22:41下载
- 积分:1
-
gx2
说明: 在matlab中分别画出下列两种情况的反射光和透射光的p、s分量的相位随入射角度的变化曲线,并对仿真结果进行对比分析(In MATLAB, the phase curves of the P and s components of the reflected and transmitted light with the incident angle are drawn, and the simulation results are compared and analyzed)
- 2020-05-18 21:51:23下载
- 积分: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
-
ldl_eig
ldl分解,科教版 数值分析于科学计算 北京工业大学研究生精品课程(LDL decomposition, science and education in scientific computing version numerical analysis Beijing university graduate course
)
- 2012-03-26 18:43:55下载
- 积分:1
-
fuzzcontrol
变论域模糊控制 适用于本科研究生 被控对象是简化的电机模型(Variable universe fuzzy control applies to undergraduate students of the controlled object is a simplified motor model)
- 2021-04-01 21:29:08下载
- 积分:1
-
qunjun
说明: 用matlab写的关于求群聚系数的代码,通过编译(Written with the matlab code on demand clustering coefficient, by compiling)
- 2011-02-20 22:03:27下载
- 积分:1