Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Multi thread C mex for VAR estimation and evaluation

1 visualización (últimos 30 días)
John
John el 14 de Sept. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I need a matlab m-file for a simulink matlab function call block. The m-file should consist of two main sub-threads, one for calculating a Vector Autoregression response for estimating the next 120 time steps, based on a var or arma model. The second thread updates the VAR/ARMA model every 10 seconds. The m-file should support real time execution, and output updated results every 0.25 or 0.5 sec. There are three parts to this question, 1) the framework for two separate threads running, and one of the tread having multiple sub-threads for updating each of the var models, 2) the update of a collection of var models every 10 s, 3) and the evaluation of the collection of var models for forecasting a large number of time steps. I'm currently using armax in the matlab environment, but need to switch to simulink.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by