SciPy

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

scipy.signal.lti.freqresp

lti.freqresp(self, 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 freqresp for details.

Previous topic

scipy.signal.lti.bode

Next topic

scipy.signal.lti.impulse