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

    %ADDSTAGE   Add a stage to the cascade or parallel filter.
%   ADDSTAGE(H, HSTAGE) Add the filter object HSTAGE to the end of the
%   cascade or parallel filter object.

%   Author(s): J. Schickler
%   Copyright 1988-2004 The MathWorks, Inc.



% [EOF]