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

    function s = savereferencecoefficients(this)
%SAVEREFERENCECOEFFICIENTS   

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

s.refcoeffs = this.refcoeffs;
s.reffracdelay = this.reffracdelay;

% [EOF]