Skip to content
David Medine edited this page May 17, 2016 · 9 revisions

Overview

The ActiChamp application is part of the LSL distribution. The program should support any version of the Brain Products actiCHamp amplifier series. This program is currently untested -- please let us know if it works for you (and also if it doesn't work)!

Usage

  • Start the ActiChamp app. You should see a window like the following.

https://raw.githubusercontent.com/wiki/sccn/labstreaminglayer/screenshots/actichamp.png

  • Make sure that you have correctly installed the drivers for your amplifier, and that the amplifier is plugged in and ready to use (see also official brochure).

  • If you have multiple amplifiers plugged in, make sure that you pick the correct one under Device Number (0 is the first one according to USB port numbering). Select the number of channels that you want to record from. The maximum number of channels is determined by the number of modules that are installed in your amplifier. Channels always count from the first module (the one closest to the front of the box). Enter the channel labels according to your cap design; make sure that the number of channel labels matches the selected number of channels.

  • For most EEG experiments you can ignore the Chunk Size setting, but if you are developing a latency-critical real-time application (e.g., a P300 speller BCI), you can lower this setting to reduce the latency of your system.

  • Use whatever sampling rate is appropriate for your experiment; you can use a lower rate if necessary to save network bandwidth (when transmitting on a slow network) or to reduce the disk space taken up by your recordings. If your analysis requires data to be unfiltered, particularly when you perform causal analysis (e.g., effective connectivity), you should strongly consider using a native sampling rate (e.g., 10KHz).

  • If you use AUX channels, check the according box and append 8 channel labels at the end of the channel list (even if you only use a subset of them).

  • Click the "Link" button. If all goes well you should now have a stream on your lab network that has name "ActiChamp-0" (if you used device 0) and type "EEG", and a second one named "ActiChamp-0-Markers" with type "Markers" that holds the event markers. Note that you cannot close the app while it is linked.

  • For subsequent uses you can save the settings in the GUI via File / Save Configuration. If the app is frequently used with different settings you might can also make a shortcut on the desktop that points to the app and appends to the Target field the snippet -c name_of_config.cfg, as in the following screen shot (here shown for another app):

https://raw.githubusercontent.com/wiki/sccn/labstreaminglayer/screenshots/cogionics-shortcut.png