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

    function D = getd(Hd, D)
%GETD Overloaded get function on the D property.
  
%   Author: V. Pellissier
%   Copyright 1988-2003 The MathWorks, Inc.


D = Hd.privD;