Transform a lowpass filter prototype to a bandpass filter.
Return an analog band-pass filter with center frequency wo and
bandwidth bw from an analog low-pass filter prototype with unity
cutoff frequency, in transfer function (‘ba’) representation.
Parameters:
barray_like
Numerator polynomial coefficients.
aarray_like
Denominator polynomial coefficients.
wofloat
Desired passband center, as angular frequency (e.g., rad/s).
Defaults to no change.
bwfloat
Desired passband width, as angular frequency (e.g., rad/s).
Defaults to 1.
Returns:
barray_like
Numerator polynomial coefficients of the transformed band-pass filter.
aarray_like
Denominator polynomial coefficients of the transformed band-pass filter.