ZOH:

Path: Common/Control

% Create a model of a zero-order-hold using Padé approximants.
   The ZOH will be scaled by 1/T as if it had a sampler in the
   loop.

--------------------------------------------------------------------------
   Form:
   [a, b, c, d] = ZOH( T, n )
   [num, den]   = ZOH( T, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   T                   Hold period
   n                   Number of terms (optional)

   -------
   Outputs
   -------
   a or num            Numerator polynomial or plant matrix
   b or den            Denominator polynomial or input matrix
   c                   Measurement matrix
   d                   Feedthrough matrix

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

Children:

Common: CommonData/SwooshWatermark
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: Analysis/Pade
Math: Analysis/SubPoly
Math: Linear/ColCompR
Math: Linear/DelLZ
Math: Linear/Factorl
Math: Linear/IsZero
Math: Linear/RowCompU

Back to the Common Module page