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

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

%   Copyright 2011 The MathWorks, Inc.

specs.Fpass           = this.Fstop;
specs.Fstop           = this.Fstop;
specs.Apass           = this.Apass;
specs.Astop           = this.Astop;
specs.FrequencyFactor = this.FrequencyFactor;
specs.Power           = this.Power;

% [EOF]