Changes

Jump to navigation Jump to search
566 bytes added ,  10:51, 11 February 2019
no edit summary
Line 1: Line 1: −
= Brainvision EEG =  
+
{{Infobox tsg
[[File:brain-vision-llc.png|right|200px|Image: 200 pixels]]
+
| name          = Brainvision
 +
| image          = Logo brainproducts.png
 +
| caption        = <br />Files provided on your Wiki page are neither provided by Brain Products nor up to date; The most current versions of all these files can be found on the brain products website at<br />https://www.brainproducts.com/downloads.php<br /><br />
 +
| downloads      = {{bulleted list
 +
  | [https://surfdrive.surf.nl/files/index.php/s/LN5KRN9cB3mvPp3 Brainvision Analyzer] (zip)
 +
  | [https://surfdrive.surf.nl/files/index.php/s/LN5KRN9cB3mvPp3 Brainvision Recorder] (zip)
 +
  }}
 +
| manuals        = {{bulleted list
 +
  | [https://surfdrive.surf.nl/files/index.php/s/LN5KRN9cB3mvPp3 Brainvision Analyser Manual]
 +
  | [https://surfdrive.surf.nl/files/index.php/s/LN5KRN9cB3mvPp3 Brainvision Recorder Manual]
 +
  | [https://surfdrive.surf.nl/files/index.php/s/LN5KRN9cB3mvPp3 Brainvision Macro Cookbook Manual]
 +
  | [https://surfdrive.surf.nl/files/index.php/s/LN5KRN9cB3mvPp3 Brainvision RecView Manual]
 +
  | [https://surfdrive.surf.nl/files/index.php/s/LN5KRN9cB3mvPp3 Brainvision Automation Manual]
 +
  }}
 +
}}
 +
 
 
Electroencephalography is the neurophysiological measurement of electrical activity in the brain as recorded by electrodes placed on the scalp or, in special cases, subdurally or in the cerebral cortex. The resulting traces are known as an electroencephalogram (EEG) and represent a summation of post-synaptic potentials from a large number of neurons.  
 
Electroencephalography is the neurophysiological measurement of electrical activity in the brain as recorded by electrodes placed on the scalp or, in special cases, subdurally or in the cerebral cortex. The resulting traces are known as an electroencephalogram (EEG) and represent a summation of post-synaptic potentials from a large number of neurons.  
   Line 10: Line 25:     
Brain Products EEG amplifiers are equipped with a number of noise reduction techniques such as active noise cancellation and active electrodes. High common mode rejection as well as low amplifier noise ensure maximum data quality. Our huge product range includes a range of electrodes and caps with custom or standard montages as well as a variety of requisite accessories.
 
Brain Products EEG amplifiers are equipped with a number of noise reduction techniques such as active noise cancellation and active electrodes. High common mode rejection as well as low amplifier noise ensure maximum data quality. Our huge product range includes a range of electrodes and caps with custom or standard montages as well as a variety of requisite accessories.
  −
Find Brainvision Analyzer here [[Media:Analyzer210.zip]]
  −
  −
Find Brainvision Recorder here [[Media:Recorder_1-20.zip]]
  −
== Software Documentation ==
  −
Find the Brainvision analyzer manual here [[Media:BrainVision_Analyzer_UM.pdf]]
  −
  −
Find the Brainvision recorder manual here [[Media:BrainVision_Recorder_UM.pdf]]
  −
  −
Find the Brainvision macro cookbook manual here [[Media:Macro_Cookbook.pdf]]
  −
  −
Find the Brainvision RecView manual here [[Media:BrainVision_RecView_UM.pdf]]
  −
  −
Find the Brainvision Automation manual here [[Media:Automation_Reference_Manual.pdf]]
      
== Digital Port Settings (Markers/Buttonbox) ==
 
== Digital Port Settings (Markers/Buttonbox) ==
Line 48: Line 49:  
Oport.send_code(100);  #This is your marker code, range code 1-255
 
Oport.send_code(100);  #This is your marker code, range code 1-255
 
wait_interval(4);      #4ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate so 2 samples available
 
wait_interval(4);      #4ms delay for the code to be recorded by brainvision; 2ms->500hz sampling rate so 2 samples available
Oport.send_code(0);    #Back to 0; now ready to send a new code</nowiki>
+
Oport.send_code(0);    #Back to 0; now ready to send a new code
 +
</syntaxhighlight>
    
In BITSI extended protocol the reset is done by a specific time set with the capital "T".
 
In BITSI extended protocol the reset is done by a specific time set with the capital "T".
 
BITSI extended:
 
BITSI extended:
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#TemplateINFO.pcl
 
#TemplateINFO.pcl
   Line 69: Line 71:     
== Python ==
 
== Python ==
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#!/usr/bin/env python
 
#!/usr/bin/env python
   Line 81: Line 83:  
bb.sendMarker(100)    #This is your marker code, range code 1-255
 
bb.sendMarker(100)    #This is your marker code, range code 1-255
 
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
 +
</syntaxhighlight>
    
== BrainVision Recorder - Default Workspace ==
 
== BrainVision Recorder - Default Workspace ==
Line 98: Line 101:  
Links and Documentation For the standard 32 and 64 electrode setup, workspaces are available here.  
 
Links and Documentation For the standard 32 and 64 electrode setup, workspaces are available here.  
   −
Find the Brainvision analyzer manual here [[Media:actiCAP 32 Channel_default.zip]]
+
Find the Brainvision analyzer manual here [[Media:actiCAP-32Ch-standard workspace DCC_new.zip]]
   −
Find the Brainvision analyzer manual here [[Media:actiCAP 64 Channel_default.zip]]
+
Find the Brainvision analyzer manual here [[Media:actiCAP-64Ch-standard workspace DCC_new.zip]]
    
Please check the BrainVision Recorder manual (English / German) for more in depth details.
 
Please check the BrainVision Recorder manual (English / German) for more in depth details.

Navigation menu