www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/denormalize.m

    %DENORMALIZE   Reverse coefficient changes made by NORMALIZE.
%   DENORMALIZE(Hd) reverses coefficient changes made by NORMALIZE.  This
%   method will not change the coefficients if called before NORMALIZE or
%   on subsequent calls.
% 
%   See also DFILT/NORMALIZE.

% Copyright 1988-2004 The MathWorks, Inc.

% [EOF]