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

    function coeffs = getallpass1(Hd,coeffs)
%GETALLPASS1 Overloaded get on the Allpass1 property
%
%   This should be a private method.
  
%   Author: V. Pellissier
%   Copyright 1999-2003 The MathWorks, Inc.

coeffs = Hd.Allpass1q;