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

SISO system identification with multiple input/output signals #22

Open
ghost opened this issue Jul 9, 2020 · 1 comment
Open

SISO system identification with multiple input/output signals #22

ghost opened this issue Jul 9, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 9, 2020

The doc specifies that the input to system_identification() should be of shape (n_y x L) for the output data y and of shape (n_u x L) for the input data u, where n_u and n_y refer to the number of output/input variables. In my case, for a SISO system n_u = n_y = 1.

I have a collection of input/output identification signals of shape (1 x L) for my SISO system which I would like to feed into the identification process at once. So, for instance, if I have a collection of K signals I can create u matrix of size K x M and y matrix of the same size. Is there a way to feed that into system_identification()?

@CPCLAB-UNIPI
Copy link
Owner

Dear SM-MAI,

Sorry, we are not sure we are hearing from you right. Could you explain further, please?

Do you have K signals from the same SISO system?
You could try to vectorize your data, but you should consider that the algorithm is designed for continuous data over time.

Best, the Sippy teams.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant