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

    function h = hpcheby1
%HPCHEBY1  Constructor for the highpass chebyshev type I filter type.
%
%   Outputs:
%       h - Handle to this object

%   Author(s): R. Losada
%   Copyright 1988-2002 The MathWorks, Inc.

h = filtdes.hpcheby1;

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