www.gusucode.com > signal 工具箱matlab源码程序 > signal/@filtdes/@magiirpass/syncspecs.m

    function props = syncspecs(h,d)
%SYNCSPECS Properties to sync.
%
%   Inputs:
%       h - handle to this object
%		d - handle to container objects
%
%   Outputs:
%       props - cell array, with list of properties to sync from
%               and list of properties to sync to.

%   Author(s): R. Losada
%   Copyright 1988-2002 The MathWorks, Inc.

% Call alternate method
props = mip_syncspecs(h,d);