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

    function str = designdesc(d)
%DESIGNDESC Returns the comment that precedes the design call.

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

str = '%% Calculate the second-order sections coefficients to avoid round-off errors.';

% [EOF]