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

    function n = reflattice(h)
%REFLATTICE Return reference Lattice.

%   Author(s): V. Pellissier
%   Copyright 1988-2003 The MathWorks, Inc.

n = h.reflattice;