登录
首页 » matlab » Gait-Tracking-With-x-IMU-master

Gait-Tracking-With-x-IMU-master

于 2016-02-22 发布 文件大小:3251KB
0 289
下载积分: 1 下载次数: 27

代码说明:

  Univercity of Bristol几个学生用6DOF(也即是GY-521三轴加速度+三轴陀螺)制作的测步器,可以看到他们成功测量出各轴旋转以及xyz轴的位移(Univercity of Bristol several students 6DOF (that is, GY-521 triaxial accelerometer+ triaxial gyro) produced measured steps, you can see their success measurement of the displacement of each axis and xyz axis)

文件列表:

Gait-Tracking-With-x-IMU-master
...............................\.gitignore,2039,2013-12-10
...............................\Gait Tracking With x-IMU
...............................\........................\AHRS.m,5128,2013-12-10
...............................\........................\Datasets
...............................\........................\........\spiralStairs.BIN,391195,2013-12-10
...............................\........................\........\spiralStairs_CalInertialAndMag.csv,1200557,2013-12-10
...............................\........................\........\stairsAndCorridor.BIN,441717,2013-12-10
...............................\........................\........\stairsAndCorridor_CalInertialAndMag.csv,1363725,2013-12-10
...............................\........................\........\straightLine.BIN,290660,2013-12-10
...............................\........................\........\straightLine_CalInertialAndMag.csv,905489,2013-12-10
...............................\........................\Quaternions
...............................\........................\...........\axisAngle2quatern.m,202,2013-12-10
...............................\........................\...........\axisAngle2rotMat.m,502,2013-12-10
...............................\........................\...........\euler2rotMat.m,508,2013-12-10
...............................\........................\...........\quatern2euler.m,604,2013-12-10
...............................\........................\...........\quatern2rotMat.m,527,2013-12-10
...............................\........................\...........\quaternConj.m,82,2013-12-10
...............................\........................\...........\quaternProd.m,337,2013-12-10
...............................\........................\...........\quaternRotate.m,162,2013-12-10
...............................\........................\...........\rotMat2euler.m,354,2013-12-10
...............................\........................\...........\rotMat2quatern.m,1300,2013-12-10
...............................\........................\...........\TestScript.m,2168,2013-12-10
...............................\........................\Script.m,7337,2013-12-10
...............................\........................\SixDofAnimation.m,9270,2013-12-10
...............................\........................\ximu_matlab_library
...............................\........................\...................\ADXL345busDataBaseClass.m,3551,2013-12-10
...............................\........................\...................\AnalogueInputDataBaseClass.m,2032,2013-12-10
...............................\........................\...................\BatteryAndThermometerDataBaseClass.m,1858,2013-12-10
...............................\........................\...................\CalADXL345busDataClass.m,702,2013-12-10
...............................\........................\...................\CalAnalogueInputDataClass.m,704,2013-12-10
...............................\........................\...................\CalBatteryAndThermometerDataClass.m,777,2013-12-10
...............................\........................\...................\CalInertialAndMagneticDataClass.m,819,2013-12-10
...............................\........................\...................\CommandDataClass.m,477,2013-12-10
...............................\........................\...................\DataBaseClass.m,1504,2013-12-10
...............................\........................\...................\DateTimeDataClass.m,994,2013-12-10
...............................\........................\...................\DigitalIODataClass.m,2621,2013-12-10
...............................\........................\...................\ErrorDataClass.m,471,2013-12-10
...............................\........................\...................\EulerAnglesDataClass.m,1590,2013-12-10
...............................\........................\...................\ImportDirectory.m,1996,2013-12-10
...............................\........................\...................\InertialAndMagneticDataBaseClass.m,3068,2013-12-10
...............................\........................\...................\PWMoutputDataClass.m,568,2013-12-10
...............................\........................\...................\QuaternionDataClass.m,865,2013-12-10
...............................\........................\...................\RawADXL345busDataClass.m,702,2013-12-10
...............................\........................\...................\RawAnalogueInputDataClass.m,706,2013-12-10
...............................\........................\...................\RawBatteryAndThermometerDataClass.m,775,2013-12-10
...............................\........................\...................\RawInertialAndMagneticDataClass.m,818,2013-12-10
...............................\........................\...................\RegisterDataClass.m,2189,2013-12-10
...............................\........................\...................\RotationMatrixDataClass.m,1364,2013-12-10
...............................\........................\...................\SyncroniseData.m,6287,2013-12-10
...............................\........................\...................\TimeSeriesDataBaseClass.m,1428,2013-12-10
...............................\........................\...................\xIMUdataClass.m,7854,2013-12-10
...............................\README.md,1023,2013-12-10



下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • denoise_fft_angle_Analysis
    计算时间序列的快速傅里叶变换并画出时域和频域图,之前进行小波降噪。(Calculate the time series and fast Fourier transform time-domain and frequency domain plot diagram, before wavelet decomposition.)
    2010-09-25 21:47:10下载
    积分:1
  • GridResMan
    RESOURCES MANAGEMENT IN GRID COMPUTING
    2010-11-25 04:20:29下载
    积分:1
  • linear-DFE-MLSE-Equalizer
    说明:  MATLAB 仿真MLSE,DFE,FFE均衡效率比较。(MATLAB simulation of MLSE, DFE, FFE balance efficiency comparisons.)
    2021-03-03 14:39:33下载
    积分:1
  • Rastrigin
    Rastrigin函数,附带绘制函数图像的代码,评估粒子群适应度(Rastrigin function, with the drawing function of the image code, and to assess the fitness of particle swarm)
    2021-01-20 17:18:41下载
    积分:1
  • 最优分割的基本思路是给定一个数据序列和分层数 OptimalSegmentation
    最优分割的基本思路是给定一个数据序列和分层数,通过搜索所有可能的划分方案,找到段内离差平方和的总和最小的一种方案作为最终划分方案。这里给出最优分割法的Matlab源程序(The basic idea is optimal partition for a given data sequence and hierarchical number divided by searching all possible solutions to find the segment and the sum of the squared deviations smallest division of a scheme as a final solution. This gives the optimal segmentation Matlab source)
    2020-06-27 00:20:01下载
    积分:1
  • tcm_8psk_viterbi
    通信中的8psk&tcm的体制研究,matlab源程序代码,采用viterbi译码方式,同时适用于软判决和硬判决两种方式(Communication 8psk & tcm institutional research, matlab source code, using viterbi decoding method applies to both soft-decision and hard decision in two ways)
    2010-03-04 17:13:46下载
    积分:1
  • hangjifenxi
    利用Kalman工具箱实现对目标跟踪中的航迹分析(use Toolbox to achieve the goal of tracking Track Analysis)
    2006-06-04 19:51:26下载
    积分:1
  • pso
    PSO算法的基本matlab代码,可供初学者学习,代码简单,易学易懂(PSO algorithm is the basic matlab code, for beginners to learn the code simple, easy to understand)
    2010-05-14 11:11:49下载
    积分:1
  • chap2_6
    说明:  《变结构控制与MATLAB仿真》书中第二章例六的变结构控制程序( Variable Structure Control and MATLAB Simulation book chapter six cases of variable structure control procedures)
    2008-10-16 23:14:22下载
    积分:1
  • roston_g_1994_1.ps
    matlab file of programing communication of the
    2010-01-10 19:39:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载