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.bilinear

scipy.signal.bilinear(b, a, fs=1.0)[source]

Return a digital filter from an analog one using a bilinear transform.

The bilinear transform substitutes (z-1) / (z+1) for s.

Previous topic

scipy.signal.resample

Next topic

scipy.signal.findfreqs