Triggers sent at same time and retrieved from multiple devices

조회 수: 2 (최근 30일)
Andrei
Andrei 2023년 6월 29일
답변: Vinayak 2023년 8월 1일
Hello,
I would like to ask if anyone knows if it would be an easy task to use MATLAB to send multiple triggers to different devices, i.e. EEG machine, heartrate device and so on and retrieve data from the devices and based on the response to change the stimuli presented.
Thank you!

답변 (1개)

Vinayak
Vinayak 2023년 8월 1일
Yes, we can use MATLAB to send multiple triggers to devices and analyse their responses.
To establish communication, we could use serial communication, TCP/IP, USB, or other interfaces supported by the devices.
Some links pertaining to documentation can be inferred from here.
  1. Serial Communication:
  1. TCP/IP Communication:
  • MATLAB TCP/IP Communication Documentation: tcp/ip
  1. USB Communication:
  • MATLAB USB Support Documentation: USB
For analysis of behaviour, you may leverage MATLAB's signal processing, machine learning, and control systems toolboxes.

카테고리

Help CenterFile Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by