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

    function fvtoolInputs = getfvtoolinputs(this) %#ok<INUSD>
%GETFVTOOLINPUTS Get the fVToolInputs.
%   OUT = GETFVTOOLINPUTS(ARGS) <long description>

%   Copyright 2009 The MathWorks, Inc.

fvtoolInputs = {'FrequencyScale', 'log'};
% [EOF]