-
pde1
partial differential equation by matlab
- 2010-02-06 00:58:55下载
- 积分:1
-
matlab_builder_gha57t
本人编写的各种matlab最优化程序代码,其中包含了yZvFLJ问题最优化,无约束一维极值问题,牛顿法基本牛顿法,全局牛顿法,割线法,抛物线法,DekjQSF法 Wolfe.Powell法,Powell法。
(I prepared a variety of optimization matlab code, which contains yZvFLJ problem optimization, Unconstrained one dimensional extremum problem, Newton s method basic Newton method, global Newton method, secant method, parabolic law, DekjQSF law Wolfe.Powell law , Powell method.
)
- 2015-12-29 22:05:01下载
- 积分:1
-
LMS_鲁棒变步长归一化
鲁棒自适应滤波器的MATLAB仿真和实现。这里采用的一种变步长的NLMS算法(VSSNLMS)(Robust adaptive filter MATLAB simulation and implementation. A variable-step NLMS algorithm (VSSNLMS) used here)
- 2018-04-19 08:06:00下载
- 积分:1
-
ch5_matDemo
高成编写的《matlab接口技术与应用》中例题的源代码(High into the preparation of the " matlab interface technology and applications" in the source code examples)
- 2010-10-19 22:14:10下载
- 积分:1
-
matlab-data-acquisition.rar
基于matlab的数据采集并对所采集的信号进行处理(Based on the matlab data acquisition and the acquisition of the signal processing)
- 2012-01-02 23:37:21下载
- 积分:1
-
robot
能有效地计算工业机器人的运动学,特别是六自由度转轴机器人的运动学正解,是很好的算法(calculate robot kinematics)
- 2010-11-26 14:02:11下载
- 积分:1
-
romberg
a Matlab program of Romberg Algorithm calculate
- 2010-12-22 20:04:39下载
- 积分: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
-
Ex1-wind-power
This code is to calculate wind power from wind speed data and power curve data
- 2013-02-02 11:22:52下载
- 积分:1
-
Fuzzy_immune_PID_control_algorithm
模糊免疫 PID 控制算法,在模糊控制的基础上,增加了免疫因子,能获得更好的控制效果(Fuzzy immune PID control algorithm, in the basis of fuzzy control, an increase of immune factors that can effect a better control)
- 2009-05-19 13:17:41下载
- 积分:1