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

    function specs = thisgetspecs(this)
%THISGETSPECS   

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

specs.Fstop1 = this.Fstop1;
specs.Fpass1 = this.Fstop1;
specs.Fpass2 = this.Fstop2;
specs.Fstop2 = this.Fstop2;
specs.Astop1 = this.Astop;
specs.Apass  = NaN;
specs.Astop2 = this.Astop;

% [EOF]