www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@abstracttypewspecs/getcurrentspecs.m

    function currentspecs = getcurrentspecs(this)
%GETCURRENTSPECS Get the currentspecs.

%   Copyright 2008 The MathWorks, Inc.

currentspecs = this.CurrentSpecs;

% [EOF]