フィルターのクリア

Kalman Filter and Session-Based Interface

1 回表示 (過去 30 日間)
Vasileios Ntertimanis
Vasileios Ntertimanis 2015 年 6 月 5 日
回答済み: Drew Davis 2015 年 6 月 8 日
i have a NI cDAQ-9188 card and i am using MATLAB 2014a and the therein installed DAQ Toolbox. I want to use the session-based interface (actually i have no other option) to perform ONLINE (but not real-time) state estimation. To this end, i would like to perform data acquisition and place the code for a Kalman filter somewhere in the measurement process, e.g., estimate while i measure. Is this possible? Can you please provide me with an indicative architecture of my code? I know the answer (it is no) but... is this possible to do it in SIMULINK?

採用された回答

Drew Davis
Drew Davis 2015 年 6 月 8 日
You can add a listener to a data acquisition object which will execute a callback on a certain event. The callback can then contain the code necessary to perform the Kalman filtering. See the doc page below:
In Simulink there are Kalman filtering blocks
See the doc page below for data acquisition blocks:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimultaneous and Synchronized Operations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by