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

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

%   Copyright 2011 The MathWorks, Inc.

minfo.Fpass = this.Fpass;
minfo.Fstop = this.Fstop;
minfo.Apass = [];
minfo.Astop = this.Astop;

% [EOF]