资源列表
Desktop
- 一种MATLAB的人工势场模型,可用于人工势场法路径规划MATLAB仿真(A MATLAB Artificial Potential Field Model)
元胞自动机
- 元胞自动机 数学模型和算法的应用与 MATLAB 实现(Cellular automaton Application of Mathematical Models and Algorithms and MATLAB Implementation)
LSTM2
- LSTM可用的matlab程序,可用到时间序列预测(Matlab code for predicting via LSTM algorithm)
路径规划A算法
- 用于路径规划自动寻 基于栅格法的MATLAB程序,后期可以自己加入想要的图形(MATLAB program for automatic search based on grid method for path planning, and you can add your own graphics at a later stage.)
拓扑优化水平集程序
- 拓扑优化中水平集方法的基础程序,使用水平集方法求解了结构最小柔度问题
matlab
- 车桥耦合,实现结构动力分析与桥梁结构响应,车体数值分析(vehicle-bridge-coupled)
BP神经网络
- BP神经网络,matlab程序编写,有原始数据,可用于遥感图像分类,并且对遥感图像的土地利用类型进行预测。(BP neural network, matlab programming, with original data, can be used for remote sensing image classification, and remote sensing image land use type prediction.)
Newman源代码
- Newman快速算法的matlab源代码(Matlab Source Code for Newman Fast Algorithms)
Using lookup Table in Simulink to Implement Fuzzy PID Controller
- 我们这次学习的示例向我们演示了模糊推理系统如何使用线性、非线性 PID 控件实现二维查找表块的。模糊推理系统 (FIS) 映射使用模糊逻辑为输出提供输入。例如,双输入单输出模糊控制器的典型映射可以在三维图中描述。该图通常称为 [控件] 曲面图
grid search
- 简单的Grid Search法,是与斐波那契、黄金分割、二分法相比较最简单的求最小值的方法(simple grid search method)
ADP code
- 自适应动态规划matlab代码,包含HDP,DHP,ADHDP,ADDHP,亲测可用。(Adaptive dynamic programming matlab code, including HDP, DHP, ADHDP, ADDHP, pro-test available.)
基于frft估计线性调频信号的参数
- 使用frft变换来估计线性调频信号的初始频率和调制斜率,估计精度高,不含噪声滤波。