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

    function n = nadd(this)
%NADD Returns the number of adders  

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

n = 2;

% [EOF]