How to estimate the delay time of a MISO model whit 3 inputs with delayest()

3 views (last 30 days)
I want to estimate the delay time of a MISO model which has 3 inputs with the built-in function delayest() but matlab gives the following error:
Error using delayest (line 86) The combination of delay limits will result in 64000 delay-combinations, which is more than the allowed number of tests (10000). Either make the delay span more narrow or increase maximum allowable tests using the sixth input argument of the "delayest" command.
How can I solve this issue?

Answers (0)

Community Treasure Hunt

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

Start Hunting!