Skip to content

Allow non-uniform time vector sampling for simulations #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
murrayrm opened this issue Dec 31, 2019 · 1 comment
Closed

Allow non-uniform time vector sampling for simulations #357

murrayrm opened this issue Dec 31, 2019 · 1 comment

Comments

@murrayrm
Copy link
Member

In the current simulation functions (initial_response, step_response, forced_response) the time values must be equally spaced. For discrete time systems, SciPy’s dlsim function allows arbitrary time instants to be passed as inputs and interpolates between them. Perhaps we should do the same (with equally spaced time points as a special case that uses a more efficient computation?

@murrayrm
Copy link
Member Author

murrayrm commented Apr 9, 2022

This was implemented in #712 for input_output_response.

@murrayrm murrayrm closed this as completed Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant