cwind.hlp

来自「MATLAB在飞行动力学和控制中应用的工具」· HLP 代码 · 共 31 行

HLP
31
字号
-----------------------------------------------------------------
CWIND is a masked Simulink system, which is used to calculate ve-
locity components of a constant horizontal wind along the body-
axes of the aircraft. CWIND can be enhanced for vertical wind-
components if it is unmasked.

The user must specify the windspeed Vw in [m/s] and the wind
direction psi_w in [rad]. Note: if the wind is blowing to the
north, psi_w should be equal to pi rad!

Inputsignal (scalar):
=====================
  psi: heading of the aircraft [rad].

Outputvector:
=============
  ywind = [uw vw ww]'

where:

  uw : wind velocity component along XB-axis [m/s]
  vw : wind velocity component along YB-axis [m/s]
  ww : wind velocity component along ZB-axis [m/s] (by default:
                                                          ww = 0)
More info:
==========
See also BLWIND.HLP.

-----------------------------------------------
The FDC toolbox, Copyright Marc Rauw 1994-1998.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?