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

    function specs = thisgetspecs(this)
%THISGETSPECS   Get the specs.

%   Author(s): P. Costa
%   Copyright 2005 The MathWorks, Inc.

specs.Fpass = nan;
specs.Fstop = nan;
specs.Apass = this.Apass;
specs.Astop = nan;

% [EOF]