Path: Common/Control
% Create a model of a delay using Pade approximants for exp(-sT). -------------------------------------------------------------------------- Form: [a,b,c,d] = Delay( T, n ) [num,den] = Delay( T, n ) -------------------------------------------------------------------------- ------ Inputs ------ T (1,1) Delay n (1,1) Number of terms ------- Outputs ------- a or num Numerator polynomial or plant matrix b or den Denominator polynomial or input matrix c Measurement matrix d Feedthrough matrix --------------------------------------------------------------------------
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: Linear/ColCompR Math: Linear/DelLZ Math: Linear/Factorl Math: Linear/IsZero Math: Linear/RowCompU
Back to the Common Module page