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

    function h = freqedgemagweight
%freqedgemagweight  Constructor for this object.
%
%   Outputs:
%       h - Handle to this object

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


h = filtdes.freqedgemagweight;

% Call super's initializer
fmw_construct(h);