www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dspdata/@abstractfreqresp/getname.m

    function name = getname(this)
%GETNAME   Get the name to be used in the plot title.

%   Copyright 2006 The MathWorks, Inc.

% Return the name to be used in the title string.
name = [this.Name,' Estimate'];

% [EOF]