www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@lppassstop/nbands.m

    function n = nbands(h, d)
%NBANDS Returns the number of bands

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

n = 2;

% [EOF]