登录
首页 » matlab » 通过 matlab 编程实现捷联惯导系统初始对准、惯导解算的全过程

通过 matlab 编程实现捷联惯导系统初始对准、惯导解算的全过程

于 2021-04-21 发布
0 301
下载积分: 1 下载次数: 24

代码说明:

说明:  通过 matlab 编程实现捷联惯导系统初始对准、惯导解算的全过程。 1)初始自对准:利用前10分钟实验车静止的数据进行惯导系统的自对准。采用前2分钟数据进行解析粗对准,后8分钟数据用五状态Kalman滤波器实现精对准;为了验证精对准性能,可在粗对准结果上把航向角人为加一定幅度(如10度)的误差,观察精对准的收敛性能。 2)纯惯导解算:对准结束后转入纯惯性导航解算,要求进行双子样的圆锥和划摇补偿,即每20ms完成一次导航解算,输出完整的导航结果包括三个姿态、两个水平速度和两个水平位置(天向通道发散不必输出),并给出姿态、速度、位置随时间的变化曲线以及位置误差曲线。(The whole process of initial alignment and inertial navigation solution of strapdown inertial navigation system is realized by matlab programming.)

文件列表:

exp2, 0 , 2018-07-28
exp2\coarse_align.m, 751 , 2018-06-09
exp2\dcm2eul.m, 274 , 2018-06-09
exp2\dcm2qua.m, 241 , 2018-06-09
exp2\eul2dcm.m, 489 , 2018-06-09
exp2\eul2qua.m, 439 , 2018-06-09
exp2\initpara.m, 389 , 2018-06-12
exp2\ins_navi.m, 1392 , 2018-07-27
exp2\KF_correct.m, 1552 , 2018-06-28
exp2\main.m, 2839 , 2018-07-27
exp2\pre_data.m, 586 , 2018-06-19
exp2\qua2dcm.m, 310 , 2018-06-09
exp2\qua_multiply.m, 225 , 2018-06-09

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

发表评论

0 个回复

  • Matlabhandbookhtml
    网页版MATLAB的用户手册,非常方便查询MATLAB的所有命令。(A very good book to learn the communication aspects of MATLAB, which contains MATLAB source code can be directly run.)
    2014-03-13 22:16:44下载
    积分:1
  • minRoute
    说明:  图论与网络论中求最短路径的DDijkstra算法(Graph theory and network theory to seek the shortest path algorithm DDijkstra)
    2008-11-17 21:39:58下载
    积分:1
  • lorenz-chaotic-attractor
    lorenz系统中的混沌吸引子matlab的简单实现(chaotic attractor of lorenz system)
    2012-04-29 17:14:24下载
    积分:1
  • rake-simulation
    CDMA系统Rake接收误比特率模拟程序,链路级各个模块均包括,有详细的程序注释。(Rake receiver CDMA system BER simulation program, each module includes link-level, detailed program notes.)
    2013-11-29 19:54:19下载
    积分:1
  • iir
    语音信号的iir滤波器设计,从带有噪音的信号中提取原始声音.目前,MP3播放器一般功率放大器的工作频率范围就是这个范围。但是大部分有用的和可理解的信息的频率在200到3500Hz之间。所以我们可以在这个范围间滤波,达到使声音可理解的要求。现将数字滤波器的设计指标设为通带截止频率fb=600HZ,阻带频率fc=1200HZ,通带波纹Ap=1dB,阻带波纹As=40dB,要求确定H(z)。(design of the iir filter, get the original voice without noise)
    2014-02-17 16:49:46下载
    积分:1
  • onvif_test
    onvif开发相关 实现了onvif基本功能(onvif development,have it s basic function.)
    2021-03-10 14:39:27下载
    积分:1
  • 基于RSSI定位的matlab仿真
    基于RSSI室内定位算法仿真,运用MATLAB平台实现定位算法(Simulation of indoor location algorithm based on RSSI)
    2020-11-03 11:39:53下载
    积分:1
  • 115157686dtc
    异步电动机直接转矩控制基本原理及三相交流调速系统仿真(Induction motor direct torque control and the basic principles of three-phase AC Variable Speed System)
    2010-07-11 16:54:11下载
    积分:1
  • matlab7.x
    说明:  《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。 本书按混合编程的具体方法进行逻辑编排,自始至终用实例描述,每章着重阐述各种混合编程方法的实质和要点,同时穿插了作者多年使用MATLAB的经验和体会。本书既适合初学者自学,也适用于高级MATLAB用户,可作为高等数学、计算机、电子工程、数值分析、信息工程等课程的教学参考书,也可供上述领域的科研工作者参考。 这里是本书所有源码压缩包,内容详尽、实例丰富,包含MATLAB实例的源文件、函数/命令和注解以及程序实例。 ("proficient MATLAB7 mixed programming" system introduced in MATLAB 7.0 Mixed Programming methods and techniques. The book is divided into 13 chapters. Chapter 1 and Chapter 2 on the basis of knowledge MATLAB, Chapter 3 briefed Matlab. Chapter 4-Chapter 9, respectively introduced several typical mixed programming, including C-MEX, MATLAB engine, MAT data file sharing, Mideva, Matrix and the Add-in. Chapter 10, Chapter 11 and Delphi on MATLAB and Excel hybrid programming. Chapter 12 on MATLAB COM Builder, chapter 13 for image processing as an example of a composite application. The book by the mixed programming methods for the specific logic layout description throughout example, Each chapter focuses on a combination of programming and real elements, while full of the author's )
    2006-04-20 14:21:52下载
    积分:1
  • 121212
    matlab fan daomatlab仿真代码(matlab fan dao)
    2011-05-13 08:33:17下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载