SciPy

scipy.signal.lti.freqresp

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

Previous topic

scipy.signal.lti.bode

Next topic

scipy.signal.lti.impulse