Changes

Jump to navigation Jump to search
46 bytes added ,  15:58, 9 June 2015
Line 69: Line 69:     
== Python ==
 
== Python ==
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#!/usr/bin/env python
 
#!/usr/bin/env python
   Line 82: Line 82:  
core.wait(0.002)      #2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate
 
core.wait(0.002)      #2ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate
 
bb.sendMarker(0)      #Back to 0; now ready to send a new code</nowiki>
 
bb.sendMarker(0)      #Back to 0; now ready to send a new code</nowiki>
 +
</syntaxhighlight>
    
== BrainVision Recorder - Default Workspace ==
 
== BrainVision Recorder - Default Workspace ==
733

edits

Navigation menu