Method | Description | |
---|---|---|
AverageEntry ( this |
Averages a collection of entries together
|
|
BinByTime ( this |
Groups the entries by their respective time bins
|
|
Channel ( this |
Returns each entry's voltage value at the desired channel
|
|
Channel ( this |
Returns each entry's voltage value at the desired channel index
|
|
Channels ( this |
Returns the channel time series represented by the series of entries
|
|
DownSample ( this |
Averages adjacent entries such that the result has only one entry per time bin of the specified width
|
|
HasStimulusMarker ( this entry ) : bool |
Was a stimulus showing when this entry was recorded?
|
|
SectionByStimulus ( this |
Groups entries using the sequences formed by their relative timestamps
|
public static AverageEntry ( this |
||
entries | this |
|
return |
public static BinByTime ( this |
||
entries | this |
|
binWidthMillis | int | |
return | IArrayView |
public static Channel ( this |
||
entries | this |
|
channel | Channel | |
return | IEnumerable |
public static Channel ( this |
||
entries | this |
|
channel | int | |
return | IEnumerable |
public static Channels ( this |
||
entries | this |
|
return | IEnumerable |
public static DownSample ( this |
||
entries | this |
|
binWidthMillis | int | |
return | IArrayView |
public static HasStimulusMarker ( this entry ) : bool | ||
entry | this | |
return | bool |
public static SectionByStimulus ( this |
||
entries | this |
|
return | IEnumerable |