Packagecom.sekati.thinkgear.data
Classpublic final class EEGPowers

EEGPowers is a Data object that encapsulates EEG Power data being captured from the ThinkGear BCI.



Public Properties
 PropertyDefined by
  alpha : EEGPower
Current alpha EEG Power unit captured from the ThinkGear BCI.
EEGPowers
  beta : EEGPower
Current beta EEG Power unit captured from the ThinkGear BCI.
EEGPowers
  delta : Number
Current delta EEG Power unit captured from the ThinkGear BCI.
EEGPowers
  gamma : EEGPower
Current gamma EEG Power unit captured from the ThinkGear BCI.
EEGPowers
  theta : Number
Current theta EEG Power unit captured from the ThinkGear BCI.
EEGPowers
Public Methods
 MethodDefined by
  
EEGPowers Constructor
EEGPowers
  
parseEEGPowers(buffer:ByteArray):void
Reads EEG Power data from the buffer and updates internal properties.
EEGPowers
  
toString():String
String representation of all current EEG Power data.
EEGPowers
Property detail
alphaproperty
public var alpha:EEGPower

Current alpha EEG Power unit captured from the ThinkGear BCI.

The low alpha wave component of an EEG. alpha.low represents waves from 8 to 10 Hz. The value is a floating point number greater than 0.

The high alpha wave component of an EEG. alpha.high represents waves from 10 to 12 Hz. The value is a floating point number greater than 0.

betaproperty 
public var beta:EEGPower

Current beta EEG Power unit captured from the ThinkGear BCI.

The low beta wave component of an EEG. beta.low represents waves from 12 to 20 Hz. The value is a floating point number greater than 0.

The high beta wave component of an EEG. beta.high represents waves from 20 to 30 Hz. The value is a floating point number greater than 0.

deltaproperty 
public var delta:Number

Current delta EEG Power unit captured from the ThinkGear BCI.

The delta wave component of an EEG (0 to 3 Hz). The value is a floating point number greater than 0.

gammaproperty 
public var gamma:EEGPower

Current gamma EEG Power unit captured from the ThinkGear BCI.

The gamma wave component of an EEG. gamma.low represents waves from 30 to 40 Hz. The value is a floating point number greater than 0.

The gamma wave component of an EEG. gamma.high represents waves from 40 to 50 Hz. The value is a floating point number greater than 0.

thetaproperty 
public var theta:Number

Current theta EEG Power unit captured from the ThinkGear BCI.

The theta wave component of an EEG (4 to 7 Hz). The value is a floating point number greater than 0.

Constructor detail
EEGPowers()constructor
public function EEGPowers()

EEGPowers Constructor

Method detail
parseEEGPowers()method
public function parseEEGPowers(buffer:ByteArray):void

Reads EEG Power data from the buffer and updates internal properties.

Parameters
buffer:ByteArray — current buffer being used to process ThinkGear BCI data through the ThinkGearSocket instance.

See also

com.kannopy.thinkgear.api.socket.ThinkGearSocket
toString()method 
public function toString():String

String representation of all current EEG Power data.

Returns
String