Contributions:AmpServerProADC
Synopsis
The AmpServerProADC component implements the client side of EGI's TCP/IP-based Amp Server Pro (ASP) protocol. Thus, it may be used to interface BCI2000 with an EGI amplifier. Amplifiers that record data and administer transcranial direct current stimulation (GTEN devices) are supported.
Location
http://www.bci2000.org/svn/trunk/src/contrib/SignalSource/AmpServerPro
Versioning
Author
Joshua Fialkoff, (c) 2008 Wadsworth Center, New York State Department of Health. (V1)
Alex Belsten (belsten@neurotechcenter.org), NCAN. (V2)
Version History
- V1.00 - 06/11/2008 - First working version
- V2.00 - 05/10/2020 - Added support for GTEN devices and packet format 2
Source Code Revisions
- Initial development: 1998
- Tested under: 6138
- Known to compile under: 6138
- Broken since: --
Video Overview
Using the AmpServerPro Source Module
For using the AmpServerPro source module, you will need to obtain a license for the AmpServerPro SDK. Without such a license, you may be able to connect to the machine running the EGI software, but it will not send any real-time data when asked to. In order to obtain an AmpServerPro SDK license, you will need to contact EGI at http://www.egi.com.
Setting Up the Hardware
The EGI system comes with many hardware and cables, so connecting everything in a step-by-step manner is helpful for getting everything connected correctly. There are a few steps to this process. First, make sure you have all of the necessary cables and hardware. These items can be seen in the two images below (Fig. 1 and Fig. 2).
-
Figure 1: The necessary cables.
-
Figure 2: EGI hardware.
In addition to the hardware shown in Fig. 1 and 2, you will need the EGI iMac that comes with the amplifier and a research PC. This PC must be running Windows and needs an ethernet port or an adapter that connects to an ethernet cable. Once sure that all of the necessary hardware/cables are present, it is time to connect all the hardware. For your reference, the general architecture is shown in the figure below.
-
Figure 3: General hardware architecture.
Setting up the Power Supplies
The transformer is the first piece of hardware to set up. It provides isolated power to the EGI amplifier, switch box, and EGI iMac. Each of these devices connects to the plugs on the back of the transformer, as shown in Fig. 4.
-
Figure 4: Three different types of plugs on the back of the transformer.
Verify that the transformer is off and use plug type 3 in Fig. 4 to plug into a standard wall socket. Now, connect the EGI iMac to plug type 2. Next, you will need two cables of type 1 (IEC plug cable). Connect one to the amplifier power supply and the other to the switch box. Keep the transformer off for now. Lastly, you will need to use the amplifier power cable to connect the amplifier power supply to the amplifier.
Setting up the Network Cables
Next, the network cables need to be connected. Fig. 5 and 6 serve as a reference through this process.
-
Figure 5: Connections to back of amplifier.
-
Figure 6: Network connections to switch box.
Start by connecting the orange fiber optic cable to the back of the amplifier and then connect the other end to the front of the switch box. Then, connect one of the network cables to the EGI iMac and connect the other end to any one of the eight ports on the switch box. Lastly, connect the other network cable to your research PC and then to the switch box. Now that everything is connected, the transformer and amplifier power supply can be turned on. Next, boot up the EGI iMac. Navigate to the browser and enter the amplifier's IPv4 address into the address bar. You can find the IPv4 address of your amplifier by launching Net Station Acquisition on the EGI iMac and expanding the sharing tab. All of the EGI amplifiers have an IPv4 address of the form 10.10.10.X where X is some integer between 0 and 256. You should now see the amplifier's web page, similar to the one shown in Fig. 7. If you cannot see this web page, verify that all network connections are secure and the amplifier is powered on.
-
Figure 7: Amplifier webpage that is accessible from amplifier's IPv4 address.
Configuring and Setting Up BCI2000 on the Research PC
Now it is time to set up the research PC. First, install BCI2000 (a guide to do this can be found at Programming_Howto:Building_and_Customizing_BCI2000) and make sure the BUILD_CONTRIB option is enabled in CMake before compiling.
The research PC's IP address must be configured to allow the amplifier and Net Station to recognize it. On the research PC, configure the IP (IPv4) for a manual IP address (10.10.10.Y where Y is any digits other than the last two digits used by the amp); with the manual IPv4 address configured, set the subnet mask to 255.255.255.0. Once this has been completed, open a browser on the research PC and enter the amplifier's IPv4 address into the address bar. If the research PC's IP address is set correctly, the page will populate with information about the amplifier shown in Fig. 7. If the web page fails to load, then the PC's IPv4 address may not have been set correctly, or the research PC has a firewall that is blocking the amplifier. Verify that the research IPv4 address is correct and firewalls have been disabled.
Starting Amp Server Pro
Amp Server Pro is capable of working with many amplifiers concurrently. To begin using Amp Server Pro with BCI2000, ensure that at least one amplifier is connected to the server. If no amplifier is connected, the Amp Server software emulates an amplifier. If you choose to use the emulated amplifier, you should expect to see a smooth sine wave signal for all channels. To start the amp server simply navigate to the Amp Server Pro directory and double click the file named "Amp Server".
Creating a BCI2000 Batch File
Although it is not necessary, it is convenient to create a batch file to run BCI2000 with the Amp Server Pro module. To create the batch file, start out with a copy of a suitable batch file in BCI2000/batch/, and open it in a text editor.
Towards the end of the file, you will see a sequence of lines beginning with
start executable
These lines are responsible for starting up source, signal processing, and application module, in that sequence. To use the AmpServerPro module, you will need to replace the executable name in the first entry, e.g.
start executable SignalGenerator --local
becomes
start executable AmpServerPro --local
For more information, see this page.
Using Amp Server Pro with BCI2000
Once you have started the Amp Server and compiled the Amp Server Pro module, you can begin collecting data with BCI2000 by following the steps below.
- Double click BCI2000/batch/CursorTask_AmpServerPro.bat - the batch file that was created in the previous section - to start BCI2000.
- Click the "Configure" button.
- Set the appropriate parameters. The Amp Server Pro module is initialized with a number of parameters that can be configured from the "Source" tab. A summary and description of these parameters can be found below.
- Click "Set Config".
- Click "Start" to begin your experiment.
Parameters
SourceCh
Enter the number of channels that have electrodes connected (32, 64, 128, or 256). Make sure that SourceChOffset and SourceChGain are set to "auto" or you may get an error message about a mismatching number of entries.
BlockSize
This parameter should always be set to auto. If the amp uses packet format 1, then the block size is fixed at 40 samples per block. If the amp uses packet format 2 then the block size specified by SampleBlockSize will be used. The packet format will be displayed in the operator window of BCI2000 after clicking 'Set Config' and successful connection to amp.
ServerIP
The IP address of the amplifier (e.g. 10.10.10.51)
CommandPort
The port number of the port used for command layer communication. Unless you have explicitly set the port number via Amp Server's configuration, the default of 9877 should be correct.
NotificationPort
The port number of the port used for notification layer communication. Unless you have explicitly set the port number via Amp Server's configuration, the default of 9878 should be correct.
StreamPort
The port number of the port used for data streaming. Unless you have explicitly set the port number via Amp Server's configuration, the default of 9879 should be correct.
AmplifierID
Amp Server Pro is capable of managing many amplifiers concurrently. BCI2000, however, operates with a single amplifier. If only a single amplifier is connected, you may enter the value "auto" here and allow BCI2000 to automatically determine the Amplifier ID. If multiple amplifiers are connected, however, you must enter a valid ID from 0 to N-1, where N is the number of amplifiers connected.
Packet Format 2 Parameter
"SampleBlockSize
If the connected amp uses packet format 2, then the user can configure the number of samples per block using this parameter.
GTEN Parameters
The GTEN parameters are only used when using a GTEN device. If the connected amp cannot perform stimulation, disable RunTranscranialStim.
RunTranscranialStim
Enables stimulation. If stimulation is enabled, the following parameters are used.
ModulationPlanFile
The modulation plan file contains all of the information about the stimulation train. This file is created on the Net Station iMac with the EGI program Reciprocity. Reciprocity allows the user to configure all of the parameters of the stimulation train such as electrode location, waveform amplitude, duration, etc. See EGI's GTEN manual for information related to Reciprocity use.
Once the train is designed in Reciprocity, save the .mcb plan file and note its location. Copy the .mcb file and transfer it to the research PC. Launch BCI2000 and click the browse button for the ModulationPlanFile parameter. On windows, the .mcb file will now be a folder. Navigate to this folder and inside, there will be multiple files and two other folders. Select the file called 'plan.mcf' and upload it to BCI2000 as the ModulationPlanFile. DO NOT change any of the contents of the .mcb folder and be sure that ONLY 'plan.mcf' is uploaded.
StimulationExpression
Expression that triggers stimulation. For more info on expressions, see User Reference:Expression Syntax.
States
EGIStimulationTriggered
This binary state is set to 1 when stimulation is triggered.
EGITrainRunning
This state is one byte in size and contains information sent back from the amplifier about stimulation. If bit 2 is low (XXXX X0XX) then current is being injected by the amp. If bit 4 is low (XXX0 XXXX) then a new block in the neuromodulation train has just begun.
EGIDigitalInputs
This state is 16 bits and records the digital inputs on the back of the amplifier as seen in Fig. 5.
Certification Results
The AmpServerPro certification was performed to give a better understanding of the restraints that must be placed on the system when using this device. Certification success criteria was determined internally and without rigor, and reflects our experience with psychophysical experiments and the performance we expect to need for the system. More information about certification testing can be found on the certification wiki page.
PC Specifications
- Lenovo Thinkpad E580 (https://www.lenovo.com/us/en/laptops/thinkpad/thinkpad-e-series/ThinkPad-E580/p/22TP2TEE580)
- Processor: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz 2.7GHz
- Installed Ram: 8.00 GB
- Graphics Card: Intel(R) HD Graphics 620
- System Type: 64-bit operating system, x64-based processor
- BCI2000 compiled with MSVC2019 and Qt 5.15.2
- g.USBamp UB with driver version 3.16.00 installed
Certification Tests Performed
Certification testing varied block size (50, 100 ms), and task (P3Spell (7x7 grid), P3Spell (1x1 grid), CursorTask, CursorTaskLow, and StimulusPresentation), and tested audio and video latency, for a total of 12 performed tasks. The audio latency and video latency are partitioned into separate windows, as we tested them in different runs.
Success Criteria and Overall Results
| Name | Actual Latency | Success Criteria | Result |
| Timestamp Latency Mean | 509µs | 1 ms | passed |
| Timestamp Latency STD | 2.02ms | 1 ms | failed |
| Processing Latency Mean | 44.7ms | 20 ms | failed |
| Processing Latency STD | 20.3ms | 10 ms | failed |
| Video Latency Mean | 73.1ms | 65 ms | failed |
| Video Latency STD | 17.7ms | 20 ms | passed |
| Audio Latency Mean | 62.9ms | 65 ms | passed |
| Audio Latency STD | 3.33ms | 20 ms | passed |
Individual Task Breakdown
Video Latency
Overall result: 0/10 tasks passed, 10/10 tasks failed, 10 tasks are missing data
global 2021-03-22T09:56:03 could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") missing or invalid data
TimestampLatency.sdev() < time("1ms") missing or invalid data
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") failed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=0, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=2119, <x>=509µs±2.02ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=379, <x>=44.7ms±20.3ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=379, <x>=12.9ms±12.7ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=373, <x>=73.1ms±17.7ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/CursorTask_1000_128ch_100ms001/CursorTask_1000_128ch_100msS001R01.dat 2021-03-01T10:33:38 could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") failed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") failed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=216, <x>=1.66ms±1.66ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=50, <x>=63.7ms±18.1ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=50, <x>=9.34ms±13.6ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=49, <x>=69.8ms±5.56ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/CursorTask_1000_128ch_50ms001/CursorTask_1000_128ch_50msS001R01.dat 2021-03-01T10:31:22
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") passed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=396, <x>=263µs±1.52ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=50, <x>=46.2ms±7.73ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=50, <x>=11.9ms±4.86ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=49, <x>=71.2ms±6.8ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/CursorTaskLow_1000_128ch_100ms001/CursorTaskLow_1000_128ch_100msS001R01.dat 2021-03-01T10:34:06
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") failed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") failed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=216, <x>=2.37ms±1.66ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=50, <x>=70.2ms±21.1ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=50, <x>=9.94ms±5.61ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=49, <x>=66.4ms±5.66ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/CursorTaskLow_1000_128ch_50ms001/CursorTaskLow_1000_128ch_50msS001R01.dat 2021-03-01T10:31:47
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") passed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=397, <x>=788µs±1.56ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=50, <x>=47ms±8.92ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=50, <x>=13.4ms±5.03ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=49, <x>=71.3ms±5.01ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/P3Spell_1000_128ch_100ms001/P3Spell_1000_128ch_100msS001R01.dat 2021-03-01T10:32:44
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") passed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") failed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") failed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=289, <x>=-1.38ms±2.31ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=20, <x>=29.6ms±10.7ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=20, <x>=13.6ms±27.9ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=19, <x>=125ms±21.8ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/P3Spell_1000_128ch_50ms001/P3Spell_1000_128ch_50msS001R01.dat 2021-03-01T10:30:28
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") missing or invalid data
TimestampLatency.sdev() < time("1ms") missing or invalid data
ProcessingLatency.mean() < time("20ms") passed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=590, <x>=-1.17ms±2.07ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=20, <x>=16.3ms±6.37ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=20, <x>=43.5ms±19.3ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=20, <x>=110ms±15.8ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/P3SpellSingle_1000_128ch_100ms001/P3SpellSingle_1000_128ch_100msS001R01.dat 2021-03-01T10:33:19
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") failed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") failed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=129, <x>=1.1ms±1.55ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=20, <x>=37.5ms±10.5ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=20, <x>=12.5ms±5.32ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=20, <x>=69.3ms±5.57ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/P3SpellSingle_1000_128ch_50ms001/P3SpellSingle_1000_128ch_50msS001R01.dat 2021-03-01T10:31:03
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") passed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") passed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=269, <x>=-325µs±1.75ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=20, <x>=16.4ms±3.81ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=20, <x>=10.2ms±6ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=nan, <x>=nan±nan
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=20, <x>=68.2ms±5.57ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/StimulusPresentationAV_128ch_100ms001/StimulusPresentationAV_128ch_100msS001R01.dat 2021-03-01T10:34:34
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") passed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") failed
VideoLatency.mean() < time("65ms") failed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=207, <x>=647µs±1.57ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=49, <x>=38.2ms±10.9ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=49, <x>=9.8ms±5.81ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=49, <x>=37.6ms±2.7ms
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=49, <x>=66.6ms±5.92ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
C:/BCI2000/data/EGICertification_video/StimulusPresentationAV_128ch_50ms001/StimulusPresentationAV_128ch_50msS001R01.dat 2021-03-01T10:32:12
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") missing or invalid data
TimestampLatency.sdev() < time("1ms") missing or invalid data
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") passed
VideoLatency.sdev() < time("20ms") passed
AudioLatency.mean() < time("65ms") missing or invalid data
AudioLatency.sdev() < time("20ms") missing or invalid data
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=527, <x>=1.62ms±2.02ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=50, <x>=34.8ms±8.53ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=50, <x>=11.9ms±6.12ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=50, <x>=38.3ms±4.28ms
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=49, <x>=62ms±9.89ms
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=nan, <x>=nan±nan
Audio Latency
Overall result: 0/2 tasks passed, 2/2 tasks failed, 2 tasks are missing data
global 2021-03-22T09:59:01 could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") failed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") passed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") missing or invalid data
VideoLatency.sdev() < time("20ms") missing or invalid data
AudioLatency.mean() < time("65ms") passed
AudioLatency.sdev() < time("20ms") passed
AmpLatency -- interval between block begin, and amp digital out signal change:
n=0, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=734, <x>=1.11ms±1.79ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=99, <x>=18.6ms±7.01ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=99, <x>=9.7ms±6.35ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=99, <x>=38.1ms±3.37ms
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=0, <x>=nan±nan
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=99, <x>=62.9ms±3.33ms
C:/BCI2000/data/EGICertification_audio/StimulusPresentationAV_128ch_100ms001/StimulusPresentationAV_128ch_100msS001R01.dat 2021-02-27T09:13:48 could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") passed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") failed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") missing or invalid data
VideoLatency.sdev() < time("20ms") missing or invalid data
AudioLatency.mean() < time("65ms") passed
AudioLatency.sdev() < time("20ms") passed
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=208, <x>=-251µs±1.72ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=49, <x>=20ms±8.2ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=49, <x>=8.88ms±6.68ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=49, <x>=37.1ms±2.84ms
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=nan, <x>=nan±nan
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=49, <x>=63.9ms±3.43ms
C:/BCI2000/data/EGICertification_audio/StimulusPresentationAV_128ch_50ms001/StimulusPresentationAV_128ch_50msS001R01.dat 2021-02-27T09:13:16
could not evaluate all 10 requirements:
AmpLatency.mean() < time("7ms") missing or invalid data
AmpLatency.sdev() < time("2ms") missing or invalid data
TimestampLatency.mean() < time("1ms") failed
TimestampLatency.sdev() < time("1ms") failed
ProcessingLatency.mean() < time("20ms") passed
ProcessingLatency.sdev() < time("10ms") passed
VideoLatency.mean() < time("65ms") missing or invalid data
VideoLatency.sdev() < time("20ms") missing or invalid data
AudioLatency.mean() < time("65ms") passed
AudioLatency.sdev() < time("20ms") passed
AmpLatency -- interval between block begin, and amp digital out signal change:
n=nan, <x>=nan±nan
TimestampLatency -- clock skew between sample clock, and SourceTime time stamp:
n=526, <x>=1.65ms±1.52ms
ProcessingLatency -- time interval between block received, and stimulus triggered:
n=50, <x>=17.3ms±5.25ms
PresentationLatency -- time interval between stimulus trigger, and video memory change:
n=50, <x>=10.5ms±5.9ms
AudioPresentationLatency -- time interval between audio buffering, and estimated audio output:
n=50, <x>=39.1ms±3.56ms
VideoLatency -- time interval between stimulus trigger, and video signal change detected:
n=nan, <x>=nan±nan
AudioLatency -- time interval between stimulus trigger, and audio signal detected:
n=50, <x>=62ms±2.95ms






