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

    function h = gremezlpmin
%GREMEZLP Construct a GREMEZLP object

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

h = filtdes.gremezlpmin;

filterType_construct(h);

% [EOF]