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

    function d = debug(this)
%DEBUG   

%   Copyright 1999-2004 The MathWorks, Inc.

d.CurrentSpecs = this.CurrentSpecs;
d.AllSpecs     = this.AllSpecs;

% [EOF]