Skip to content

Commit c5dc8e1

Browse files
update
1 parent c4c9ce7 commit c5dc8e1

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

src/helix_harmonic_analyzer/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
<img src="./helix_harmonic_analyzer.jpg" title="Helix Harmonic Analyzer" />
6767
</div>
6868
<div class="panelContent">
69-
The <i>Helix Harmonic Analyzer</i> is, as far as I know, the most simple mechanical device for estimating the harmonic amplitudes and phases of periodic signals.
69+
The <i>Helix Harmonic Analyzer</i> is the most simple mechanical device for estimating the harmonic amplitudes and phases of periodic signals.
7070
The Helix is a cylindrical <b>axis</b> with a number of perpendicular <b>rods</b> sticking through, in such a way that the rods spiral a full rotation across the axis' length.
71-
The photograph shown above are of a proof-of-concept model on the left, and on the right a model by Tatjana J. van Vark.
71+
The photograph shown above are of a proof-of-concept model on the left, and on the right a model made by Tatjana J. van Vark.
7272
<br />
7373
<br />
7474
Just like Lord Kelvin's Harmonic Analyzer, Michelson's Harmonic Analyzer, and Henrici's Harmonic Analyzer, the Helix is a tool for determining the Fourier coefficients of a periodic signal.
@@ -201,9 +201,10 @@
201201
<br />
202202
<span style="font-size: 20px; color: #ffffff;">Improved design: the Variable Helix Harmonic Analyzer</span>
203203
<br />
204-
The <i>Variable Helix Harmonic Analyzer</i> has many freely rotating rods. Recording is done in a single pass for all frequencies.
204+
The <i>Variable Helix Harmonic Analyzer</i> has many freely rotating rods.
205+
Recording is done in a single rotation pass for any frequency.
205206
Starting with all rods' angles set to 0, creating flat set of rods, like an abacus.
206-
Then for each harmonic to analyze, apply as many 360 degree rotations, evenly spread across the axis, and then determine the rest-weight vector in each case.
207+
For any frequency to analyze, apply as many full 360 degree rotations, evenly spread across the axis, record the positions, and then determine the rest-weight vector in each case.
207208
<br />
208209
<br />
209210
<br />

src/riemannzetascope/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,7 @@
22132213
fontSize: '11px'
22142214
});
22152215
this.components.panelZetaSection.appendChild(this.components.panelMobiusRadiusButton);
2216-
this.components.panelMobiusRadiusButton.title = 'Filter: Multiply terms by the Möbius function μ.\nThe result is the reciprocal of the zeta function.';
2216+
this.components.panelMobiusRadiusButton.title = 'Filter: Multiply terms by the Möbius function μ.\nThe result is the reciprocal of ζ.';
22172217
this.components.panelMobiusRadiusButton.innerHTML = 'μ(n)';
22182218
this.components.panelMobiusRadiusButton.addEventListener('click', () => {
22192219
this.zeta.mobiusRadius = !this.zeta.mobiusRadius;

0 commit comments

Comments
 (0)