Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 10, 2024
1 parent d3c11d5 commit 90ec423
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Tutorials/Data-Synchronization.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ <h2>General principles of synchronization<a class="headerlink" href="#general-pr
<p>In this example, there are a few sample numbers that are important to note:</p>
<ul class="simple">
<li><p>The samples at which the recordings were stopped and started (<strong>10</strong> and <strong>114</strong> for <em>Stream A</em>, and <strong>25</strong> and <strong>127</strong> for <em>Stream B</em>).</p></li>
<li><p>The samples at which the first recorded low-to-high transition on the sync line occurred (<strong>112</strong> for <em>Stream A</em> and <strong>27</strong> for <em>Stream B</em>).</p></li>
<li><p>The samples at which the last recorded low-to-high transition on the sync line occurred (<strong>27</strong> for <em>Stream A</em> and <strong>125</strong> for <em>Stream B</em>).</p></li>
<li><p>The samples at which the first recorded low-to-high transition on the sync line occurred (<strong>12</strong> for <em>Stream A</em> and <strong>27</strong> for <em>Stream B</em>).</p></li>
<li><p>The samples at which the last recorded low-to-high transition on the sync line occurred (<strong>112</strong> for <em>Stream A</em> and <strong>125</strong> for <em>Stream B</em>).</p></li>
</ul>
<p>With this information in hand, we can translate all of the timestamps from <em>Stream A</em> into timestamps from <em>Stream B</em>, and vice versa.</p>
<p>First, we’ll compute a scaling factor, which is the ratio of the total number of samples between the first and last sync transitions:</p>
Expand Down
4 changes: 2 additions & 2 deletions _sources/Tutorials/Data-Synchronization.rst.txt
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
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 90ec423

Please sign in to comment.