Contributions:NihonKohdenSource: Difference between revisions
Appearance
| Line 30: | Line 30: | ||
==Parameters== | ==Parameters== | ||
* '''SourceCh''' total number of channels to be acquired from the source module or auto for all channels (256 channels) | |||
* '''SampleBlockSize''' number of samples acquired in each block or auto for default setting (1/10th of sampling rate) | |||
** '''NOTE:''' <span style="text-decoration: underline;">Only specific combinations of SampleBlockSize and SampleRate are valid! See [[#Valid Operating Modes]]</span> | |||
* '''SampleRate''' determines the rate at which the device samples data. <br/> | |||
** '''NOTE:''' <span style="text-decoration: underline;">Only specific combinations of SampleBlockSize and SampleRate are valid! See [[#Valid Operating Modes]]</span> | |||
* '''ChannelNames''' is a convenience parameter. Name channels here and they can be referenced by these names later. | |||
* '''SourceChOffset''' auto for default settings (0 for each channel). | |||
* '''SourceChGain''' auto for default settings (1 for each channel). | |||
* '''SourceChList''' list of channels that should be acquired or auto for all channels | |||
* '''SourceBufferSize''' | |||
===Valid Operating Modes=== | |||
The NihonKohdenSource only accepts specific sampling rates. The number of channels acquire is limited at sampling rates of 5000 Hz and above. The following table shows all valid combinations of sample rate and maximum number of channels. | |||
{| border="1" | |||
!Sample Rate | |||
!Valid Sample Block Sizes | |||
|- | |||
|100 Samples per second | |||
|256 Channels | |||
|- | |||
|200 Samples per second | |||
|256 Channels | |||
|- | |||
|500 Samples per second | |||
|256 Channels | |||
|- | |||
|1000 Samples per second | |||
|256 Channels | |||
|- | |||
|2000 Samples per second | |||
|256 Channels | |||
|- | |||
|5000 Samples per second | |||
|128 Channels | |||
|- | |||
|10000 Samples per second | |||
|64 Channels | |||
|} | |||
===Valid Operating Modes=== | ===Valid Operating Modes=== | ||
===State Variables=== | ===State Variables=== | ||
==See also== | ==See also== | ||
Revision as of 20:59, 22 November 2015
Synopsis
Location
http://www.bci2000.org/svn/trunk/src/private/SignalSource/NihonKohdenSource
Versioning
Authors
Griffin Milsap (griffin.milsap@gmail.com) Johns Hopkins University
Peter Brunner (brunner@neurotechcenter.org) Wadsworth Center - National Center for Adaptive Neurotechnologies
Version History
Version 1.0: November 2015
- #
Source Code Revisions
- Initial development: 4913
- Tested under: #
- Known to compile under: 4913
- Broken since: --
Functional Description
Installation
Parameters
- SourceCh total number of channels to be acquired from the source module or auto for all channels (256 channels)
- SampleBlockSize number of samples acquired in each block or auto for default setting (1/10th of sampling rate)
- NOTE: Only specific combinations of SampleBlockSize and SampleRate are valid! See #Valid Operating Modes
- SampleRate determines the rate at which the device samples data.
- NOTE: Only specific combinations of SampleBlockSize and SampleRate are valid! See #Valid Operating Modes
- ChannelNames is a convenience parameter. Name channels here and they can be referenced by these names later.
- SourceChOffset auto for default settings (0 for each channel).
- SourceChGain auto for default settings (1 for each channel).
- SourceChList list of channels that should be acquired or auto for all channels
- SourceBufferSize
Valid Operating Modes
The NihonKohdenSource only accepts specific sampling rates. The number of channels acquire is limited at sampling rates of 5000 Hz and above. The following table shows all valid combinations of sample rate and maximum number of channels.
| Sample Rate | Valid Sample Block Sizes |
|---|---|
| 100 Samples per second | 256 Channels |
| 200 Samples per second | 256 Channels |
| 500 Samples per second | 256 Channels |
| 1000 Samples per second | 256 Channels |
| 2000 Samples per second | 256 Channels |
| 5000 Samples per second | 128 Channels |
| 10000 Samples per second | 64 Channels |