登录
首页 » matlab » Helicopter_simulation

Helicopter_simulation

于 2021-04-03 发布 文件大小:358KB
0 298
下载积分: 1 下载次数: 229

代码说明:

  直升机模拟仿真,建模,仿真,源代码,有待改进。(Helicopter simulation, modeling, simulation, source code, to be improved.)

文件列表:

直升机模拟仿真(matlab)
......................\all.mat,8984,1998-12-18
......................\ctrlr1.m,2425,1998-12-17
......................\ctrlr2.m,2062,1998-11-19
......................\ctrlrpro.m,2032,1998-11-19





......................\heli10.bmp,7690,1997-01-06
......................\heli12.bmp,7810,1997-01-06
......................\heli14.bmp,8080,1997-01-06
......................\heli16.bmp,7964,1997-01-06
......................\heli18.bmp,8288,1997-01-06
......................\heli20.bmp,8220,1997-01-06
......................\heli32.exe,944640,1999-04-07
......................\heli32.hlp,19124,1999-04-07
......................\helicustom.m,30,1998-12-18
......................\helimenu.m,4425,1998-02-03
......................\heliparm.mat,1680,1998-10-07
......................\helisys.m,1803,1998-12-17
......................\heli_02.bmp,7044,1997-01-06
......................\heli_04.bmp,7288,1997-01-06
......................\heli_06.bmp,7576,1997-01-06
......................\heli_08.bmp,7876,1997-01-06
......................\heli_10.bmp,8132,1997-01-06
......................\heli_12.bmp,7182,1997-01-06
......................\heli_14.bmp,7396,1997-01-06
......................\heli_16.bmp,7474,1997-01-06
......................\heli_18.bmp,7726,1997-01-06
......................\heli_20.bmp,7854,1997-01-06
......................\heli_default.mat,7408,1999-02-15
......................\horizmenu.m,3366,1998-12-18
......................\horiz_anal.m,2623,1998-12-18
......................\libeng.dll,17408,1997-05-26
......................\libmat.dll,60416,1997-05-26
......................\libmx.dll,41472,1997-05-26
......................\libut.dll,41472,1997-05-26
......................\LOADHELI.M,177,1997-09-17
......................\mainmenu.m,1658,1998-12-18
......................\menu.m,3358,1998-12-17
......................\newbutton.m,221,1998-12-17
......................\P0_pzmap.m,169,1998-12-17
......................\POLYADD.M,217,1997-11-03
......................\report.txt,1624,2009-07-07
......................\rlanal.m,335,1998-11-19
......................\runsvanal.m,619,1998-12-17
......................\Short_guide.pdf,30935,1998-12-14
......................\Short_guide.rtf,68241,1999-02-01
......................\svplot.m,1499,1998-07-02
......................\vertmenu.m,3351,1998-12-18
......................\vertsys.m,319,1998-12-18
......................\vert_anal.m,2062,1998-12-18

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

发表评论

0 个回复

  • Multiple-access-protocol-simulation
    多址接入协议仿真——都可以运行仿真出图!(Multiple access protocol simulation)
    2013-01-14 10:41:11下载
    积分:1
  • chapter_GA
    基于GA优化的SVM算法,它可以被用于预测分类(SVM algorithm based on GA optimization for prediction classification)
    2018-04-09 18:42:37下载
    积分:1
  • matpower-master
    说明:  matpower电网潮流计算工具下载,功能强大(Mapower power grid power flow calculation tool download, powerful function)
    2020-03-12 13:06:29下载
    积分:1
  • matlab
    说明:  通过matlab实现图像的逆滤波、维纳滤波的方法,效果还不错,很简单(Through matlab image inverse filtering, wiener filtering method, the effect is good, very simple )
    2011-04-12 22:54:56下载
    积分:1
  • 816-1681
    SPARC Assembly Language Reference Manual
    2014-09-20 23:42:07下载
    积分:1
  • 2FSK_
    基于Matlab Simulink的2FSK调制解调与仿真(The modem and simulation of 2FSK based on Matlab Simulink)
    2020-12-20 11:19:10下载
    积分:1
  • TSP-MATLAB-CODE
    用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原 (Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best individual preservation and roulette wheel selection strategy of combining, the final analysis of the optimal ratio of individual saving optimization results impact. more reduction)
    2013-12-16 09:38:02下载
    积分:1
  • ModelOrderReductionAlgorithms
    自动控制方法中的状态空间模型参数降秩数学算法,分别为 SVD-based method; Krylov-based Order Reduction--Lanczos algorithm; Krylov-based Order Reduction--Modified Lanczos algorithm; Krylov-based Order Reduction--The Arnoldi-algorithm; (Model Order Reduction Algorithms for Statespace-Model of Automating Systems- Follows are the algorithms: SVD-based method; Krylov-based Order Reduction--Lanczos algorithm; Krylov-based Order Reduction--Modified Lanczos algorithm; Krylov-based Order Reduction--The Arnoldi-algorithm;)
    2010-07-04 01:29:39下载
    积分:1
  • lda
    对有类别监督的数据进行先行判别分析用于降维 数据为结构体类型,返回数据也是降维后的结构体类型。如(a.X a.y)a.X是带有类别的数据,a.y是类别信息(Synopsis: model = lda(data) model = lda(data,new_dim) Description: This function is implementation of Linear Discriminant Analysis. The goal is to train the linear transform which maximizes ratio between between-class and within-class scatter matrix of projected data.)
    2011-05-01 17:52:36下载
    积分:1
  • emd
    基于emd技术的非线性信号分解,把信号分解为有限个分量。然后对其非线性因素进行分析,是解决非线性系统的一大好处,hht(Emd technologies based on nonlinear signal decomposition, the signal is decomposed into a finite number of components. Then analyze its nonlinear factors, is to solve the nonlinear system is a big advantage, hht)
    2014-08-13 09:24:15下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载