www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@polysrc/setratechangefactors.m

    function setratechangefactors(this, ratechangefactors)
%SETRATECHANGEFACTORS   Set the ratechangefactors.

%   Copyright 2005 The MathWorks, Inc.

this.InterpolationFactor = ratechangefactors(1);
this.DecimationFactor = ratechangefactors(2);

% [EOF]