-
lyapunov1
该程序是基于matlab来求lyapunov指数,用该程序可得到lyapunov指数随一变量变化的情况。便于观察混沌与超混沌。(The program is based on matlab to seek lyapunov exponent lyapunov exponent with a variable changes, the program can be obtained. Easy to observe the chaos and hyperchaos.)
- 2020-10-25 11:20:00下载
- 积分: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
-
ehjrjudt
最小均方误差(MMSE)的算法,包括随机梯度算法,相对梯度算法,包括最小二乘法、SVM、神经网络、1_k近邻法,本程序的性能已经达到较高水平,外文资料里面的源代码,感应双馈发电机系统的仿真,时间序列数据分析中的梅林变换工具,实现了对10个数字音的识别程。( Minimum mean square error (MMSE) algorithm, Including stochastic gradient algorithm, the relative gradient algorithm, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, The performance of the program has reached a high level, Foreign materials inside the source code, Simulation of doubly fed induction generator system, Time series data analysis Mellin transform tool, Realization of 10 digital audio recognition progra.)
- 2016-04-11 21:07:51下载
- 积分:1
-
SBM_Pol_Filt
基于散射模型的PolSAR滤波算法(J.S.Lee),matlab程序(Scattering model PolSAR based filtering algorithm (JSLee), matlab program)
- 2010-11-01 13:17:33下载
- 积分:1
-
fuzzy
matlab的模糊数学工具箱,帮您处理更多非二元问题(the Fuzzy toolbox of MATLAB)
- 2010-12-03 13:59:22下载
- 积分:1
-
beamforming12
对常规水压信号的波速形成程序,对初入阵列信号处理的同学有帮助!(Velocity signal for the formation of conventional hydraulic procedures for students entering the array signal processing to help!)
- 2013-12-05 19:39:07下载
- 积分:1
-
算法eg
说明: 模拟退火算法及禁忌搜索算法的matlab源程序(Matlab source program of simulated annealing algorithm and tabu search algorithm)
- 2020-03-09 18:07:22下载
- 积分:1
-
kriging
kriging代理模型 进行近似计算的 可以自行改变参数(kriging surrogate model to approximate calculation can change the parameters)
- 2020-12-17 15:39:11下载
- 积分:1
-
Speed
Speed sensorless control of 3-phase induction
motor using MRAS speed estimato
- 2010-12-05 23:47:43下载
- 积分:1
-
ofdm_fading
此程序描述OFDM系统中多径衰落信道的仿真和实现,包含信道转移矩阵的计算和变换等(This procedure describes the OFDM system simulation and implementation of multipath fading channels, including the calculation and conversion channel transfer matrix, etc.)
- 2013-11-23 21:05:41下载
- 积分:1