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

    function constr = thisfiltquant_plugins(h,arith)
%FILTQUANT_PLUGINS Table of filterquantizer plugins

%   Author(s): R. Losada
%   Copyright 1988-2016 The MathWorks, Inc.

switch arith
    case 'fixed',
        %#function quantum.fixeddfsymfirfilterq
        [wstr wid] = lastwarn;
        w = warning('off');
        constr = 'quantum.fixeddfsymfirfilterq';
        lastwarn(wstr, wid)
        warning(w);
end