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

    function setrefvals(this, refvals)
%SETREFVALS   Set reference values.
%This should be a private method.

%   Author(s): R. Losada
%   Copyright 2003 The MathWorks, Inc.

rcnames = refcoefficientnames(this);

set(this,rcnames,refvals);


% [EOF]