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

    function s = internalsettings(h)
%INTERNALSETTINGS Returns the fixed-point settings viewed by the algorithm.  

%   Author(s): P. Costa
%   Copyright 1988-2003 The MathWorks, Inc.

s = internalsettings(h.filterquantizer);

% [EOF]