Skip to content
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

How to convert finite step response model to state space representation? #1002

Open
csianglim opened this issue May 11, 2024 · 2 comments
Open

Comments

@csianglim
Copy link

csianglim commented May 11, 2024

I have some simulation data for a discrete LTI system which are provided as unit step response models between the 5 inputs (rows) and 12 outputs (columns).

I'd like to convert the model to a state space representation in python-control but I'm not sure how to do that.

Based on what I've read so far, it seems like the best way is to convert the step response models to impulse response first, then use control.era() to get a state space representation. Am I on the right track?

image

Thanks,
Siang

@murrayrm
Copy link
Member

This functionality does not yet exist in the python-control toolbox (the era function is raises an "Not Implemented" exception). It would be great if you wanted to contribute this functionality via a pull request!

@csianglim
Copy link
Author

Thanks, I'll give it a try.

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

2 participants