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

    function h = fircbandbspass2
%FIRCBANDBSPASS2 Construct this object

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

h = filtdes.fircbandbspass2;

filterType_construct(h);

% [EOF]