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

    function decimationfactor = get_decimationfactor(this, decimationfactor)
%GET_DECIMATIONFACTOR   PreGet function for the 'decimationfactor'
%property.

%   Copyright 2005 The MathWorks, Inc.

decimationfactor = this.privDecimationFactor;

% [EOF]