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

    function d = firmaxflat
%FIRMAXFLAT  Constructor for this design method object.
%
%   Outputs:
%       d - Handle to the design method object

%   Author(s): R. Losada
%   Copyright 1988-2002 The MathWorks, Inc.


d = filtdes.firmaxflat;

% Call super's constructor
singleOrder_construct(d);

% Set the tag
set(d,'Tag','FIR maximally flat');