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

    function setspecs(this, varargin)
%SETSPECS   Set the specifications

%   Author(s): J. Schickler
%   Copyright 1988-2003 The MathWorks, Inc.

aswfs_setspecs(this,varargin{:});

% [EOF]