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

    function specs = getspecs(this)
%GETSPECS Get the specs.

%   Copyright 2008 The MathWorks, Inc.

specs = getspecs(this.PulseShapeObj);

% [EOF]