|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSCCT.JavaSubscriber.SCCT_AbstractPackage
SCCT.JavaSubscriber.SCCT_AbstractDataPackage
SCCT.JavaSubscriber.SCCT_AnalogDataPackage
public class SCCT_AnalogDataPackage
This class represents an analog data package. It contains a matrix of double which represent sampled values.
The channels are ordered in the same way in which are ordered in the SCCT_ConfigurationPackage.
Method Summary | |
---|---|
double[][] |
getData()
Gets the data of all channels in a matrix of double. |
short |
getFilterId()
Returns the id of filter applied on this package. |
int |
getNumOfChannels()
Gets the total number of channels (row count of double matrix). |
int |
getSamples()
Gets the number of sampled values for any channel (column count of double matrix). |
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractDataPackage |
---|
getSourceDescription, getSourceId |
Methods inherited from class SCCT.JavaSubscriber.SCCT_AbstractPackage |
---|
getCalendar, getPackageNumber |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getNumOfChannels()
public int getSamples()
public double[][] getData()
getNumOfChannels()
,
SCCT_ConfigurationPackage
public short getFilterId()
SCCT_AnalogDataFilter
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |