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

    function b = isrealizable(this)
%ISREALIZABLE   Return true if the object is realizable

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

b = true;

% [EOF]