www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@lowpass/getfdatooltypes.m

    function fdatooltypes = getfdatooltypes(this)
%GETFDATOOLTYPES   Get the fdatooltypes.

%   Copyright 2005 The MathWorks, Inc.

fdatooltypes = {'lp', 'lp'};

% [EOF]