资源列表
fpa_demo
- 花朵授粉算法(flower pollination algorithm或flower algorithm),简称FPA,是一种模拟自然界中开花植物自花授粉和异花授粉的生物学特性发展而来的随机全局优化算法。根据植物的授粉对象不同,可分为自花授粉(self-pollination)和异花授粉(cross-pollination)两类。异花授粉是指一朵花的雌蕊接受另一朵花的花粉;自花授粉是指植物成熟的花粉粒传到同一朵花的柱头上,并能正常地受精结实的过程,如桃花。当没有可靠的传粉载体时经常发生自花授粉。
丢番图求解
- 求解丢番图(单步或者多步) %调用格式:[e,f,g]=sindiophantine(a,b,c,d) %输入参数:多项式A、B、C系数(行向量)及纯滞后(共4个) %输出参数:Diophanine方程的解e,f,g(共3个)(To solve the single step diophantine)
ahp
- 层次聚类算法,可直接运行,matlab编写(Hierarchical clustering algorithm)
数据加窗与混叠
- 对数据进行加窗处理(切比雪夫窗),加窗处理后然后再进行混叠处理,通过频域来看出加窗与混叠对数据的影响(Windowed data processing (Chebyshev window), windowed processing, and then aliasing processing, through the frequency domain to see the window and aliasing impact on the data)
balls
- 能够在指定区域内生成数量为N,半径为R的球体(A sphere with a number of N and a radius of R can be generated in the specified area)
Greynet
- 灰色神经网络计算预测每月需求量,根据训练出的神经网络进行预测。(Grey neural network prediction data)
in
- it can be used for nanoindentation related research
Positions
- player positions in the court for performance analyzing
(3) 40626026pso
- PSO算法程序,入门级别,通过此程序,可以很好理解PSO原理(PSO algorithm program, entry level, through this procedure, you can understand the principle of PSO)
RLS滤波
- 基于最小二乘法RLS的滤波算法m语言编程的一个例子,可直接嵌套使用(Based on the least squares RLS filtering algorithm, M language programming example, can be directly nested)
maltab文件
- 该程序可以测得 系统函数的稳定性,并且绘制出系统函数的曲线(The program can measure the stability of the system function, and draw the curve of the system function)
卡尔曼滤波
- 卡尔曼线性滤波,根据系统的预测值和测量值,结合噪声来估算出实际值。 C语言代码(Kalman filtering code)