www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fspecs/@lpcutoff/getdesignpanelstate.m

    function s = getdesignpanelstate(this)
%GETDESIGNPANELSTATE   Get the designpanelstate.

%   Author(s): J. Schickler
%   Copyright 2004-2005 The MathWorks, Inc.

s = aswofs_getdesignpanelstate(this);

s.Components{1}.Tag = 'fdadesignpanel.lpcutoff';
s.Components{1}.Fc  = sprintf('%g', this.Fcutoff);

% [EOF]