DWT

From QuB

Jump to: navigation, search
  • idealized data (event list)
  • ASCII text
  • segmented (can be discontiguous according to seg. start time)
  • segments are separated by a blank line
  • each segment begins with a one-line header, which can be incomplete:
    • Segment: %d -- numbered starting with 1
    • Dwells: %d -- number of events in this segment
    • Sampling(ms): %f -- sampling interval of the original recording
    • Start(ms): %f -- time-offset of this segment from beginning of recording
    • ClassCount: %d -- number of distinct amplitude levels
    • {%f %f}* -- {amp, std} of each class
  • subsequent lines are dwells of "<class> \t <duration>"
  • classes are numbered consecutively starting with 0. Two dwells have the same class if they are indistinguishable (same amplitude)
  • durations are given in milliseconds

Example

Segment: 1 Dwells: 17 Sampling(ms): 1 Start(ms): 0 ClassCount: 2 -0.00563935 0.102412 1.02029 0.141354
0	134
1	3
0	3
1	6
0	6
1	14
0	9
1	18
0	16
1	5
0	4
1	29
0	6
1	12
0	20
1	3
0	112