public static interface Signal.View<SS extends Sample>
Modifier and Type | Method and Description |
---|---|
int |
getNumEvents()
the number of indices ("events") in this view
|
SS |
getSample(int event)
the absolute value of the event in question
|
double |
getTime(int event)
the absolute time of the event in question
|
int getNumEvents()
double getTime(int event)
SS getSample(int event)