SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.signal.lp2hp

scipy.signal.lp2hp(b, a, wo=1.0)[source]

Transform a lowpass filter prototype to a highpass filter.

Return an analog high-pass filter with cutoff frequency wo from an analog low-pass filter prototype with unity cutoff frequency, in transfer function (‘ba’) representation.

Previous topic

scipy.signal.lp2bs

Next topic

scipy.signal.lp2lp