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

    %ISPARALLEL  True for discrete-time filter with parallel sections.
%   ISPARALLEL(Hd) returns 1 if filter Hd is composed of parallel sections,
%   and 0 otherwise. 
%
%   See also DFILT.   
  
%   Author: J. Schickler
%   Copyright 1988-2002 The MathWorks, Inc.

% Help for the filter's ISPARALLEL pcoded method.

% [EOF]