|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webkitchen.brainathlon.gameComponents.Spectrum
public final class Spectrum
Contains the EEG data for one channel, broken the four standard frequency bands of Beta, Alpha, Theta and Delta. Spectrums are immutable; their data cannot be changed after they have been created.
| Constructor Summary | |
|---|---|
Spectrum(double beta,
double alpha,
double theta,
double delta)
Creates a new Spectrum with the given values |
|
| Method Summary | |
|---|---|
double |
getAlpha()
Returns the sample from the alpha frequency range |
double |
getBeta()
Returns the sample from the beta frequency range |
double |
getDelta()
Returns the sample from the delta frequency range |
double |
getTheta()
Returns the sample from the theta frequency range |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Spectrum(double beta,
double alpha,
double theta,
double delta)
beta - the sample from the beta frequency rangealpha - the sample from the alpha frequency rangetheta - the sample from the theta frequency rangedelta - the sample from the delta frequency range| Method Detail |
|---|
public double getBeta()
public double getAlpha()
public double getTheta()
public double getDelta()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||