www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/reset.m

    %RESET Resets discrete-time filter.
%   RESET(Hd) resets all the properties of the discrete-time filter Hd to
%   their factory value that are modified when the filter is run. In
%   particular, the STATES are reset to zero.

%   Author: P. Pacheco
%   Copyright 1999-2014 The MathWorks, Inc.

% Help for RESET pcoded method.

% [EOF]