フィルターのクリア

send trigger to eye tracking device

14 ビュー (過去 30 日間)
Sara Omranian
Sara Omranian 2020 年 12 月 7 日
コメント済み: Walter Roberson 2020 年 12 月 7 日
Hi everyone,
I am about to run an experiment, in which participant looks at stimuli on the laptop monitor, makes decision about the stimuli and enters the decision using the keyboard.
During the each run, besides the behavioral data (decision entered via keyboard), participant's EEG and pupil data (gaze direction, pupil diameter, etc) are also being recorded.
I need to send triggers (trial number, stimulus onset/offset, etc.) to both my EEG device (Brain Vision) and my eye tracking device (Pupil Core) during each run.
I need to know the MATLAB r2020b functions and their arguments for this purpose.
Thanks a lot.
  2 件のコメント
Walter Roberson
Walter Roberson 2020 年 12 月 7 日
編集済み: Walter Roberson 2020 年 12 月 7 日
Sara Omranian
Sara Omranian 2020 年 12 月 7 日
BrainAmp Standard

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2020 年 12 月 7 日
編集済み: Walter Roberson 2020 年 12 月 7 日
Pupil Core uses network connections. They provide Python source so it is probably easiest to call the Python within MATLAB.
  3 件のコメント
Walter Roberson
Walter Roberson 2020 年 12 月 7 日
https://github.com/pupil-labs/pupil-helpers/blob/master/python/pupil_remote_control.py shows a demonstration
Walter Roberson
Walter Roberson 2020 年 12 月 7 日
talks about interfacing matlab to Brainamp devices. You would attach the usb adapter provided with Brainamp Standard to the Brain Recording software and configure it to know the appropriate device. That will read the data by USB without you having to know how it does it. Then you can use tcp to connect to the recorder. Fieldtrip provides matlab software for that purpose.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEEG/MEG/ECoG についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by