Path: Common/Control
% Create a discrete time compensator from a continuous time compensator. sType 'delta' 'zoh', -------------------------------------------------------------------------- Form: g = CToD( g, dT, sType ) -------------------------------------------------------------------------- ------ Inputs ------ g (n) Compensator element data structure .type dT (1,1) Sampling time ... sType (1,:) Discrete time type ------- Outputs ------- g (:) Compensator --------------------------------------------------------------------------
Common: Control/C2DZOH Common: Control/C2DelZOH Common: Control/ND2SS Common: Control/S2Z Common: Control/SS2ND Common: Control/SizeABCD Math: Linear/DelLZ
Back to the Common Module page