资源列表
模拟退火
- 利用模拟退火算法进行仿真实验,解决TSP问题(Using simulated annealing algorithm to solve TSP)
ELITIST
- 带精英策略的蚂蚁算法,针对TSP问题做了研究(Ant Colony Algorithm for Traveling Salesman Problem)
AeroSpace Bolckset Help
- 这是一篇关于simulink中aerospace blocket的模块的介绍,建立飞机模型的同学可以好好参考一下。(This is an introduction to the module of aerospace blocket in simulink. The students who build the aircraft model can refer to it.)
cloudsim-cloudsim-4.0
- 云计算仿真工具,增加了docker容器的仿真(Cloud computing simulation tools, increasing the simulation of the docker container)
Fuzzzy
- 锂电池均衡控制系统,加上模糊算法,形成闭环(Lithium battery balance control system, combined with fuzzy algorithm, to form a closed loop)
PLL
- 一个基于二阶广义积分器的锁相环仿真模型,可以测得三相正弦信号的相位和频率(Phase-locked loop simulation model based on Nikai Hiroyoshi integrator)
signalWhitened
- 信号进行空间白化,再进行目标方位估计,提高估计精度(The signal is whitened in space, then the direction of the target is estimated, and the accuracy of the estimation is improved.)
agc
- Automatic gain correction for seismic data
GPSR_6.0
- GPSR压缩感知重构算法,为初学者提供该算法的完整版本。(The GPSR compressed perception reconstruction algorithm provides a complete version of the algorithm for beginners.)
DDE_tutorial_dde23
- Doc is to Solve Delay Differential Equations with dde23 Using Matlab
LRSs
- 递归最小二乘(RLS)是一种自适应滤波算法,它可以递归地找到最小化加权线性最小二乘代价函数与输入信号相关的系数。这种方法与其他算法相比较,例如最小均方(LMS),旨在减少均方误差。在RLS的推导中,输入信号被认为是确定性的,而对于LMS和类似的算法,它们被认为是随机的。(Recursive least squares (RLS) is an adaptive filter algorithm that recursively finds the coefficients that minimiz
机械臂空间建模
- 针对机械手臂力矩控制和速度的matlab程序,能实现机械臂位置的跟踪,移动机械臂运动学,根据D-H方法建模思想,matlab建立机械臂运动学仿真软件。