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

    function h = fircbandbpstop1
%GREMEZBPCSTOP1

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

h = filtdes.fircbandbpstop1;

filterType_construct(h);

% [EOF]