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

    function b = useconjugategaininorder0(this) %#ok<INUSD>
%USECONJUGATEGAININORDER0 Whether to use conjugate gain in 0th order case

%   Copyright 2009 The MathWorks, Inc.

b = true;

% [EOF]