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

    %ISCASCADE  True for cascaded discrete-time filter.
%   ISCASCADE(Hd) returns 1 if filter Hd is a cascade of filters, and 0 otherwise.
%
%   See also DFILT.   

%   Author: J. Schickler
%   Copyright 1988-2002 The MathWorks, Inc.

% Help for the filter's ISCASCADE pcoded method.

% [EOF]