资源列表
quantum particle swarm
- 量子粒子群的案例,比较新颖的算法,有效的解决局部极小等问题,进行分析学习(Quantum particle swarm, easy case analysis)
LQR
- 研究高超声速飞行器在纵向的运动情况,对系统的速度和飞行高度进行仿真分析,我们将对在不同的 、 值的条件下分析出系统的最优性能(The longitudinal motion of the hypersonic vehicle is studied, and the system speed and flight height are simulated. We will analyze the optimal performance of the system under different c
matlab仿真线性调频信号通过匹配滤波器
- 设计仿真了数字基带通信系统在接收端接收到模拟信号后通过匹配滤波器的效果,其中匹配滤波器的输入信号我们假定为线性调频信号,经过匹配滤波器的输出信号作为抽样判决器的输入信号。我们通过比较匹配滤波器的输入输出信号,验证得出其性能特性。
segymat-1.6
- 将segy格式地震数据导入到matlab(Importing Segy Format Seismic Data into Matlab)
鱼群优化BP神经网络
- 利用鱼群算法优化BP神经网络权值,该代码可以直接运行。(Fish swarm algorithm is used to optimize the weight of BP neural network, and the code can run directly.)
B超成像--血管模型
- sobel ,laplace,canny,roberts
chapter12
- 免疫优化算法在物流配送中心选地址中的应用。(Application of immune optimization algorithm in location selection of logistics distribution center.)
BCS-FOCUSS
- 仿真分析了贝叶斯算法以及FOCUSS算法对信号处理的性能,并比较了这两种算法的结果(The performance of Bayesian algorithm and FOCUSS algorithm for signal processing is simulated and analyzed, and the results of the two algorithms are compared.)
yalmip
- matlab 的yalmip工具箱下载,做优化的时候需要到的(Yalmip toolbox of MATLAB is downloaded, which is needed when optimizing.)
雷达数据画图
- 对雷达数据进行画图对雷达数据进行画图对雷达数据进行画图对雷达数据进行画图
分形分析工具箱
- 用于分形分析计算很不错,不错,分形分析工具箱,业内最完整,最易用的分形分析工具箱
vrp
- 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that