Skip to content

Commit

Permalink
Regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jul 21, 2024
1 parent 9f0db3c commit 5fec9f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.3
Build Date UTC : 2024-07-20 09:48:03.395767+00:00
Build Date UTC : 2024-07-21 09:00:01.228383+00:00
-->
9 changes: 7 additions & 2 deletions docs/libs/filters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1104,15 +1104,19 @@ <h4 id="usage_20">Usage</h4>
</ul>
<hr />
<h3 id="fiallpassnt"><code>(fi.)allpassnt</code></h3>
<p>Two-multiply lattice allpass (nested order-1 direct-form-ii allpasses).</p>
<p>Two-multiply lattice allpass (nested order-1 direct-form-ii allpasses), with taps.</p>
<h4 id="usage_21">Usage</h4>
<pre><code>_ : allpassnt(n,sv) : _
<pre><code>_ : allpassnt(n,sv) : si.bus(n+1)
</code></pre>
<p>Where:</p>
<ul>
<li><code>n</code>: the order of the filter</li>
<li><code>sv</code>: the reflection coefficients (-1 1)</li>
</ul>
<p>The first output is the n-th order allpass output,
while the remaining outputs are taps taken from the
input of each delay element from the input to the output.
See (fi.)allpassn for the single-output case.</p>
<hr />
<h3 id="fiiir_kl"><code>(fi.)iir_kl</code></h3>
<p>Kelly-Lochbaum ladder IIR filter of arbitrary order.</p>
Expand Down Expand Up @@ -1270,6 +1274,7 @@ <h4 id="where">Where:</h4>
<li><code>n</code>: the order of the filter</li>
<li><code>sv</code>: the reflection coefficients (-1 1)</li>
</ul>
<p>Equivalent to fi.allpassnt(n,sv) : _, par(i,n,!);</p>
<h4 id="references_7">References</h4>
<ul>
<li>J. O. Smith and R. Michon, "Nonlinear Allpass Ladder Filters in FAUST", in
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit 5fec9f0

Please sign in to comment.