资源列表
KDTREE
- kd树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。
MPC 模型预测控制matlab仿真程序
- 其中为MPC模型预测控制仿真程序,为m文件,包含了对模型预测控制的理解,有助于结合理论(MPC model predictive control simulation program, m file, contains the understanding of model predictive control, which is helpful to combine theory)
Matlab2017b上运行CFAR算法(数据+代码+教程)
- 通过CFAR算法实现船舶目标检测,能够得到很好地效果。(Ship target detection by CFAR algorithm)
GA
- 利用遗传算法优化10元稀疏天线阵列的单位间距,得到低副瓣的结果(Using genetic algorithm to optimize the unit spacing of 10 element sparse antenna array, the result of low sidelobe is obtained)
粒子群算法综合线阵低副瓣方向图
- 利用粒子群算法综合微带天线阵列方向图,可以自适应调节副瓣电平和波瓣宽度。(By using particle swarm optimization (PSO) to synthesize the pattern of microstrip antenna array, the sidelobe level and lobe width can be adjusted adaptively.)
MDP相关函数
- 基于图的马尔可夫决策过程(GMDP)相关的函数,该框架允许表示和近似地解决Markov决策过程(MDP)
含分布式电源多目标粒子群无功优化
- 使用matlab语言编程的粒子群算法对含分布式电源的配电网进行多目标优化(Multi-objective optimization of distribution network with distributed generation using particle swarm optimization algorithm programmed by MATLAB)
符号三角形的回溯算法
- 符号三角形的回溯算法是经典的算法。 在一般情况下,符号三角形的第一行有n个符号。符号三角形问题,要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”相同。
用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
- 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
Simulink自适应MPC例程
- 使用MATLAB Simulink中MPC工具箱的AdaptiveMPC模块搭建的模型预测控制的算法例程
扩展卡尔曼滤波SOC算法Simulink模型
- 在simulink中采用扩展卡尔曼滤波估算电池soc(Estimating SOC of battery with extended Kalman filter in Simulink)
遗传算法含时间窗问题
- 在编程求解VRP问题之前首先要深刻理解TSP问题的编程思想,一般学会TSP的编程即可以进行VRP编程,好,在这里简单的说一下,如何由TSP问题转化到VRP问题。