[SciPy-User] LTI simulation with time delay

Jason Sachs jmsachs at gmail.com
Thu Nov 5 15:00:12 EST 2015


Does anyone know if there's a straightforward way to simulate LTI systems
in Python with numpy/scipy if one of the systems contains a time delay?

I have a SISO system like the one below where G(s) and H(s) are regular
rational transfer functions, but F(s) = e^(-sT)/(tau*s+1), and I would like
to simulate the step response.
[image: Inline image 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20151105/f5dcd17d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 23967 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20151105/f5dcd17d/attachment.png>


More information about the SciPy-User mailing list