Changes

Jump to navigation Jump to search
Line 13: Line 13:  
=== Add BrainStream's core folder to the Matlab path ===
 
=== Add BrainStream's core folder to the Matlab path ===
   −
The BrainStream core folder must be on your Matlab path. You can either add this folder to the Matlab path as described [.DocsSectionsPathsFolders here] or make sure that the BrainStream core folder is your current working directory.<br /><br />During runtime, BrainStream itself will add all folders required for BrainStream processing to the path. If you need any additional folders on your Matlab path, you can add them to the path in several ways (see the [.DocsSectionsPathsFolders Paths and Folders section] for more information).
+
The BrainStream core folder must be on your Matlab path. You can either add this folder to the Matlab path as described [[BrainStreamPathsFolders|here]] or make sure that the BrainStream core folder is your current working directory.<br /><br />During runtime, BrainStream itself will add all folders required for BrainStream processing to the path. If you need any additional folders on your Matlab path, you can add them to the path in several ways (see the [[BrainStreamPathsFolders|Paths and Folders section]] for more information).
 +
 
 
=== Check if your hardware is supported ===
 
=== Check if your hardware is supported ===
   Line 80: Line 81:  
Users should always use BrainStream's [.DocsSectionsProgrmmersGuide#SendHardwareMarker bs_send_hardware_marker] function to send hardware markers to keep code independent of connected hardware. This function will look in the blocksettings for a sndMarker function which actually sends the markers to the hardware device. You must specify this function under topic [&lt;device&gt;] and key SendMarkerFnc. The default sndMarker function is sndBufferMarker, which sends the marker via the FieldTrip buffer (i.e. not via the hardware).
 
Users should always use BrainStream's [.DocsSectionsProgrmmersGuide#SendHardwareMarker bs_send_hardware_marker] function to send hardware markers to keep code independent of connected hardware. This function will look in the blocksettings for a sndMarker function which actually sends the markers to the hardware device. You must specify this function under topic [&lt;device&gt;] and key SendMarkerFnc. The default sndMarker function is sndBufferMarker, which sends the marker via the FieldTrip buffer (i.e. not via the hardware).
 
<pre>[biosemi_active2]
 
<pre>[biosemi_active2]
[[SendMarkerFnc|Send Marker Fnc]] = 'sndBufferMarker' %default  
+
SendMarkerFnc = 'sndBufferMarker' %default  
 
</pre>
 
</pre>
  

Navigation menu