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

    function h = fircbandbspass1
%FIRCBANDBSPASS1 Construct this object

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

h = filtdes.fircbandbspass1;

filterType_construct(h);

% [EOF]