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

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

%   Author(s): V. Pellissier
%   Copyright 2005 The MathWorks, Inc.

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


% [EOF]