Skip to content

Commit 8e9c816

Browse files
authored
Merge pull request #75 from Hzaatiti/eeg-fmri
EEG-FMRI testing script on stimulus computer
2 parents 1460bc9 + 6d655fd commit 8e9c816

40 files changed

+1344
-131
lines changed

docs/source/2-operationprotocol/eeg-fmri-protocol.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@ of static field data for the movement artifacts.
5858
Data acquisition protocol
5959
-------------------------
6060

61-
NA
61+
- Open the BrainVision recorder software in administrative mode
62+
- File -> Open Workspace, choose a workspace
63+
64+
To choose a simulated environment for EEG signals
65+
66+
- Configuration -> Select Amplifier -> Simulated Amplifier
67+
- Then Test Signal, This should show you sinusoidal test signals
68+
6269

6370

6471

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
Example Experiments MEG
22
-----------------------
33

4-
.. toctree::
5-
:maxdepth: 1
6-
:caption: MEG Experiments
4+
.. nbgallery::
75

86
experiments/1-exp-resting-state
97
experiments/2-exp-trigger-psychtoolbox
108
experiments/3-exp-trigger-psychopy
119
experiments/4-face-inversion-psychopy
1210
experiments/5-responsebox
1311
experiments/6-exp-sound
14-
experiments/7-attention-experiment.rst
12+
experiments/7-attention-experiment
13+
experiments/8-photodiode
14+
1515

1616

1717
Example Experiment EEG-FMRI
1818
---------------------------
1919

20-
.. toctree::
21-
:maxdepth: 1
22-
:caption: EEG-FMRI Experiments
20+
.. nbgallery::
2321

2422
experiments-eeg-fmri/1-alpha-blocking
25-
23+
experiments-eeg-fmri/2-finger-tapping
2624

2725

2826
MEG Lab demonstrations
2927
----------------------
3028

31-
.. toctree::
32-
:maxdepth: 1
33-
:caption: Demonstrations
29+
.. nbgallery::
3430

3531
demonstration/1-meg-class-demo

docs/source/3-experimentdesign/experiments-eeg-fmri/1-alpha-blocking.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ Alpha blocking experiment
44

55
In this experiment, the participant will close their eye 12 seconds and then open for 12 seconds.
66
This is repeated as blocks for n times.
7-
The usual time response is TR = 750.
8-
97

108

119
.. dropdown:: Alpha blocking task code
1210

13-
.. literalinclude:: ../../../../experiments/EEG-FMRI/eyes-close-open/main.m
11+
.. literalinclude:: ../../../../experiments/EEG-FMRI/resting-eye-closed-eye-open/main.m
1412
:language: matlab
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Finger-tapping experiment
2+
=========================
3+
4+
5+
In this experiment, the participant will tap each finger in a random order for 12 seconds continuously.
6+
This is repeated 5 times. The block duration is 12 seconds.
7+
8+
9+
.. dropdown:: Finger Tapping task code
10+
11+
.. literalinclude:: ../../../../experiments/EEG-FMRI/finger-tapping/main.m
12+
:language: matlab
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Experiment example 8: Using Photodiode
2+
----------------------------------------------
3+
4+
In this experiment, a photodiode is used to estimate the lag in time between a trigger signal sent from the Vpixx system to
5+
the KIT DAQ computers. With experiments that requires milliseconds precision with a lag time below 5 ms, it is ideal to use a photodiode to correct
6+
for the lag.
7+
The estimated lag measured with the below experiment is around 14ms on average with a variance of 0.8.
8+
9+
Authors: Gayathri Satheesh <[email protected]>, Hadi Zaatiti <[email protected]>
10+
11+
.. dropdown:: Photodiode experiment
12+
13+
.. literalinclude:: ../../../../experiments/psychtoolbox/attention/meg_attention_task.m
14+
:language: matlab
198 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)