Skip to content

Commit 90ec423

Browse files
committed
Update documentation
1 parent d3c11d5 commit 90ec423

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Tutorials/Data-Synchronization.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ <h2>General principles of synchronization<a class="headerlink" href="#general-pr
435435
<p>In this example, there are a few sample numbers that are important to note:</p>
436436
<ul class="simple">
437437
<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>
438-
<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>
439-
<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>
438+
<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>
439+
<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>
440440
</ul>
441441
<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>
442442
<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>

_sources/Tutorials/Data-Synchronization.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ There are two data streams, *A* and *B*, which have approximately the same sampl
2727
In this example, there are a few sample numbers that are important to note:
2828

2929
- The samples at which the recordings were stopped and started (**10** and **114** for *Stream A*, and **25** and **127** for *Stream B*).
30-
- 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*).
31-
- 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*).
30+
- 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*).
31+
- 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*).
3232

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

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)