Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 98 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,3 +580,101 @@ Empty stream.
| 91736.692457 | ≅0 |
| 91741.692557 | ≅0 |
| 91746.692746 | ≅0 |

## twochannel_string_marker.xdf

An example file with two streams, one with string markers.

### Stream 3735928559

2 `string` channels, 1 sample

#### Header

``` xml
<info>
<name>SendMarker</name>
<type>Marker</type>
<channel_count>2</channel_count>
<nominal_srate>1000</nominal_srate>
<channel_format>string</channel_format>
<created_at>10</created_at>
</info>
```

#### Footer

``` xml
<info>
<first_timestamp>10</first_timestamp>
<last_timestamp>10.001</last_timestamp>
<sample_count>1</sample_count>
</info>
```

#### Time-series data

Data:

```
["Marker 0A", "Marker 0B"]
```

Timestamp: 16.725987961266686

These time-stamps precede the first clock offset measurement, but for
synchronization they will be handled with respect to the first (and
only in this case) detected clock segment.

#### Clock offsets

| time | value |
|--------|---------|
| 6.1 | -0.1 |

### Stream 46202862

64 `Float64` channels, 1 sample

#### Header

``` xml
<info>
<name>SendDataC</name>
<type>EEG</type>
<channel_count>64</channel_count>
<nominal_srate>1000</nominal_srate>
<channel_format>double64</channel_format>
<created_at>10</created_at>
</info>
```

#### Footer

``` xml
<info>
<first_timestamp>10</first_timestamp>
<last_timestamp>10.001</last_timestamp>
<sample_count>1</sample_count>
</info>
```

#### Time-series data

Data:

```
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,]
```

Timestamp: 16.725987961266686

These time-stamps precede the first clock offset measurement, but for
synchronization they will be handled with respect to the first (and
only in this case) detected clock segment.
Comment thread
abcsds marked this conversation as resolved.

#### Clock offsets

| time | value |
|--------|---------|
| 6.1 | -0.1 |
Binary file added twochannel_string_marker.xdf
Binary file not shown.