www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@delay/loadreferencecoefficients.m

    function loadreferencecoefficients(this, s)
%LOADREFERENCECOEFFICIENTS   Load the reference coefficients.

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

% Necessary to load the States properly
set(this, 'privnstates', s.privnstates);

% [EOF]