资源列表
基于PSO的PID参数自整定程序
- 该算法对pid控制器参数进行整定,pso能够对参数实现优化,且有良好的收敛性。(The algorithm tunes the parameters of the PID controller. The PSO can optimize the parameters and has good convergence.)
pointnet-master
- 用pointnet算法进行点云分割,识别(Point cloud segmentation and recognition using pointnet algorithm)
发动机热电发生装置MATLAB性能分析
- 发动机热电仿真装置的性能分析,基于MATLAB,将PDF中的数学模型转化为MATLAB里的语言,并求解。(Performance Analysis of Engine Thermoelectric Simulator)
zc序列相关特性
- CAZAC序列相关特性,包括自相关,互相关,以及循环移位后的互相关(CAZAC Sequence correlation characteristics)
MATLAB神经网络30个案例分析pdf及代码及数据
- 资料齐全,便于学习。MATLAB神经网络30个案例分析pdf及代码及数据
newmark和牛顿威尔逊方法
- 将newmark算法和牛顿威尔逊算法综合起来,结合两种算法的优势求解一般性动力学方程,线性和非线性都可以。(The Newmark algorithm and Newton Wilson algorithm are combined to solve the general dynamic equation, both linear and non-linear.)
匹配跟踪matlab
- 做的匹配跟踪代码,拿出来换换积分,顺便希望能帮到人
MATLAB genetic algorithm toolbox
- Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function librar
Function optimization algorithm
- 遗传算法提供了求解非线性规划的通用框架,它不依赖于问题的具体领域。遗传算法的优点是将问题参数编码成染色体后进行优化, 而不针对参数本身, 从而不受函数约束条件的限制; 搜索过程从问题解的一个集合开始, 而不是单个个体, 具有隐含并行搜索特性, 可大大减少陷入局部最小的可能性。而且优化计算时算法不依赖于梯度信息,且不要求目标函数连续及可导,使其适于求解传统搜索方法难以解决的大规模、非线性组合优化问题。(Genetic algorithm provides a general framework f
2019-4-11汇报
- 涡旋电磁波的阵列产生方法,用matlab实现涡旋波的阵列仿真(The Array Generation Method of Vortex Electromagnetic Wave and the Array Simulation of Vortex Wave Using matlab)
反步法的Matlab程序 (1)
- 基于matlab的反步法计算,欢迎大家下载,功能正常实现。(Matlab-based thermal power plant thermal balance calculation, welcome everyone to download, the function is normal.)
蚁群算法matlab
- 利用蚁群算法求解车辆路径优化问题,实用的matlab代码(Using ant colony algorithm to solve vehicle routing optimization problem,Practical matlab code)