You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?