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

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

%   Copyright 2011 The MathWorks, Inc.

specs.Frequencies = this.Frequencies;
specs.Amplitudes = this.Amplitudes;
specs.Ripple = this.Ripple;
% [EOF]