sensors.htm

来自「matlab的FDC工具箱」· HTM 代码 · 共 32 行

HTM
32
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="fdchelp.css">
    <title>
      FDC help: Sensors
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#DDDDDD"><div>
    <h2>
      Autopilot model, subsystem <i>Sensors / Subtract initial conditions</i>
    </h2>
    <p>The autopilot subsystem <i>Sensors / Subtract initial inputs</i> contains
    the dynamics of the sensor models for the 'Beaver' autopilot and it determines  small-deviation signals (i.e. the difference between the outputs from the <i>Beaver</i> model and their initial values), which are needed by the control laws.</p>
     <p>This subsystem is
    used by the systems <i><a href="apilot.htm#APILOT2">APILOT2</a></i> and
    <i><a href="apilot.htm#APILOT3">APILOT3</a></i> (<i><a href=
    "apilot.htm#APILOT1">APILOT1</a></i> only contains the subtraction of the
    initial conditions). The outputs from this block are sent to
    the subsystems <i><a href="ap_symm.htm">Symmetrical autopilot modes</a></i>
    and <i><a href="ap_asymm.htm">Asymmetrical autopilot modes</a></i>.</p>
     <p>The current implementation is actually only intended to provide a
    <i>framework</i> for future enhancements of the autopilot models: only a
    few airdata-sensor models have actually been implemented; most 'sensor' blocks are still empty. The most
    important sensor block is a quantization effect in the altitude measurement due to a
    relatively large least-significant bit used in the airdata computer of the 'Beaver' autopilot.</p>
    <p>The framework from this subsystem makes it very easy to add new sensormodels if required.</p>
  </div></body>
</html>

⌨️ 快捷键说明

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