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

    function specs = mf_whichspecs(h)
%WHICHSPECS Determine which specs are required for this class.

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

% Prop name, data type, default value, listener callback
specs = cell2struct({'magUnits','siggui_magspecs_IIRUnits','dB',{'PropertyPreSet',@magUnits_listener},'filtdes.abstractmagiir'},specfields(h),2);