How to set parameters of Recursive Polynomial Model Estimator in Simulink

2 views (last 30 days)
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.

Accepted Answer

Rajiv Singh
Rajiv Singh on 8 Jul 2020
The Recursive Polynomial Model Estimator supports single output estimations only.
  5 Comments
Rajiv Singh
Rajiv Singh on 9 Jul 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.

Sign in to comment.

More Answers (0)

Categories

Find more on Linear Model Identification in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!