ACTF:

Path: Common/Control

% Generic a sensor or actuator model.

   The model is

   x              exp(-delay*s)
   -  = -----------------------------------
   u    (s^2 + 2*zeta*w + w^2)*(tau*s + 1 )


   Any term may be omitted. Uses a 2nd order delay model.
--------------------------------------------------------------------------
   Form:
   g = ACTF( e )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   e           (n)   Sensor data structure
                     .delay
                     .tau
                     .zeta
                     .w
                     .name   Name of the device

   -------
   Outputs
   -------
   g           (:)   Sensor state space model of type statespace

--------------------------------------------------------------------------

Children:

Common: Classes/@statespace/and.m
Common: Classes/@statespace/close.m
Common: Classes/@statespace/connect.m
Common: Classes/@statespace/eig.m
Common: Classes/@statespace/get.m
Common: Classes/@statespace/getabcd.m
Common: Classes/@statespace/getsub.m
Common: Classes/@statespace/isempty.m
Common: Classes/@statespace/mtimes.m
Common: Classes/@statespace/plus.m
Common: Classes/@statespace/series.m
Common: Classes/@statespace/set.m
Common: Classes/@statespace/statespace.m
Common: Control/Delay
Common: Control/FResp
Common: Control/ND2SS
Common: Control/SSEmpty
Common: Control/Series
Common: Graphics/Rename

Back to the Common Module page