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

    function loadreferencecoefficients(this, s)
%LOADREFERENCECOEFFICIENTS   

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

this.Coefficients =  s.refcoeffs;
this.FracDelay =  s.reffracdelay;

% [EOF]