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

    function ratechangefactors = getratechangefactors(this)
%GETRATECHANGEFACTORS   Get the ratechangefactors.

%   Copyright 2005 The MathWorks, Inc.

ratechangefactors = [this.InterpolationFactor 1];

% [EOF]