资源列表
ANFIS_BP-master
- 自适应模糊神经网络的一个模型matlab语言实现(ANFIS_BP-master Substractive clustering algorithm)
Intelligent-monitoring-platform
- 智能监控平台的网站服务基于Flask开源框架,图像识别与信息提取功能则基于cv2和tensorflow等一系列相关的第三方库。以网页的形式进行人脸识别、目标检测、目标跟踪等,并且可以存储相关的操作记录、用户登录、管理员登录(Intelligent monitoring platform's website service is based on Flask open source framework, while image recognition and information extract
2D激光slam程序
- 一个激光slam的matlab仿真程序,代码有解释,对学习slam很有帮助(A matlab simulation program for laser slam with explanatory code is very helpful for learning slam.)
MATLAB Bezier程序实现
- Bezier曲线是应用于二维图形的曲线。曲线由顶点和控制点组成,通过改变控制点坐标可以改变曲线的形状。该程序主要为实现Bezier曲线。
Subspace Identification for Linear Systems
- 状态空间方程的子空间辨识 matlab工程仿真案例(subspace identification)
卡尔曼+强跟踪+自适应滤波算法应用于汽车
- 电动汽车永磁同步电机的卡尔曼滤波,强跟踪算法(Kalman filter and strong tracking algorithm for permanent magnet synchronous motor of electric vehicle)
★自适应遗传算法基于MATLAB
- 自适应遗传算法(Adaptive genetic algorithm)
travaux pratique observateur
- adaptative colntrol with luenberger observer
北斗导航算法的MATLAB仿真实现
- 北斗定位算法的MATLAB仿真实现,包括随机生成用户位置及计算用户坐标等功能。(MATLAB simulation of Beidou location algorithm,including the functions of generating user's position randomly and calculating user's coordinates.)
Huomobian
- 采用非线性动态逆与全程滑模变结构控制相结合的思路,建立了一类具有不确定性和外界干扰的仿射非线性系统的强鲁棒性控制策略。(A robust controller design combining the dynamic inversion method and global sliding-mode variable structure control for a class of uncertain affine nonlinear systems is considered.)
A*算法matlab程序
- A*算法matlab程序,用于运动物体的路径规划,代码清晰明了,可以在多障碍下快速寻得最短路径
D2Q9模型顶盖驱动流C语言程序
- 《格子Boltzmann方法的理论与应用》附录里的C++程序转换为C程序,供初学LBM批评指正