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

    function n = thisnstates(this)
%THISNSTATES   

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

n = length(this.AllpassCoefficients);

% [EOF]