实例介绍
室内行人导航技术仿真MIMU+ZUPT以及MIMU+PDR,利用MATLAB仿真其算法,对于学习室内导航技术具有参考价值
【实例截图】
【核心代码】
04f6ab1b-f33a-4aef-a83a-e816e08b85e2
└── MIMU-ZUPT&约束&PDR
├── A note on the limitations of ZUPTs and the implication on sensor error modeling.pdf
├── A novel self-algnment method for SINS based on parameter recognition and dual-velocity vectors.pdf
├── Gait Tracking With x-IMU
│ └── Gait Tracking With x-IMU
│ ├── AHRS.m
│ ├── Datasets
│ │ ├── spiralStairs.BIN
│ │ ├── spiralStairs_CalInertialAndMag.csv
│ │ ├── stairsAndCorridor.BIN
│ │ ├── stairsAndCorridor_CalInertialAndMag.csv
│ │ ├── straightLine.BIN
│ │ └── straightLine_CalInertialAndMag.csv
│ ├── Quaternions
│ │ ├── axisAngle2quatern.m
│ │ ├── axisAngle2rotMat.m
│ │ ├── euler2rotMat.m
│ │ ├── quatern2euler.m
│ │ ├── quatern2rotMat.m
│ │ ├── quaternConj.m
│ │ ├── quaternProd.m
│ │ ├── quaternRotate.m
│ │ ├── rotMat2euler.m
│ │ ├── rotMat2quatern.m
│ │ └── TestScript.m
│ ├── Script.m
│ ├── SixDofAnimation.m
│ └── ximu_matlab_library
│ ├── ADXL345busDataBaseClass.m
│ ├── AnalogueInputDataBaseClass.m
│ ├── BatteryAndThermometerDataBaseClass.m
│ ├── CalADXL345busDataClass.m
│ ├── CalAnalogueInputDataClass.m
│ ├── CalBatteryAndThermometerDataClass.m
│ ├── CalInertialAndMagneticDataClass.m
│ ├── CommandDataClass.m
│ ├── DataBaseClass.m
│ ├── DateTimeDataClass.m
│ ├── DigitalIODataClass.m
│ ├── ErrorDataClass.m
│ ├── EulerAnglesDataClass.m
│ ├── ImportDirectory.m
│ ├── InertialAndMagneticDataBaseClass.m
│ ├── PWMoutputDataClass.m
│ ├── QuaternionDataClass.m
│ ├── RawADXL345busDataClass.m
│ ├── RawAnalogueInputDataClass.m
│ ├── RawBatteryAndThermometerDataClass.m
│ ├── RawInertialAndMagneticDataClass.m
│ ├── RegisterDataClass.m
│ ├── RotationMatrixDataClass.m
│ ├── SyncroniseData.m
│ ├── TimeSeriesDataBaseClass.m
│ └── xIMUdataClass.m
├── OpenShoe(1).pdf
├── OpenShoe-Matlab-Implementation.zip
├── OpenShoe修改版.zip
├── PDRWIFI
│ ├── 06268734.pdf
│ ├── 06851374.pdf
│ ├── Chai20122D3DIndoorNavigation.pdf
│ ├── micromachines-06-00523.pdf
│ ├── micromachines-06-00793.pdf
│ ├── PF_WIFI.pdf
│ ├── sensors-15-00715.pdf
│ ├── sensors-15-07096.pdf
│ ├── ucalgary_2015_zhuang_yuan (1).pdf
│ ├── ucalgary_2015_zhuang_yuan.pdf
│ ├── WIFI位置指纹定位技术研究及仿真器设计_魏雷.caj
│ ├── ZUPT_WIFI.pdf
│ ├── 基于WiFi的室内定位系统的研究与设计_张德建.caj
│ └── 基于WiFi的室内无线定位技术研究_侯玉莹.caj
├── ppt.pdf
├── Standing still with inertial navigation.pdf
├── WIFI+PDR
│ ├── coo.txt
│ ├── pdr
│ │ ├── acc1.txt
│ │ ├── acc.txt
│ │ ├── corner_detect.asv
│ │ ├── corner_detect.m
│ │ ├── dcm2qua.m
│ │ ├── EKF.asv
│ │ ├── EKF.m
│ │ ├── eulr2dcm.m
│ │ ├── gyr1.txt
│ │ ├── gyr.txt
│ │ ├── IMU_firls.asv
│ │ ├── IMU_firls.m
│ │ ├── IMU_firls_stp_len2.m
│ │ ├── IMU_firls_stp_len.m
│ │ ├── IMU_firls_stp_num.m
│ │ ├── IMU_firls_stp_ori_loc.m
│ │ ├── map_aid.asv
│ │ ├── map_aid.m
│ │ ├── map_aid_ori_kal.asv
│ │ ├── map_aid_ori_kal.m
│ │ ├── ori1.txt
│ │ ├── ori.txt
│ │ ├── part.m
│ │ ├── qua2dcm.m
│ │ ├── test.m
│ │ ├── Untitled2.m
│ │ ├── Untitled3.m
│ │ ├── Untitled.m
│ │ ├── yaw_kal1.m
│ │ ├── yaw_kal2.m
│ │ ├── yaw_kal.asv
│ │ ├── yaw_kal.m
│ │ └── 新建文件夹
│ │ ├── acc10.txt
│ │ ├── acc1.txt
│ │ ├── gyr10.txt
│ │ ├── gyr1.txt
│ │ ├── ori10.txt
│ │ └── ori1.txt
│ └── wifi_coo.m
├── z足部ZUPT
│ ├── AngleVelocity.m
│ ├── Get_A_G.m
│ ├── Get_AttMatrix.m
│ ├── Get_q.m
│ ├── IntegralTime.m
│ ├── MTIoutput.txt
│ └── ZUPT3.m
└── 粒子滤波&PDR
├── nurminen_particle_filter_and_smoother_for_indoor_localization.pdf
├── PF(PDR+wifi)
│ ├── 20140315_origin.pdf
│ ├── data
│ │ ├── acc.txt
│ │ ├── coo.txt
│ │ ├── gyr.txt
│ │ ├── ori.txt
│ │ ├── s.txt
│ │ └── tim.txt
│ ├── eulr2dcm.m
│ ├── fd_min_dex.m
│ ├── LOCAT_DATA
│ │ ├── acc.txt
│ │ ├── ace.txt
│ │ ├── acn.txt
│ │ ├── ac_.txt
│ │ ├── coo.txt
│ │ ├── dle.txt
│ │ ├── dln.txt
│ │ ├── dtE.txt
│ │ ├── dtN.txt
│ │ ├── gyr.txt
│ │ ├── ori.txt
│ │ ├── or_.txt
│ │ ├── spe.txt
│ │ ├── spn.txt
│ │ └── s.txt
│ ├── part.m
│ ├── part_nomap.m
│ ├── part_v1.m
│ ├── PF_fusion.asv
│ ├── PF_v1.asv
│ ├── PF_v1.m
│ ├── PF_v2.asv
│ ├── PF_v2.m
│ ├── test.asv
│ ├── test.m
│ ├── 星载GPS卫星定轨的UKF-EKF算法.pdf
│ ├── 粒子数效果对比图.fig
│ ├── 粒子滤波结果图2.fig
│ ├── 粒子滤波结果图.fig
│ └── 误差图_v1.fig
├── WLAN-Based Pedestrian Tracking Using.pdf
├── 个人导航融合建筑平面信息的粒子滤波方法_谢波.caj
└── 基于导航信息双向融合的行人_移动机器人协同导航方法_钱伟行.caj
15 directories, 157 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论