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

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

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

checksv(Hd);
realizeflag = true;

% [EOF]