Skip to content

Commit

Permalink
clarify language around empty cptures segments
Browse files Browse the repository at this point in the history
and that every sample in a dataset exists in exactly one captures
segment.
  • Loading branch information
Jacob Gilbert committed Aug 28, 2023
1 parent a652bfe commit 8eef079
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sigmf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,15 @@ field to associate up to the relevant `sigmf-collection` file.

#### Captures Array

The `captures` value is an array of `capture segment` Objects that describe the
The `captures` field is an array of `capture segment` Objects that describe the
parameters of the signal capture. It MUST be sorted by the value of each
capture segment's `core:sample_start` key, ascending.

All samples in a dataset are contained in exactly one capture segment. While
there SHOULD be at least one segment defined, there are no items in the captures
array it is implied that a single capture with the `core:sample_start` field
equal to zero; no other metadata is implied.

##### Capture Segment Objects

Capture Segment Objects are composed of key/value pairs, and each Segment describes
Expand Down

0 comments on commit 8eef079

Please sign in to comment.