execute a block of code based on real time analog input
1 回表示 (過去 30 日間)
古いコメントを表示
Hey guys,
I am trying to to sychnronize EEG acquisition and visual stimulation so that they achieve time alignment. My EEG equipment can send analog signal through NI device. My thinking is as soon as matlab detected the real time analog signal using the data acquisition toolbox the visual stimulation starts. I've writen the visual stimulation, but I have no idea how to execute it based upon the real time analog input. I believe the next step should be for matlab to monitor the real time analog signal continuously. How can I do that, and how can I use it as an event trigger to execute code?
0 件のコメント
回答 (1 件)
Brahmadev
2024 年 5 月 17 日
As per my understanding, you would like a plot to update based on real-time data acquired from your NI device. You can read the data in chunks inside a while loop and update the plot between each read. You can refer to the following example that does exactly that:
The size of data read at once can be changed by editing the while loop and the plot can be refreshed faster or slower as per need.
Hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Acquisition Toolbox Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!