프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NUM_LINE_FIELDS | int |
메소드 | 설명 | |
---|---|---|
EEGDataEntry ( int marker, int timeStamp, int relativeTimeStamp, IEnumerable |
Constructs an EEGDataEntry. A copy of channelData is created.
|
|
Equals ( object obj ) : bool |
Checks all fields to determine equality
|
|
FromFile ( string path ) : IEnumerable |
Attempts to use Parse/ParseOldFormat to extract the entries in the file
|
|
GetHashCode ( ) : int |
Returns a hashcode for this entry
|
|
Parse ( string line ) : |
Parses a line of text as an EEGDataEntry. The line should have been created with ToString
|
|
ParseOldFormat ( string line, int onsetTime ) : |
Parses a line of text based on a format that is essentially the raw output of the emotiv headset
|
|
ToString ( ) : string |
A CSV string representation which can be parsed by Parse.
|
|
WithMarker ( int marker ) : |
Create an identical entry except for the marker field. Re-uses the channel data
|
|
this ( Channel channel ) : double |
Provides explicit channel-based access to data
|
메소드 | 설명 | |
---|---|---|
EEGDataEntry ( int marker, int timeStamp, int relativeTimeStamp, IArrayView |
public EEGDataEntry ( int marker, int timeStamp, int relativeTimeStamp, IEnumerable |
||
marker | int | |
timeStamp | int | |
relativeTimeStamp | int | |
channelData | IEnumerable |
|
리턴 | System |
public static FromFile ( string path ) : IEnumerable |
||
path | string | |
리턴 | IEnumerable |
public static ParseOldFormat ( string line, int onsetTime ) : |
||
line | string | |
onsetTime | int | |
리턴 |