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

    function fr = whichframes(this)
%WHICHFRAMES   Returns the frames for the classic iir.

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

fr = dmom_whichframes(this);

if ~isspecify(this)
    fr(end).constructor = 'siggui.ellipoptsframe';
    fr(end).setops      = {'MatchExactly', get(this, 'MatchExactly')};
end

% [EOF]