|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webkitchen.eeg.acquisition.RawSample
public final class RawSample
Contains the raw EEG data sample(s) for a specific channel or set of channels.
RawSamples are immutable; their data cannot be changed after they have been created.
IRawSampleGenerator,
IRawSampleListener| Method Summary | |
|---|---|
int[] |
getChannelNumbers()
Returns an array of the channel numbers associated with the samples. |
int |
getPacketNumber()
Returns the packet sequence number for the sample |
int[] |
getSamples()
Returns and array of the raw samples associated with the channels. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getPacketNumber()
public int[] getChannelNumbers()
public int[] getSamples()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||