필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Multi thread C mex for VAR estimation and evaluation

조회 수: 1 (최근 30일)
John
John 2016년 9월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by