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

    function h = fircbandbppassstop
%GREMEZBPCPASSSTOP

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

h = filtdes.fircbandbppassstop;

filterType_construct(h);

% [EOF]