Skip to content

Commit

Permalink
Merge pull request #303 from sigmf/fix_data_type_typo
Browse files Browse the repository at this point in the history
Fixed datatype typo
  • Loading branch information
Teque5 committed Dec 27, 2023
2 parents affb076 + 975e445 commit 76773d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigmf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ the same index from each channel's sample serially in the Recording. For
example, a Recording with two channels of `ri16_le` representing real-valued
audio data from a stereo Recording and here labeled `L` for left and `R` for
right, the data MUST appear as `L[0]` `R[0]` `L[1]` `R[1]` ... `L[n]` `R[n]`.
The data type specified by `core:data_type` applies to all channels of data
The data type specified by `core:datatype` applies to all channels of data
both real and imaginary parts.

### SigMF Metadata Format
Expand Down

0 comments on commit 76773d8

Please sign in to comment.