-
ga
说明: 遗传算法 简单的函数搜索过程 显示中间搜索过程(Simple genetic algorithm search process shows that the middle of a function of the search process)
- 2010-08-10 15:49:51下载
- 积分: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
-
MINNORM
mini Norm算法Matlab代码, DOA方向估计中最常用最简单的算法之一(mini Norm algorithm Matlab code, DOA direction of the most commonly used estimate the simplest algorithm)
- 2007-03-30 00:31:31下载
- 积分:1
-
exam2_1995
Elnagar, G., et al. (1995). "The pseudospectral Legendre method for discretizing optimal control problems." IEEE Transactions on Automatic Control 40(10).
上述文章的算例2的仿真代码(Elnagar, G., et al. (1995). " The pseudospectral Legendre method for discretizing optimal control problems." IEEE Transactions on Automatic Control 40 (10).
the simulation code of example 2 in the preceding article.)
- 2013-10-18 12:54:32下载
- 积分:1
-
LMSandRLS
RLS算法 LMS算法 智能天线中的经典算法(LMS algorithm, RLS algorithm )
- 2013-04-09 20:02:10下载
- 积分:1
-
06643301
Parallel Kalman Filtering based NLOS Localization in Wireless Sensor Network
- 2014-10-13 02:27:22下载
- 积分:1
-
A-MODEL-OF-SOUND
一种声音合成的算法研究,可用Matlab方法验证(A sound synthesis algorithm used Matlab method validation)
- 2013-12-05 16:20:16下载
- 积分:1
-
基于有限差分法的二维边值问题的数值分析
1. 在matlab中分析基于分离变量法的解析解;
2. 利用简单迭代法求解,与解析法结论对比,分析求解结果的精确度。分析过程至少包括:在网格尺寸为0.1 m和1 m两种条件下,两次迭代差值最大为10-10时的分析结论;
3. 利用超松弛迭代法分析,选择松弛因子,分析其对收敛速度(即迭代次数)的影响,并确定最优值。分析过程至少包括:在网格尺寸为0.1和1两种条件下,两次迭代差值最大为10-10时,迭代次数随松弛因子的变化,得到对应的最优松弛因子,与经验值(课本165页式子3.7.15)进行对比。(1. Analyze the analytical solution based on the separation variable method in matlab.
2. Using a simple iterative method to solve, compared with the results of the analytical method to analyze the accuracy of the solution. The analysis process at least includes the following conclusions: when the mesh size is 0.1m and 1m, the maximum difference between two iterations is 10-10.
3. Analyze using the relaxation relaxation iteration method, select the relaxation factor, analyze its influence on the convergence speed (ie the number of iterations), and determine the optimal value. The analysis process at least includes the following: when the mesh size is 0.1 and 1 and the maximum difference between two iterations is 10-10, the number of iterations varies with the relaxation factor, and the corresponding optimal relaxation factor and empirical value are obtained ( Textbook 165 pages (3.7.15) for comparison.)
- 2020-07-28 18:48:39下载
- 积分:1
-
NEWMARK2
利用newmark方法计算无阻尼系统,并作图(newmark calculated without damping system)
- 2009-04-03 19:46:10下载
- 积分:1
-
manual_routing
Path manually writing code, is to allow the ns2 manual routing is used, this is our experimental multichannel implementation, hoping to share.
- 2014-01-03 10:59:38下载
- 积分:1