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

    function interpolationfactor = set_interpolationfactor(this, interpolationfactor)
%SET_INTERPOLATIONFACTOR   PreSet function for the 'interpolationfactor' property.

%   Copyright 2005 The MathWorks, Inc.

this.privInterpolationFactor = interpolationfactor;

updatecurrentfdesign(this);

% [EOF]