登录
首页 » MultiPlatform » F16SIMULINK

F16SIMULINK

于 2010-01-19 发布 文件大小:199KB
0 126
下载积分: 1 下载次数: 67

代码说明:

  F16飞机的动态仿真。使用MATLAB和C++混合编程。(F16 aircraft dynamic simulation. The use of MATLAB and C++ mixed programming.)

文件列表:

113172207F16FlightControlSimulation
...................................\F16飞行控制仿真程序
...................................\...................\aerodata
...................................\...................\........\ALPHA1.dat
...................................\...................\........\ALPHA2.dat
...................................\...................\........\BETA1.dat
...................................\...................\........\DH1.dat
...................................\...................\........\DH2.dat
...................................\...................\........\DH3.dat
...................................\...................\........\engine_model.c
...................................\...................\........\ETA_DH1.dat

...................................\...................\........\F16aerodata.m
...................................\...................\........\f16Cl.dat
...................................\...................\........\f16Clp.dat
...................................\...................\........\f16Clr.dat
...................................\...................\........\f16Cl_da20.dat
...................................\...................\........\f16Cl_da20lef.dat
...................................\...................\........\f16Cl_dr30.dat
...................................\...................\........\f16Cl_lef.dat
...................................\...................\........\f16Cm.dat
...................................\...................\........\f16Cmde.dat
...................................\...................\........\f16Cmq.dat
...................................\...................\........\f16Cm_lef.dat
...................................\...................\........\f16Cn.dat
...................................\...................\........\f16Cnp.dat
...................................\...................\........\f16Cnr.dat
...................................\...................\........\f16Cn_da20.dat
...................................\...................\........\f16Cn_da20lef.dat
...................................\...................\........\f16Cn_dr30.dat
...................................\...................\........\f16Cn_lef.dat

...................................\...................\........\f16CX.dat
...................................\...................\........\f16CXde.dat
...................................\...................\........\f16CXq.dat
...................................\...................\........\f16CX_lef.dat
...................................\...................\........\f16CY.dat
...................................\...................\........\f16CYp.dat
...................................\...................\........\f16CYr.dat
...................................\...................\........\f16CY_da20.dat
...................................\...................\........\f16CY_da20lef.dat
...................................\...................\........\f16CY_dr30.dat
...................................\...................\........\f16CY_lef.dat
...................................\...................\........\f16CZ.dat
...................................\...................\........\f16CZde.dat
...................................\...................\........\f16CZq.dat
...................................\...................\........\f16CZ_lef.dat
...................................\...................\........\f16data.mat
...................................\...................\........\f16dClbeta.dat
...................................\...................\........\f16dClp_lef.dat
...................................\...................\........\f16dClr_lef.dat
...................................\...................\........\f16dCm.dat
...................................\...................\........\f16dCmq_lef.dat
...................................\...................\........\f16dCm_ds.dat
...................................\...................\........\f16dCnbeta.dat
...................................\...................\........\f16dCnp_lef.dat
...................................\...................\........\f16dCnr_lef.dat
...................................\...................\........\f16dCXq_lef.dat
...................................\...................\........\f16dCYp_lef.dat
...................................\...................\........\f16dCYr_lef.dat
...................................\...................\........\f16dCZq_lef.dat
...................................\...................\........\hifi_f16_aerodata.c
...................................\...................\........\ISA_atmos.c
...................................\...................\........\lofi_f16_aerodata.c
...................................\...................\........\mexndinterp.c
...................................\...................\F16_actlib.mdl
...................................\...................\F16_dyn.c
...................................\...................\F16_dyn.dll
...................................\...................\F16_dynam.c
...................................\...................\F16_dynam.dll
...................................\...................\F16_openloop.mdl
...................................\...................\F16_trim.mdl
...................................\...................\read.txt
...................................\...................\runF16model.m
...................................\...................\tgear.m
...................................\...................\trim_fun.m
...................................\使用帮助:新手必看.htm

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

发表评论

0 个回复

  • fuhuaqiuji
    MATLAB语言编写变步长复化梯形求积公式的算法程序(函数式M文件)(MATLAB language-based variable step-size re-trapezoidal quadrature formula of the algorithm program (functional M file))
    2009-12-16 16:15:41下载
    积分:1
  • Math
    Calculate speed and acceleration of mechanism
    2009-06-07 20:02:02下载
    积分:1
  • aci_fe
    estimates the rotor flux of Induction machine and its angle
    2011-06-23 12:01:43下载
    积分:1
  • MPSK_sim
    this is the matlab code for phase shift keying
    2010-02-26 14:13:03下载
    积分:1
  • LMS
    这个程序是本人在网上下了,运行没有问题,只是要用的话,还需要自己修改一下。(This program is my down-line, run no problem, just use it, also need to make changes to it.)
    2011-05-06 14:34:56下载
    积分:1
  • ecef2lla
    Convert geodetic coordinates to Earth-centered Earth-fixed (ECEF) coordinates(Convert [x y z] ECEF [m] vector to [lat lon alt] vector in [rad] and [m])
    2011-08-05 14:09:23下载
    积分:1
  • GSO and AS
    说明:  在学习优化算法的过程中,为快速了解算法求解过程,整理出这两个算法。通过蚁群算法和萤火虫算法对测试函数进行求解,以图片的形式展示算法迭代过程中蚂蚁或萤火虫的移动过程,了解算法特点。相对而言蚁群算法更快,但不一定能找到最优解。(By learning the optimization algorithm, the two algorithms are sorted out. The ant colony algorithm and the firefly algorithm are used to solve the test function. The moving process of the ant or firefly in the iterative process of the algorithm is shown in the form of pictures. To understand the characteristics of the algorithm, the ant colony algorithm is relatively faster, but it is not necessarily able to find the optimal solution.)
    2019-12-16 11:01:27下载
    积分:1
  • histoeq1
    通过利用matlab中自带的丰富的函数资源,对图像进行直方图均衡法的图像增强处理,对一些因为直方图分布范围宽,但不均匀的图像处理效果优于线性变换法,如所附图像(Histogram equalization)
    2009-05-22 19:50:49下载
    积分:1
  • kalmanBalanced-car
    利用卡尔曼算法做出的平衡车整套程序,可以给做平衡车初学者很好的借鉴( Kalman algorithms make use of the balance of the car the entire procedure can be done to balance the car a good reference for beginners)
    2013-12-03 00:32:07下载
    积分:1
  • ian_mitchell-toolboxls
    这个工具箱是对水平集方法的matlab程序的搜集。这些程序应用数值算法在任一维度来近似基于时间变化的汉密尔顿雅可比偏微分方程的解。汉密尔顿雅可比偏微分方程常用动画演示动态隐式曲面,计算流体动力学,并且它是独立在最优控制,微分博弈机器人,金融数学,连续的可达性等兴趣领域。(The Toolbox of Level Set Methods (ToolboxLS) is a collection of Matlab routines that implement numerical algorithms to approximate the solution of the time-dependent Hamilton-Jacobi (HJ) partial differential equation (PDE) in any number of dimensions. The HJ PDE is often used for simulating dynamic implicit surfaces in animation and computational fluid dynamics (CFD), and it is of independent interest in areas of optimal control, differential games, robotics, financial mathematics, continuous reachability, etc.)
    2015-05-28 14:40:56下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载