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

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

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

specs.Fstop = 1/2;
specs.Fpass = 1/2;
specs.Astop = NaN;
specs.Apass = NaN;

% [EOF]