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

    function setspecs(this, varargin)
%SETSPECS   Set the specs.

%   Copyright 2008 The MathWorks, Inc.

setspecs(this.PulseShapeObj, varargin{:});

% [EOF]