www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@abstractfarrowfd/get_delay.m

    function delay = get_delay(this, delay)
%GET_DELAY   PreGet function for the 'delay' property.

%   Author(s): V. Pellissier
%   Copyright 2006 The MathWorks, Inc.

delay = double(this.privfracdelay);

% [EOF]