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

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

%   Copyright 2005 The MathWorks, Inc.

fdatooltypes = {'hp', 'hp'};

% [EOF]