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

    function super_quantizecoeffs(this, eventData)
%SUPER_QUANTIZECOEFFS 

%   Copyright 2007 The MathWorks, Inc.

set(this,'privMeasurements',[]);
quantizecoeffs(this);


% [EOF]