Skip to content

Commit

Permalink
Fix sync line transition values
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Jan 10, 2024
1 parent 3a5415c commit 1bd9ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Tutorials/Data-Synchronization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ There are two data streams, *A* and *B*, which have approximately the same sampl
In this example, there are a few sample numbers that are important to note:

- The samples at which the recordings were stopped and started (**10** and **114** for *Stream A*, and **25** and **127** for *Stream B*).
- The samples at which the first recorded low-to-high transition on the sync line occurred (**112** for *Stream A* and **27** for *Stream B*).
- The samples at which the last recorded low-to-high transition on the sync line occurred (**27** for *Stream A* and **125** for *Stream B*).
- The samples at which the first recorded low-to-high transition on the sync line occurred (**12** for *Stream A* and **27** for *Stream B*).
- The samples at which the last recorded low-to-high transition on the sync line occurred (**112** for *Stream A* and **125** for *Stream B*).

With this information in hand, we can translate all of the timestamps from *Stream A* into timestamps from *Stream B*, and vice versa.

Expand Down

0 comments on commit 1bd9ab1

Please sign in to comment.