Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 926 Bytes

realtime.md

File metadata and controls

31 lines (22 loc) · 926 Bytes
title tags
Realtime MEG BCI hands-on session in Nijmegen
realtime

Realtime MEG BCI hands-on session in Nijmegen

To set up MATLAB, you should do

restoredefaultpath
addpath h:\common\matlab\fieldtrip
addpath h:\common\matlab\fieldtrip\realtime\example
addpath h:\common\matlab\fieldtrip\realtime\online_eeg
addpath h:\common\matlab\fieldtrip\realtime\online_meg
ft_defaults

Relevant locations on the network drive

  • h:\common\matlab\fieldtrip
  • h:\common\matlab\fieldtrip\data

Connect to the MEG acquisition computer at 131.174.44.180 with

hdr = ft_read_header('buffer://odin:1972')

Relevant links