登录
首页 » matlab » gnc_mfiles

gnc_mfiles

于 2009-09-25 发布 文件大小:90KB
0 92
下载积分: 1 下载次数: 36

代码说明:

  GNC toolbox mfile from Thor Fosen

文件列表:

gnc_mfiles
..........\conversion.m
..........\deg2deg180.m
..........\demos
..........\.....\Contents.m
..........\.....\GNCDemo.m
..........\.....\KinDemo.m
..........\.....\ManDemo.m
..........\.....\SimDemo.m
..........\.....\SimDemo1.m
..........\.....\SimDemo2.m
..........\.....\StabDemo.m
..........\.....\WaveDemo.m
..........\ecef2llh.m
..........\encounter.m
..........\euler2.m
..........\euler2q.m
..........\eulerang.m
..........\examples
..........\........\Contents.m
..........\........\ExKT.m
..........\........\ExLinspec.m
..........\........\ExLQFinHor.m
..........\........\ExLQR.m
..........\........\ExLQtrack.m
..........\........\ExMDS.m
..........\........\ExMSI.m
..........\........\ExNomoto.m
..........\........\ExObsCtr.m
..........\........\ExPassiveObs.m
..........\........\ExPathGen.m
..........\........\ExPullout.m
..........\........\ExQuadProg.m
..........\........\ExQuest.m
..........\........\ExRefMod.m
..........\........\ExRRD1.m
..........\........\ExRRD2.m
..........\........\ExRRD3.m
..........\........\ExSpline.m
..........\........\ExTurnCircle.m
..........\........\ExWindForce.m
..........\........\ExZigZag.m
..........\........\pva.m
..........\........\RRDcontainer.m
..........\........\Slin.m
..........\Gmtrx.m
..........\gvect.m
..........\HMmsi.m
..........\Hmtrx.m
..........\hs2vw.m
..........\ISOmsi.m
..........\llh2ecef.m
..........\lqtracker.m
..........\m2c.m
..........\nomoto.m
..........\order3.m
..........\order5.m
..........\pullout.m
..........\q2euler.m
..........\quatern.m
..........\quest.m
..........\quest6dof.m
..........\R2euler.m
..........\rad2pipi.m
..........\rand_phases.m
..........\rk4.m
..........\Rll.m
..........\Rquat.m
..........\Rzyx.m
..........\Smtrx.m
..........\turncircle.m
..........\ucalloc.m
..........\vw2hs.m
..........\wavespec.m
..........\windcoef.m
..........\ww2we.m
..........\zigzag.m

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

发表评论

0 个回复

  • whw
    matlab/simulinkSfunctionC文件例子源码matlab/simulinkSfunctionC文件例子源码ghh(matlab/simulinkSfunctionC example source file matlab/simulinkSfunctionC example source file matlab/simulinkSfunctionC example source file bold)
    2009-07-09 22:35:28下载
    积分:1
  • pca_demo
    编写PCA算法的程序,对想要学习如何利用PCA算法进行故障诊断的同学很有帮助!( a PCA algorithm program, for the person who want to learn how to use PCA algorithm for fault diagnosis of classmates the progran is very helpful!)
    2013-05-09 17:29:46下载
    积分:1
  • rough-set-codes
    这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的胡修改的程序,osu_svm3.00文件夹是使用svm分类器调用的文件,使用该分类器时,代码中间的路径需要修改。另外附上一堆常用的数据集。(This is Hu Qinghua teacher at Tianjin University neighborhood rough set field do the most classic source code, students can learn and modify On this basis, the entry procedures have been written, you need other ways to add your own, MAIN.m entry program is meaning parameters Functions talked in very clear call for the featureselect_FW_fast.m attribute reduction, several clsf_dpd file is to use a different formula to calculate the distance attribute importance, choose properties to get the results, use crossvalidate.m ten fold cross algorithm to calculate the accuracy of the calculation algorithm, the segment code calls several classifiers, C4_5.m is a decision tree, KNN.m is the nearest neighbor classifier, NEC.m is similar to KNN Hu modified program, osu_svm3. 00 folders using svm classifier called file, using the classification code in the middle of the path need to be modified. Also attach a bunch of common data sets.)
    2021-03-31 15:09:09下载
    积分:1
  • flatchannel
    平坦衰落信道建模TM,平坦衰落信道建模TM(Flat fading channel modeling TM, TM flat fading channel modeling)
    2010-12-16 14:29:32下载
    积分:1
  • AI_CONTROL
    智能控制的课件 做的很好很不错,值得一看(Intelligent Control of courseware to do good is pretty good, worth a visit)
    2008-07-04 21:00:40下载
    积分:1
  • Mixed-control-strategy-of-a-doubly-fed-induction-
    Mixed control strategy of a doubly fed induction machine
    2014-08-28 15:40:44下载
    积分:1
  • amodce
    MATLAB信号处理工具箱中的一个调制信号函数amodce(MATLAB Signal Processing Toolbox function of a modulation signal amodce)
    2021-03-24 10:49:14下载
    积分:1
  • VRP_algorithm
    5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件(5 solving vehicle routing problem (VRP) MATLAB algorithm source and the corresponding data (data is also in the m file), including three kinds of genetic algorithm, SA algorithm and tabu search algorithm m file)
    2020-12-27 18:19:02下载
    积分:1
  • SIGPROC
    各种信号预处理方法 导数 平滑 傅里叶变换等等(Derivatives of various signal preprocessing method Fourier transform, and so smooth)
    2010-11-19 17:31:15下载
    积分:1
  • MATLAB
    说明:  这是一本电力电子与电力拖动的仿真教程,相对来说讲的比较详细,也比较全面。(This is a drag power electronics and power simulation tutorial, relatively speaking in more detail, but also more comprehensive.)
    2010-04-27 19:50:28下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载