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

    function firflag = thisisfir(Hd)
%THISISFIR True if the filter is FIR

%   Author: J. Schickler
%   Copyright 1988-2002 The MathWorks, Inc.

% This should be private

firflag = true;

% [EOF]