www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/@df1t/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.fixeddf1tfilterq
        constr = 'quantum.fixeddf1tfilterq';
end