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

    function c = coefficientvariables(h)
%COEFFICIENTVARIABLES Coefficient variables.

%   This should be a private method.

%   Author(s): P. Costa
%   Copyright 1988-2003 The MathWorks, Inc.

c = {'L1','L2','B'};

% [EOF]