www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@lpmagfirstop/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.lpmagc';
fr.setops       = {'IRType','FIR'};

% [EOF]