I am looking to obtain a state space model for a system I have, using python.
I have tested the actual system, so I have the inputs to it and I have measured the outputs. so I have sets of corresponding inputs and outputs.
Is there a function somewhere, for python, where I can supply the function with the set of inputs and outputs of the system, and the function will then provide me with a state space model that represents the system?
You want to use the n4sid method, this is the only code I know of in Python: pyN4DIS