www.gusucode.com > sigtools 工具箱matlab源码程序 > sigtools/+fmethod/@cheby1bp/createcaobj.m

    function Hd = createcaobj(this,struct,branch1,branch2)
%CREATECAOBJ   

%   Copyright 1999-2015 The MathWorks, Inc.

Hd = bpcreatecaobj(this,struct,branch1,branch2);

% [EOF]