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

    function so = whichspecobjs(hObj)
%WHICHSPECOBJS

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

so{1} = 'filtdes.bpfreqcutoff';
so{2} = 'filtdes.bpmagul';

% [EOF]