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

    function b = isfixedptable(h)
%ISFIXEDPTABLE   True if the object is fixedptable.

%   Author(s): P. Costa
%   Copyright 1988-2004 The MathWorks, Inc.

b = true;

% [EOF]