<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.neurotycho.bcinetwork.blog/index.php?action=history&amp;feed=atom&amp;title=Emotional_Movie_Task_Details</id>
	<title>Emotional Movie Task Details - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.neurotycho.bcinetwork.blog/index.php?action=history&amp;feed=atom&amp;title=Emotional_Movie_Task_Details"/>
	<link rel="alternate" type="text/html" href="https://wiki.neurotycho.bcinetwork.blog/index.php?title=Emotional_Movie_Task_Details&amp;action=history"/>
	<updated>2026-05-02T15:04:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.neurotycho.bcinetwork.blog/index.php?title=Emotional_Movie_Task_Details&amp;diff=86118&amp;oldid=prev</id>
		<title>Imported at 00:00, 15 March 2026</title>
		<link rel="alternate" type="text/html" href="https://wiki.neurotycho.bcinetwork.blog/index.php?title=Emotional_Movie_Task_Details&amp;diff=86118&amp;oldid=prev"/>
		<updated>2026-03-15T00:00:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;- Subjects&lt;br /&gt;
Monkey Qu&lt;br /&gt;
Monkey Bt&lt;br /&gt;
Monkey Cn&lt;br /&gt;
&lt;br /&gt;
!! Note that, for &amp;quot;FIxation task&amp;quot;, we have already merged the data across days !!&lt;br /&gt;
&amp;quot;Exp date&amp;quot; refers to the date we uploaded the data for Neurotycho. The dates we conducted the experiments were as below;&lt;br /&gt;
Monkey Qu - 20120417, 20120423, 20120424, 20120426 (4 days)&lt;br /&gt;
Monkey Bt - 20130708, 20130710, 20130718, 20130723, 20130725, 20130731 (5 days)&lt;br /&gt;
Monkey Cn - 20140612, 20140613, 20140616 (3 days)&lt;br /&gt;
&lt;br /&gt;
- Data format&lt;br /&gt;
We prepared 3 kinds of the mat-files for each monkey.&lt;br /&gt;
&lt;br /&gt;
A. &amp;quot;ECoG_chXXX.mat&amp;quot; contains ECoG signal recorded from the channel XXX (XXX = 001-128). Loading each mat file, you&amp;#039;ll obtain a matrix &amp;quot;data&amp;quot; that is a 2D matrix of trial*time. Each row is a ECoG signal in one trial starting 1sec before the onset of fixation point (FP). Thus for example, you can draw ERP assigned to the FP onset by plot(mean(data,1)).&lt;br /&gt;
&lt;br /&gt;
B. &amp;quot;info.mat&amp;quot; contains 2 variables &amp;quot;prms&amp;quot; (struct) and &amp;quot;eyeData&amp;quot; (cell). &amp;quot;prms&amp;quot; contains the 2 types of the event stamps, the timing of the fixation start and the reward delivery in each trial. Note that the origin of the time  is the FP onset. &amp;quot;eyeData&amp;quot; contains the horizontal and vertical eye positions in each trial. Note that the sampling rate for the eye-positions was 500 Hz, while the sampling rate for ECoG signals was 1 kHz.&lt;br /&gt;
&lt;br /&gt;
C. &amp;quot;elPosition_XX.mat&amp;quot; contains the information about the electrodes-location in monkey XX (XX =Qu, Bt, or Cn). You can see the electrode locations on the brain surface with the code like this;&lt;br /&gt;
load(&amp;quot;elInfo.mat&amp;quot;);&lt;br /&gt;
figure,&lt;br /&gt;
imagesc(IMG), axis equal, axis off, hold on;&lt;br /&gt;
plot(elX, elY, &amp;#039;ko&amp;#039;);&lt;br /&gt;
for iCh =1:length(elX)&lt;br /&gt;
text(elX(iCh),elY(iCh),sprintf(&amp;#039;%d&amp;#039;,iCh));&lt;br /&gt;
end&lt;/div&gt;</summary>
		<author><name>Imported</name></author>
		
	</entry>
</feed>