Transform IIR lowpass to complex bandpass filter
[
transform
IIR lowpass to complex bandpass filter.Num
,Den
,AllpassNum
,AllpassDen
] =
iirlp2bpc(B
,A
,Wo
,Wt
)
The iirlp2bpc
function returns the numerator and denominator
vectors, Num
and Den
, respectively of the
target filter transformed from the real lowpass prototype by applying a first-order
real lowpass to complex bandpass frequency transformation. For more details, see
IIR Lowpass to Complex Bandpass 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 a
denominator A
.