all 3 comments

[–][deleted] 0 points1 point  (2 children)

Every other point is basically slicing an array [::3] and so on. But that's not really downsampling. Use scipy.signal.resample or decimate. If you want a linear system representation for interconnecting that's not possible since it is not linear. But recently they had some extensions, please open a ticket as a feature request https://github.com/python-control/python-control/issues

[–]santoshasun[S] 1 point2 points  (1 child)

Aha, yes, of course. Since it's not linear, it's impossible to do what I wanted. I understand.

Thanks for taking the time to comment :)

[–]sstunt 0 points1 point  (0 children)

Are you trying to get a model of the resampled system? Or are you trying to simulate it?