资源列表
简易萤火虫算法
- 这是一个简单的萤火虫算法,可以通过改变基准函数求取全局最优值,画出收敛图。
gps/ins组合导航MATLAB代码
- gps/ins组合导航MATLAB代码,有实时数据,自己编写并验证算法有效性。
FA_2
- 萤火虫算法,亲测可用,只需要更改main函数中的相关参数即可(Firefly algorithm, which can be used for pro testing, only needs to change the relevant parameters in the main function.)
Polar译码算法集合
- Polar码的SCL,SC,BP,SCAN译码算法(decoding algorithm of polar code)
BP神经网络语音识别
- BP神经网络语音识别,代码完整,在matlab中可以实现训练测试,根据自己的需求进行修改代码并应用。
SpillOver_DY
- 计算Diebold and Yilmaz(2014)溢出指数 Diebold F X, Yilmaz K. Better to give than to receive: Predictive directional measurement of volatility spillovers. International Journal of Forecasting, 2012, 28(1): 57-66.(Diebold and Yilmaz(2014) spillover index Dieb
PSO
- 此程序为标准粒子群算法优化一个10维函数的算例,可以运行(Standard particle swarm optimization optimization 10 - dimensional function)
OpenCFD-EC2D-1.5.4
- 李新亮老师基于有限体积法的程序OPENCFD(Teacher Li Xinliang's program opencfd based on finite volume method)
Air_Vehicle_Dynamics_and_Control
- 小型固定翼无人机数学模型,用于航迹规划的控制研究,通过matlab进行仿真(The mathematical model of small fixed-wing uav is used for the control research of track planning, which is simulated by matlab)
LHS-Kriging
- 正态分布、均匀分布拉丁超立方抽样,Kriging模型(LHS,Kriging,latin_hs,lhsu)
matlab插值
- 可以用来对数据进行插值,作为插值的常用函数,值得学习!
BP倒立摆MATLAB例程
- 使用BP神经网络控制倒立摆,自己编写,MATLAB版本2015B