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

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

%   Copyright 2005 The MathWorks, Inc.

measurementfields = {'fstop', 'fpass', 'astop', 'apass'};

% [EOF]