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

    function tapindex = set_tapindex(H, tapindex)
%SET_TAPINDEX   PreSet function for the 'tapindex' property.

%   Author(s): R. Losada
%   Copyright 1988-2005 The MathWorks, Inc.

% Do nothing by default, derived classes may overload for instance to
% ensure the tapindex is set as a spt_uint32

% [EOF]