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

    function measurementfields = getmeasurementfields(this)
%GETMEASUREMENTFIELDS   Get the measurementfields.

%   Copyright 2006 The MathWorks, Inc.

measurementfields = {'f0', 'bw', 'bwpass', 'bwstop','flow','fhigh',...
    'g0','gref','gw','gpass','gstop'};

% [EOF]