Path: AC/ACActuator
% Model for the F16 actuators. Each has a lag. Since version 3.5 (ACT). -------------------------------------------------------------------------- Form: [dX, control] = F16Actuator( x, control, d ) -------------------------------------------------------------------------- ------ Inputs ------ x (4,1) Lag state control (1,1) Control structure .throttle (1,1) Throttle command .elevator (1,1) Elevator command .aileron (1,1) Aileron command .rudder (1,1) Rudder command d (1,1) Lags .throttleLag (1,1) Throttle lag .elevatorLag (1,1) Elevator lag .aileronLag (1,1) Aileron lag .rudderLag (1,1) Rudder lag ------- Outputs ------- dX (4,1) Lag state derivatives control (1,1) Control structure .throttle (1,1) Throttle command .elevator (1,1) Elevator command .aileron (1,1) Aileron command .rudder (1,1) Rudder command --------------------------------------------------------------------------
Back to the AC Module page