public class EEGPower
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
delta |
int |
highAlpha |
int |
highBeta |
int |
lowAlpha |
int |
lowBeta |
int |
lowGamma |
int |
middleGamma |
int |
theta |
Constructor and Description |
---|
EEGPower(byte[] array,
int start,
int length)
Construct the EEGPower object with bytes array.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isValidate()
Is the EEGPower object is validate
|
public int delta
public int theta
public int lowAlpha
public int highAlpha
public int lowBeta
public int highBeta
public int lowGamma
public int middleGamma