资源简介
惯导轨迹标准值(空中盘旋)和陀螺仪及加速度计值数据,内含matlab分析程序。对于进行惯导解算及组合导航研究有帮助。
代码片段和文件信息
clear all;clc;
load SimAirTrack.txt;
load SimGPS.txt;
load SimIMU.txt;
figure;
subplot(331);plot(SimAirTrack(:1));grid on
subplot(332);plot(SimAirTrack(:2));grid on
subplot(333);plot(SimAirTrack(:3));grid on
subplot(334);plot(SimAirTrack(:4));grid on
subplot(335);plot(SimAirTrack(:5));grid on
subplot(336);plot(SimAirTrack(:6));grid on
subplot(337);plot(SimAirTrack(:7));grid on
subplot(338);plot(SimAirTrack(:8));grid on
subplot(339);plot(SimAirTrack(:9));grid on
figure;
subplot(231);plot(SimGPS(:1));grid on
subplot(232);plot(SimGPS(:2));grid on
subplot(233);plot(SimGPS(:3));grid on
subplot(234);plot(SimGPS(:4));grid on
subplot(235);plot(SimGPS(:5));grid on
subplot(236);plot(SimGPS(:6));grid on
figure;
subplot(231);plot(SimIMU(:1));grid on
subplot(232);plot(SimIMU(:2));grid on
subplot(233);plot(SimIMU(:3));grid on
subplot(234);plot(SimIMU(:4));grid on
subplot(235);plot(SimIMU(:5));grid on
subplot(236);plot(SimIMU(:6));grid on
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1031 2011-08-18 20:56 CoorTurn_4min\DataProcess.m
文件 10416084 2011-11-29 08:04 CoorTurn_4min\SimAirTrack.txt
文件 69438 2011-11-29 08:04 CoorTurn_4min\SimGPS.txt
文件 7103729 2011-11-29 08:04 CoorTurn_4min\SimIMU.txt
目录 0 2011-12-08 17:39 CoorTurn_4min
----------- --------- ---------- ----- ----
17590282 5
相关资源
- matlab基础与提高
- matlab优化工具箱教程
- GDA产生式算法Matlab代码带高光谱文件
- Understanding LTE with MATLAB
- 薛定宇_高等应用数学问题matlab求解第
- MATLAB实现HHT变换的代码+
- Biosignal and biomedical image processing matl
- win10下amesimR14和matlab2016联合仿真设置
- 系统辨识及其MATLAB仿真
- 非序贯蒙特卡洛算法计算节点可靠度
- 人工神经网络原理及仿真书及 matlab源
- MATLAB与机器学习 李三平 陈建平译 译
- multi sensor data fusion with matlab(书+源码
- 面向Matlab工具箱的神经网络理论与应
- 数字图像处理|Matlab-灰度和彩色图像
- MATLAB优化算法测试函数
- MPC程序总结MATLAB
- MATLAB编程第二版)》高清晰PDF版.Ste
-
一个29节点电网的MATLAB-simuli
nk仿真设 - MATLAB在时间序列分析中的应用-张善文
- 基于SVM+HOG的人脸检测matlab程序
- MATLAB揭秘解密版
- 孤单算法仿真matlab2016 AFDPF
- Matlab特征提取代码
- 可直接运行国外的seam carving matlab源码
- 图像超分辨率重建SRCNN算法
- Chan-Vese算法的MATLAB代码
- 数字信号处理课程设计语音信号的采
- 基于haar特征+AdaBoost,CascadeBoost算法的
- 基于MATLAB的车牌识别54493
评论
共有 条评论