Path: Common/Control
% Implement a digital filter. Type DigitalFilter for a demo. -------------------------------------------------------------------------- Form: [xNew, xN, uN] = DigitalFilter( uNew, nN, dN, xN, uN ) -------------------------------------------------------------------------- ------ Inputs ------ uNew New input nN (1,n) Numerator polynomial dN (1,n) Denominator polynomial uN (1,n) Input storage xN (1,n) Output storage ------- Outputs ------- xNew New output uN (1,n) Input storage xN (1,n) Output storage --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: Control/C2DZOH Common: Control/ND2SS Common: Control/S2Z Common: Control/SS2ND Common: Control/SizeABCD Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/DelLZ
Back to the Common Module page