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

scipy.signal.lti.bode

lti.bode(w=None, n=100)[source]

Calculate bode magnitude and phase data.

Returns a 3-tuple containing arrays of frequencies [rad/s], magnitude [dB] and phase [deg]. See scipy.signal.bode for details.

Previous topic

scipy.signal.lti

Next topic

scipy.signal.lti.impulse