SciPy

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

scipy.signal.TransferFunction.freqresp

TransferFunction.freqresp(w=None, n=10000)[source]

Calculate the frequency response of a continuous-time system.

Returns a 2-tuple containing arrays of frequencies [rad/s] and complex magnitude. See scipy.signal.freqresp for details.