资源列表
AIPSO
- 免疫粒子群混合优化算法整定PID,该方法将免疫算法中的基于浓度的抗体繁殖策略 与粒子群优化算法相结合。对浓度低的粒子进行促进,对浓度高的粒子进行抑制,因而保持了粒子的多样性,克服了PSO 算法易于陷入局部最优点的缺点,寻优速度快。(PID paramaters optimization by AIPSO)
非线性油膜力程序
- 用于求解含有非线性油膜力的转子程序,使用MATLAB语言编写(Rotor program with nonlinear oil film force)
matlab Q学习仿真
- 基于Q学习算法,寻找最优路径,是强化学习中的一种,很实用,代码很详细,有备注(Searching for the optimal path based on Q algorithm is a kind of reinforcement learning. It is very practical, the code is very detailed, with notes.)
PMSM_DTC_traditional
- simulink搭的PMSM直接转矩控制模型,亲测可用(PMSM direct torque control model based on Simulink)
BP神经网络预测
- BP神经网络是目前较为简单的预测算法,但是需要要有足够的样本,本例使用神经网络算法,两步预测(BP neural network is a relatively simple prediction algorithm at present, but it needs enough samples. This example uses neural network algorithm and two-step prediction.)
GNSS Kalman Raim
- RAIM in GNSS, the method kalman gps glonass
matlab 实现国旗辨别
- 利用matlab实现各国国旗识别,其中包含多种识别方式,像素点一一对比的函数准确率高达90%。
zhiquMPPT
- 对直驱风机实现最大功率控制,包含直驱风机,发电机,dcdc电路,最大功率控制环节(Maximum power control for direct-drive fan, including direct-drive fan, generator, dcdcdc circuit, maximum power control link)
TrAdaboost
- 迁移学习中经典算法Tradaboost的python实现(Python implementation of classical algorithm Tradaboost in transfer learning)
RD
- 距离多普勒域的算法,简单明确,适合初学者。
信号预处理程序
- 信号预处理的几个程序,包括快速傅里叶变换以及变分模态分解和经验模态分解
JC法MATLAB程序
- 可以计算结构可靠度的程序。用MATLAB编写,可以初步计算简单的问题。