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

    function h = iirnotchwfnotch
%IIRNOTCHWFNOTCH

%   Author(s): J. Schickler
%   Copyright 1984-2003 The MathWorks, Inc.

h = filtdes.iirnotchwfnotch;

h.filterType_construct;

% [EOF]