Convert coupled allpass lattice to transfer function form
[b,a] = cl2tf(k1,k2)
[b,a] = cl2tf(k1,k2,beta)
[b,a,bp] = cl2tf(k1,k2)
[b,a,bp] = cl2tf(k1,k2,beta)
[b,a] = cl2tf(k1,k2)
returns
the numerator and denominator vectors of coefficients b
and a
corresponding
to the transfer function
where H1(z) and H2(z) are
the transfer functions of the allpass filters determined by k1
and k2
,
and k1
and k2
are real vectors
of reflection coefficients corresponding to allpass lattice structures.
[b,a] = cl2tf(k1,k2,beta)
where k1
, k2
and beta
are
complex, returns the numerator and denominator vectors of coefficients
b and a corresponding to the transfer function
[b,a,bp] = cl2tf(k1,k2)
where k1
and k2
are
real, returns the vector bp
of real coefficients
corresponding to the numerator of the power complementary filter G(z)
[b,a,bp] = cl2tf(k1,k2,beta)
where k1
, k2
and beta
are
complex, returns the vector of coefficients bp
of
possibly complex coefficients corresponding to the numerator of the
power complementary filter G(z)