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

    function diffd = get_differentialdelay(this, diffd)
%GET_DIFFERENTIALDELAY   PreGet function for the 'differentialdelay'
%property.

%   Copyright 2005 The MathWorks, Inc.

diffd = this.privDifferentialDelay;
if isempty(diffd), diffd = 1; end


% [EOF]