登录
首页 » matlab » INS_ToolBox

INS_ToolBox

于 2021-04-28 发布 文件大小:766KB
0 306
下载积分: 1 下载次数: 413

代码说明:

  国外的一个惯性导航系统仿真工具箱,自己点滴注释过,能进行导航解算,组合导航。(An inertial navigation system simulation toolbox。 own drip comment,can solve navigate and integrated navigation.)

文件列表:

INS_ToolBox
...........\bodupdat.m,2366,2011-05-23
...........\coriolis.m,2811,2011-05-23
...........\crafrate.m,4133,2011-05-23
...........\dcm2eulr.m,1467,2011-05-23
...........\dcm2llw.m,1296,2011-05-23
...........\dcm2qua.m,1468,2011-05-23
...........\dcmelgen.m,1661,2011-05-23
...........\dcmnbgen.m,1651,2011-05-23
...........\dem01plt.m,1208,2011-05-23
...........\dem03gen.m,1730,2011-05-23
...........\earthrot.m,3599,2011-05-23
...........\enu2xyz.m,1527,2011-05-23
...........\eulr2dcm.m,1850,2011-05-23
...........\eulr2qua.m,1573,2011-05-23
...........\extrapol.m,691,2011-05-23
...........\gendelcr.m,3450,2011-04-18
...........\gendthet.m,2079,2011-05-23
...........\gendv.asv,1608,2012-05-12
...........\gendv.m,1606,2011-04-18
...........\gendvcor.m,3660,2011-04-19
...........\gendverr.m,2685,2011-04-18
...........\gentherr.m,3191,2011-04-19
...........\genvelpr.m,1544,2011-04-18
...........\gravity.m,1118,2011-04-05
...........\greatcir.m,4507,2011-05-16
...........\INS Toolbox2003.doc,618496,2011-05-23
...........\insdem01.asv,4066,2012-05-05
...........\insdem01.m,4202,2012-05-05
...........\insdem02.m,4734,2012-05-12
...........\insdem03.m,4507,2011-04-03
...........\insdem04.m,2210,2011-04-03
...........\insdem05.m,9489,2011-04-30
...........\insdem06.m,6262,2011-04-30
...........\insdem07.m,5408,2011-04-30
...........\insdem08.m,5482,2011-04-30
...........\insdem09.m,5897,2011-04-18
...........\insdem10.m,6181,2011-04-30
...........\insdem11.m,6684,2011-04-18
...........\insdem12.m,1349,2011-05-16
...........\insdem13.m,7935,2011-05-16
...........\insdem14.m,8287,2011-04-19
...........\insdem15.m,7108,1998-08-14
...........\insdem16.m,7104,1998-08-14
...........\insdem17.m,7097,2000-02-12
...........\interpol.m,645,2011-04-11
...........\jfk_ist0.mat,157464,1998-08-02
...........\lclevtmp.m,3940,2011-04-10
...........\lclevupd.m,5544,2011-04-18
...........\llh2xyz.m,1266,2011-04-11
...........\llw2dcm.m,2726,2011-04-18
...........\navupd2.m,2269,2011-04-17
...........\navupdat.m,2857,2011-05-07
...........\pathplot.m,1389,2011-04-11
...........\plotwrld.m,933,2011-05-16
...........\Potentail Bugs.txt,3469,2011-05-23
...........\progen.m,10764,2011-04-03
...........\propitch.m,6304,2011-04-05
...........\proroll.m,3841,2011-04-02
...........\prostrai.m,2930,2011-04-04
...........\proturn.m,4477,2011-04-02
...........\qua2dcm.m,1480,2011-04-03
...........\quamult.m,1250,2011-04-03
...........\quaupdat.m,1296,2011-04-03
...........\questions.m,5005,2011-04-19
...........\radicurv.m,1777,2011-04-10
...........\skewsymm.m,840,2011-04-05
...........\TestFunctions.m,355,2011-04-19
...........\velupdat.m,3159,2011-04-18
...........\wrldmatr.mat,518592,1998-03-31
...........\xyz2enu.m,1561,2011-04-11
...........\xyz2llh.m,1707,2011-04-11

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

发表评论

0 个回复

  • MatLab7
    MatLab7编程基础ppt, 适合新手(MatLab7 programming basics ppt, for novice)
    2012-05-13 10:57:43下载
    积分:1
  • fs_sup_relieff
    Relief算法中特征和类别的相关性是基于特征对近距离样本的区分能力。算法从训练集D中选择一个样本R,然后从和R同类的样本中寻找最近邻样本H,称为Near Hit,从和R不同类的样本中寻找最近样本M,称为Near Miss,根据以下规则更新每个特征的权重: 如果R和Near Hit在某个特征上的距离小于R和Near Miss上的距离,则说明该特征对区分同类和不同类的最近邻是有益的,则增加该特征的权重;反之,如果R和Near Hit在某个特征上的距离大于R和Near Miss上的距离,则说明该特征对区分同类和不同类的最近邻起负面作用,则降低该特征的权重。(The correlation between feature and category in Relief algorithm is based on distinguishing ability of feature to close sample. The algorithm selects a sample R from the training set D, and then searches for the nearest neighbor sample H from the samples of the same R, called Near Hit, and searches for the nearest sample M from the sample of the R dissimilar, called the Near Miss, and updates the weight of each feature according to the following rules: If the distance between R and Near Hit on a certain feature is less than the distance between R and Near Miss, it shows that the feature is beneficial to the nearest neighbor of the same kind and dissimilar, and increases the weight of the feature; conversely, if the distance between R and Near Hit is greater than the distance on R and Near Miss, the feature is the same. The negative effect of nearest neighbor between class and different kind reduces the weight of the feature.)
    2018-04-17 14:41:55下载
    积分:1
  • CBWH_IET_CV
    color image rgb conversion
    2011-09-13 01:04:54下载
    积分:1
  • pacejka_2002_tyre_model
    基于simulink建立的轮胎魔术公式模型(pac2002),可以直接连接其他车辆动力学模块(magic tire model built by simulink,which can be connected with other module of full vheicle dynamics model)
    2020-11-21 10:09:35下载
    积分:1
  • antenna pattern
    4X4阵列天线中实现波束赋形在干扰方向形成零陷,(beamforming nullsteering massive-mimo)
    2017-06-18 12:01:39下载
    积分:1
  • MLbayesface
    基于贝叶斯人脸识别技术的matlab人脸识别程序,在ORL库上实现,也可换用别的库进行运算,只需要更改样本数量(Bayesian face recognition technology based on face recognition matlab program, implemented on ORL database can also be used for other library operations, only need to change the number of samples)
    2010-06-18 01:25:46下载
    积分:1
  • Untitled
    松弛算法:预报误差法参数辨识。刘辉,系统辨识(Untitled)
    2021-03-31 14:59:09下载
    积分:1
  • LaneDetect
    用Hough变换检测车道直线,用MATLAB自带的Hough(),houghlines(),houghpeaks()实现(Lane with a straight line Hough transform detection, using MATLAB' s own Hough (), houghlines (), houghpeaks () to achieve)
    2009-07-14 16:27:51下载
    积分:1
  • MYLDA
    LDA algorithm for matlab
    2011-10-07 07:17:07下载
    积分:1
  • PSO_25
    pso算法优化25杆桁架结构,得到更好的结果(The PSO algorithm optimizes the 25 bar truss structure and gets better results)
    2021-02-28 11:59:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载