www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fspecs/@abstractsbarbphase/measureinfo.m

    function minfo = measureinfo(this)
%MEASUREINFO Return a structure of information for the measurements.

%   Copyright 2005-2010 The MathWorks, Inc.

minfo = thisgetspecs(this);

% [EOF]