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

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

%   Author(s): J. Schickler
%   Copyright 2005 The MathWorks, Inc.

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

% [EOF]