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

    function realizeflag = isrealizable(Hd)
%ISREALIZABLE True if the structure can be realized by simulink

%   Author(s): Honglei Chen
%   Copyright 1988-2004 The MathWorks, Inc.

realizeflag = true;

% [EOF]