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

    function specs = thisgetspecs(this)
%THISGETSPECS   Get the specs.

%   Author(s): V. Pellissier
%   Copyright 2006 The MathWorks, Inc.

specs.Fpass1 = nan;
specs.Fpass2 = nan;
specs.Apass = nan;
specs.NomGrpDelay = nan;
specs.FracDelayError = nan;

% [EOF]