www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@ifirhp/ifirhp.m

    function h = ifirhp
%IFIRHP Constructor for this object.
%
%   Inputs:
%
%   Outputs:
%       h - Handle to this object

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

h = filtdes.ifirhp;

% Call the super's constructor
filterType_construct(h);