C# 클래스 MCAEmotiv.Interop.EEGDataEntryExtensions

Extension methods for EEGDataEntry and collections of entries
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

메소드 설명
AverageEntry ( this entries ) : EEGDataEntry

Averages a collection of entries together

BinByTime ( this entries, int binWidthMillis ) : IArrayView>

Groups the entries by their respective time bins

Channel ( this entries, Channel channel ) : IEnumerable

Returns each entry's voltage value at the desired channel

Channel ( this entries, int channel ) : IEnumerable

Returns each entry's voltage value at the desired channel index

Channels ( this entries ) : IEnumerable>

Returns the channel time series represented by the series of entries

DownSample ( this entries, int binWidthMillis ) : IArrayView

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 entries ) : IEnumerable>

Groups entries using the sequences formed by their relative timestamps

메소드 상세

AverageEntry() 공개 정적인 메소드

Averages a collection of entries together
public static AverageEntry ( this entries ) : EEGDataEntry
entries this
리턴 EEGDataEntry

BinByTime() 공개 정적인 메소드

Groups the entries by their respective time bins
public static BinByTime ( this entries, int binWidthMillis ) : IArrayView>
entries this
binWidthMillis int
리턴 IArrayView>

Channel() 공개 정적인 메소드

Returns each entry's voltage value at the desired channel
public static Channel ( this entries, Channel channel ) : IEnumerable
entries this
channel Channel
리턴 IEnumerable

Channel() 공개 정적인 메소드

Returns each entry's voltage value at the desired channel index
public static Channel ( this entries, int channel ) : IEnumerable
entries this
channel int
리턴 IEnumerable

Channels() 공개 정적인 메소드

Returns the channel time series represented by the series of entries
public static Channels ( this entries ) : IEnumerable>
entries this
리턴 IEnumerable>

DownSample() 공개 정적인 메소드

Averages adjacent entries such that the result has only one entry per time bin of the specified width
public static DownSample ( this entries, int binWidthMillis ) : IArrayView
entries this
binWidthMillis int
리턴 IArrayView

HasStimulusMarker() 공개 정적인 메소드

Was a stimulus showing when this entry was recorded?
public static HasStimulusMarker ( this entry ) : bool
entry this
리턴 bool

SectionByStimulus() 공개 정적인 메소드

Groups entries using the sequences formed by their relative timestamps
public static SectionByStimulus ( this entries ) : IEnumerable>
entries this
리턴 IEnumerable>