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

    function filterType_listener(h, varargin)
%FILTERTYPE_LISTENER Listener to the filter type property

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

super_filterType_listener(h, varargin{:});

% [EOF]