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

    function h = cremezhp
%CREMEZHP

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

h = filtdes.cremezhp;

filterType_construct(h);

% [EOF]