iirbpc2bpc
Transform IIR complex bandpass filter to IIR complex bandpass filter with different characteristics
Syntax
Description
[
transform IIR complex bandpass filter to IIR complex bandpass filter with different
characteristics.Num,Den,AllpassNum,AllpassDen] =
iirbpc2bpc(B,A,Wo,Wt)
The iirbpc2bpc function returns the numerator and denominator
vectors, Num and Den, respectively of the
target filter transformed from the complex bandpass prototype by applying a
first-order complex bandpass to complex bandpass frequency transformation. For more
details, see IIR Complex
Bandpass Frequency 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.
Frequencies must be normalized to be between -1 and 1, with 1 corresponding to half the sample rate.
[
specifies the input prototype complex bandpass IIR filter as a filter object. The
function returns the target complex bandpass IIR filter as a filter object. (since R2026a)tfiltObj,AllpassNum,AllpassDen] =
iirbpc2bpc(pfiltObj,Wo,Wt)


