Effacer les filtres
Effacer les filtres

execute a block of code based on real time analog input

2 vues (au cours des 30 derniers jours)
Fan Yang
Fan Yang le 27 Sep 2021
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?

Réponses (1)

Brahmadev
Brahmadev le 17 Mai 2024
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!

Catégories

En savoir plus sur Data Acquisition Toolbox Supported Hardware dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by