Transform IIR lowpass to complex bandstop filter
[
transform IIR lowpass to complex bandstop filter.Num
,Den
,AllpassNum
,AllpassDen
] =
iirlp2bsc(B
,A
,Wo
,Wt
)
The iirlp2bsc
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 bandstop frequency transformation. For more details, see
IIR Lowpass Filter to IIR Complex Bandstop 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
.