www.gusucode.com > signal 工具箱matlab源码程序 > signal/+fdesign/@highpass/getdialogconstructor.m

    function dialogconstructor = getdialogconstructor(this)
%GETDIALOGCONSTRUCTOR   Get the dialogconstructor.

%   Copyright 2005-2006 The MathWorks, Inc.

dialogconstructor = 'FilterDesignDialog.HighpassDesign';

% [EOF]