Contributions:gEstimFilter
Synopsis

This filter allows for cortical stimulation with the g.tec gEstim PRO.
Versioning
Authors
Kristopher Kaleb Goering (kaleb.goering@gmail.com)
Alexander Belsten (belsten@neurotechcenter.org)
Source Code Revisions
- Initial development: --
- Tested under: 6191
- Known to compile under: 6191
- Broken since: --
Functional Description
This extension resides in the Application module and allows for electrical stimulation. Note: As of rev.6131, this extension does not work the the gEstim FES Research. The extension has only been tested with the g.Estim PRO.
Integration into BCI2000
This extension resides in the private directory of BCI2000. It must be enabled in CMake by selecting BUILD_GESTIMFILTER. Then recompile the BCI2000FrameworkAppModule, and the application module you are using. Lastly, append the enable flag to your batch file (ex: Start executable StimulusPresentation --local --ActivateEstim=1).
Usage
Parameters
The gEstim device is configured in the gEstim tab. The configurable parameters are:
ActivateEstim
Enables/disables device.
UseStimulusPresentation

EstimOn to stimuli to trigger stimulationThis parameter can be enabled when using the Stimulus Presentation application module, and it is desired to stimulate on a particular stimulus, as defined in Stimulus Presentation's Stimuli parameter. To configure this functionality, enable this parameter and then navigate to the Application tab in BCI2000 and scroll down to the Stimuli matrix, as shown in Fig. 1. After opening the Stimuli matrix, add another row and name it EstimOn. Now, stimulation will be triggered on all stimuli defined in this matrix has its EstimOn row set to 1. Stimulation will not occur on stimuli that have this row set to 0.
StimulationExpression
Expression to start g.Estim stimulation. See the expression page for more details on how to define an expression.
AbortExpression
Expression to abort g.Estim stimulation.
Modularity

Modularity of pulses; Biphasic or Monophasic
Polarity
Polarity of pulses; Alternating or Steady
PhaseDuration
Duration of time of each +/- phase.
InterphaseDuration
Duration of time with no stimulation between each pulse's phases.
Magnitude
Magnitude of the pulse in milliamps. This quantity is peak-to-zero.
NumberOfPulses
Number of pulses per train.
PulseFrequency
Frequency of each pulse in a train. Note that the PhaseDuration and InterphaseDuration impose a limit on the PulseFrequency. Make sure this parameter adheres to this limitation.
NumberOfTrains
Number of trains.
FrequencyOfTrains
Frequency of trains. Note that the total duration of each train (determined by length of each pulse and the number of pulses) imposes a restriction on this parameter. Make sure that FrequencyOfTrains adheres to this restriction.
Jitter
Jitter of trains between 0 and 100% in increments of 1%
ElectrodeType
Type of electrode being used: 1 Circle, 2 Depth, 3 Other.
CircleDiameter
For circle electrode type. Exposed diameter of the electrode in micrometers in increments of 1μm.
ContactDiameter
For depth electrode type. Contact diameter of the electrode in micrometers in increments of 1μm.
ContactLength
For depth electrode type. Contact length of the electrode in micrometers in increments of 1μm.
ExposedSurfaceArea
For other electrode type. Exposed surface area of electrode in square micrometers between in increments of 1μm2.
State Variables
EstimStimulus
This binary state is 1 when a stimulation train is running and 0 otherwise.s
Latency

The above figure details the latency between positive evaluation of the StimulationExpression and pulse delivery.