You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this script will play blocks of motion/static sounds. Motion blocks will play sounds moving in one of four directions (up-, down-, left-, and right-ward)
55
+
Running this script will play blocks of motion/static sounds. Motion blocks will
56
+
play sounds moving in one of four directions (up-, down-, left-, and right-ward)
60
57
61
-
By default it is run in `Debug mode` meaning that it does not care about subjID, run n., fMRI triggers, Eye Tracker, etc..
58
+
By default it is run in `Debug mode` meaning that it does not care about subjID,
59
+
run n., fMRI triggers, Eye Tracker, etc..
62
60
63
-
Any details of the experiment can be changed in `setParameters.m` (e.g., experiment mode, motion stimuli details, exp. design, etc.)
61
+
Any details of the experiment can be changed in `setParameters.m` (e.g.,
Creates the sequence of blocks and the events in them. The conditions are consecutive static and motion blocks (Gives better results than randomised). It can be run as a stand alone without inputs to display a visual example of a possible design.
110
+
Creates the sequence of blocks and the events in them. The conditions are
111
+
consecutive static and motion blocks (Gives better results than randomised). It
112
+
can be run as a stand alone without inputs to display a visual example of a
113
+
possible design.
110
114
111
-
#### 3.3.1. <aname='EVENTS'></a>EVENTS
115
+
#### EVENTS
112
116
113
-
The `numEventsPerBlock` should be a multiple of the number of "base" listed in the `motionDirections` and `staticDirections` (4 at the moment).
117
+
The `numEventsPerBlock` should be a multiple of the number of "base" listed in
118
+
the `motionDirections` and `staticDirections` (4 at the moment).
114
119
115
-
#### 3.3.2. <aname='TARGETS:'></a>TARGETS:
120
+
#### TARGETS
116
121
117
-
- If there are 2 targets per block we make sure that they are at least 2 events apart.
122
+
- If there are 2 targets per block we make sure that they are at least 2 events
123
+
apart.
118
124
- Targets cannot be on the first or last event of a block
119
125
120
-
#### 3.3.3. <aname='Input:'></a>Input:
126
+
#### Input
121
127
122
128
-`expParameters`: parameters returned by `setParameters`
123
-
-`displayFigs`: a boolean to decide whether to show the basic design matrix of the design
129
+
-`displayFigs`: a boolean to decide whether to show the basic design matrix of
130
+
the design
124
131
125
-
#### 3.3.4. <aname='Output:'></a>Output:
132
+
#### Output
126
133
127
-
-`expParameters.designBlockNames` is a cell array `(nr_blocks, 1)` with the name for each block
128
-
-`expParameters.designDirections` is an array `(nr_blocks, numEventsPerBlock)` with the direction to present in a given block
134
+
-`expParameters.designBlockNames` is a cell array `(nr_blocks, 1)` with the
135
+
name for each block
136
+
-`expParameters.designDirections` is an array `(nr_blocks, numEventsPerBlock)`
137
+
with the direction to present in a given block
129
138
-`0 90 180 270` indicate the angle
130
139
-`-1` indicates static
131
-
-`expParameters.designSpeeds` is an array `(nr_blocks, numEventsPerBlock) * speedEvent`
132
-
-`expParameters.designFixationTargets` is an array `(nr_blocks, numEventsPerBlock)` showing for each event if it should be accompanied by a target
133
-
134
-
140
+
-`expParameters.designSpeeds` is an array
141
+
`(nr_blocks, numEventsPerBlock) * speedEvent`
142
+
-`expParameters.designFixationTargets` is an array
143
+
`(nr_blocks, numEventsPerBlock)` showing for each event if it should be
144
+
accompanied by a target
135
145
136
146
## Contributors ✨
137
147
138
-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
0 commit comments