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

    function M = set_differentialdelay(this, M)
%SET_DIFFERENTIALDELAY   PreSet function for the 'differentialdelay' property.

%   Copyright 2005 The MathWorks, Inc.

this.CurrentSpecs.FrequencyFactor = M/2;

% [EOF]