How to set parameters of Recursive Polynomial Model Estimator in Simulink
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Ziyang Zhang
il 8 Lug 2020
Commentato: Ziyang Zhang
il 10 Lug 2020
Hello! everyone,
I have a question when using the Recursive Polynomial Model Estimator. I am trying to achieve the online estimation of a two-input two-output system. So my settings are na: [2,2;2,2], nb: [1,1;1,1]; nk: [1,1;1,1]. But there is an error that shows the number of parameters in na must be a scalar. Why is there such an error? How to fix it?
Thanks.
0 Commenti
Risposta accettata
Rajiv Singh
il 8 Lug 2020
The Recursive Polynomial Model Estimator supports single output estimations only.
5 Commenti
Rajiv Singh
il 9 Lug 2020
The recursive estimation features are limited right now and we plan to remove I/O size limitations in future. Right now, one possibility is to use a different estimator for each output. If you have multiple inputs too, you can only use the ARX recursive estimator.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Linear Model Identification in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!