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

lti.to_discrete(self, dt, method='zoh', alpha=None)[source]

Return a discretized version of the current system.

Parameters: See cont2discrete for details.

Returns
sys: instance of dlti

Previous topic

scipy.signal.lti.step

Next topic

scipy.signal.StateSpace