Integral:

Path: Common/Control

% Creates a general integrator.

   Creates a general integrator of the form

          tau s + 1
   K(s) = ----------
          s + sigma

   Given the desired maximum phase magnitude (±90°) and frequency

   Type Integral for a demo.

--------------------------------------------------------------------------
   Form:
   [a, b, c, d] = Integral( Kdc, w, phase, tSamp, sType )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   Kdc                 DC gain (db)
   w                   Frequency for phase (rad/sec)
   phase               Phase angle (-90° to 0°) (deg)
   tSamp               Sampling period
   sType               State equation type ('Delta' or 'Z')

   -------
   Outputs
   -------
   a                   Plant matrix
   b                   Input matrix
   c                   Measurement matrix
   d                   Feedthrough matrix

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

Children:

Common: CommonData/SwooshWatermark
Common: Control/C2DZOH
Common: Control/C2DelZOH
Common: Control/FResp
Common: Control/GND
Common: Control/GSS
Common: Control/ND2SS
Common: Control/S2Damp
Common: Control/SS2ND
Common: Control/SizeABCD
Common: Control/TrnsZero
Common: Control/WPZ
Common: Control/WReson
Common: Control/ZFresp
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/LogLimit
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TextS
Math: Linear/ColCompR
Math: Linear/DelLZ
Math: Linear/IsZero
Math: Linear/RowCompU

Back to the Common Module page