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

    function fr = whichframes(h)
%WHICHFRAMES  Return constructors of frames needed for FDATool.

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

fr.constructor = 'fdadesignpanel.bsmagc';
fr.setops       = {'IRType','FIR'};

% [EOF]