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

    function opts = getfvtooloptions(d)
%GETFVTOOLOPTIONS Returns the options sent to FVTool from the design method

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

opts = {'Analysis', 'magnitude', 'MagnitudeDisplay', 'zero-phase'};

% [EOF]