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

    function fixflag = isfixedptable(Hd)
%ISFIXEDPTABLE True is the structure has an Arithmetic field

%   Author(s): V. Pellissier
%   Copyright 1988-2004 The MathWorks, Inc.

fixflag = true;

% [EOF]