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

    function bool = thisisquantizable(Hd)
%THISISQUANTIZABLE Returns true if the dfilt object can be quantized

%   Author(s): J. Schickler
%   Copyright 1988-2005 The MathWorks, Inc.

% This should be private

bool = true;

% [EOF]