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

    function b = isblockmapcoeffstoports(this)
%ISBLOCKMAPCOEFFSTOPORTS True if the object is blockmapcoeffstoports
%   OUT = ISBLOCKMAPCOEFFSTOPORTS(ARGS) <long description>

%   Copyright 2009 The MathWorks, Inc.

b=true;

% [EOF]