|
Emotiv Experimenter 1.0
An EEG experimentation application for the Emotiv headset
|
Contains settings for determining which channels should be used in feature selection. More...
Public Member Functions | |
| ChannelSelectionSettings () | |
| Construct a new settings object with default values. | |
Public Attributes | |
| const string | DESCRIPTION = "EEG channel selection" |
| The description and display name of this class. | |
Properties | |
| bool | UseAF3 [get, set] |
| Should channel AF3 be used? | |
| bool | UseF7 [get, set] |
| Should channel F7 be used? | |
| bool | UseF3 [get, set] |
| Should channel F3 be used? | |
| bool | UseFC5 [get, set] |
| Should channel FC5 be used? | |
| bool | UseT7 [get, set] |
| Should channel T7 be used? | |
| bool | UseP7 [get, set] |
| Should channel P7 be used? | |
| bool | UseO1 [get, set] |
| Should channel O1 be used? | |
| bool | UseO2 [get, set] |
| Should channel O2 be used? | |
| bool | UseP8 [get, set] |
| Should channel P8 be used? | |
| bool | UseT8 [get, set] |
| Should channel T8 be used? | |
| bool | UseFC6 [get, set] |
| Should channel FC6 be used? | |
| bool | UseF4 [get, set] |
| Should channel F4 be used? | |
| bool | UseF8 [get, set] |
| Should channel F8 be used? | |
| bool | UseAF4 [get, set] |
| Should channel AF4 be used? | |
| IEnumerable< Channel > | Channels [get, set] |
| The set of selected channels. | |
Contains settings for determining which channels should be used in feature selection.
| MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.ChannelSelectionSettings | ( | ) |
Construct a new settings object with default values.
| const string MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.DESCRIPTION = "EEG channel selection" |
The description and display name of this class.
IEnumerable<Channel> MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.Channels [get, set] |
The set of selected channels.
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseAF3 [get, set] |
Should channel AF3 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseAF4 [get, set] |
Should channel AF4 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseF3 [get, set] |
Should channel F3 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseF4 [get, set] |
Should channel F4 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseF7 [get, set] |
Should channel F7 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseF8 [get, set] |
Should channel F8 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseFC5 [get, set] |
Should channel FC5 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseFC6 [get, set] |
Should channel FC6 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseO1 [get, set] |
Should channel O1 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseO2 [get, set] |
Should channel O2 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseP7 [get, set] |
Should channel P7 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseP8 [get, set] |
Should channel P8 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseT7 [get, set] |
Should channel T7 be used?
bool MCAEmotiv.GUI.Configurations.ChannelSelectionSettings.UseT8 [get, set] |
Should channel T8 be used?
1.7.3