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

    function n = thisnpolyphase(this)
%THISNPOLYPHASE   Return the number of polyphases for this filter.

%   Author(s): J. Schickler
%   Copyright 1988-2003 The MathWorks, Inc.

n = 1;

% [EOF]