搜索资源列表
PSOLyapunov
- 用matlab编程实现计算粒子群算法中系统的Lyapunov函数与单个粒子的运行轨迹。
Puma560
- matlab环境下,对puma560机器人的工作空间运动轨迹做了轨迹规划,得到轨迹云图
KF_Plot_Result
- 机器人运行轨迹描绘程序1,利用雅可比矩阵估计进行动态分析-Robot trajectory depicts the procedure to run 1, using the estimated Jacobian matrix for dynamic analysis
jiqi
- 机器手末端轨迹规划程序.rar-Robot trajectory planning for the end of the procedure. Rar
jixiebilujingguihua(obstocal)
- 机械臂轨迹规划 matlab源程序 可以直接运行 可以达到一定的精度-Manipulator trajectory planning Matlab source code can be run directly can reach a certain accuracy
Robotic-trajectory
- matlab机器人 生成空间轨迹包络图 形成2个完整的包络图-matlab generating space robot trajectory envelope forming two complete envelope
AIS聚类
- 实验目的 1.对AIS数据按照上行、下行船舶轨迹点进行分类。 2.掌握基于密度聚类方法原理(以DBSCAN为例)。 3.熟悉AIS数据处理的基本方法。 4.熟悉船舶运动模式辨识的基本原理和方法。 实验环境 Matlab(Purpose 1. The AIS data are classified according to the upstream and downstream ship's track points. 2. Master the principle of density clus
2017Computer
- 2017年大数据挑战赛初赛程序,鼠标轨迹的攻击模式预测(2017 big data challenge the preliminary program, the mouse trajectory prediction attack mode)
TwoFlexLink_KED_Solve_1
- 根据宏微系统质量块模型的根轨迹图和伯德图,来研究质量块系统的稳定性问题。通过改变原模型参数值来观察动力学软件模拟仿真结果,最终得到宏微机械臂末端的误差曲线,总结结构参数和物理参数对宏微机械臂系统的影响(the stability of mass block system is studied according to the root locus diagram and Bode graph of the mass block model of macro and micro system. B
A 算法的机器人路径规划代码
- 可以用于移动机器人的轨迹规划研究,仿真,这是MATLAB代码(It can be used for trajectory planning of mobile robot)
工作空间中机械手的神经网络自适应控制
- 工作空间中机械手的神经网络自适应控制. 本设计为一个基于神经网络自适应控制的机械手运动模型的 MATLAB 仿真实验。以平面二关节机械手为控制对象,以一圆为目标轨迹。先得到机械手的运动 方程的形式,用 RBF 径向基神经网络对方程式中的系统的各个参数进行建模,利 用每个时刻的估计状态和理想状态的误差,通过梯度下降法对网络参数进行修正, 在若干次修正后,神经网络模型所得的状态跟踪到理想状态。