Transform IIR lowpass filter to IIR complex M-band filter
[
transform IIR lowpass filter to IIR complex M-band filter.Num
,Den
,AllpassNum
,AllpassDen
] =
iirlp2mbc(B
,A
,Wo
,Wt
)
The iirlp2mbc
returns the numerator and denominator vectors,
Num
and Den
, respectively of the target
filter transformed from the real lowpass prototype by applying an
Mth
-order real lowpass to
complex multi-bandpass frequency transformation. For more details, see IIR Lowpass Filter to IIR Complex M-Band Filter Transformation.
The function also returns the numerator, AllpassNum
, and the
denominator, AllpassDen
, of the allpass mapping filter. The
prototype lowpass filter is specified with the numerator B
and
denominator A
.
[1] Krukowski, A., and I. Kale. “High-order complex frequency transformations,” Internal report No. 27/2001. Applied DSP and VLSI Research Group, University of Westminster.