Skip to content

Commit

Permalink
Formatting and regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jul 27, 2024
1 parent 6dd71cc commit e082113
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 104 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-21 09:00:01.228383+00:00
Build Date UTC : 2024-07-27 07:15:04.251927+00:00
-->
262 changes: 164 additions & 98 deletions docs/libs/filters/index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/libs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,8 @@ <h2 id="filters">filters</h2>
<a href="filters/#fiwgr">(fi.)wgr</a> &nbsp; &nbsp;
<a href="filters/#finlf2">(fi.)nlf2</a> &nbsp; &nbsp;
<a href="filters/#fiapnl">(fi.)apnl</a> &nbsp; &nbsp;
<a href="filters/#fiscatn">(fi.)scatN</a> &nbsp; &nbsp;
<a href="filters/#fiscat">(fi.)scat</a> &nbsp; &nbsp;
<a href="filters/#fiallpassn">(fi.)allpassn</a> &nbsp; &nbsp;
<a href="filters/#fiallpassnn">(fi.)allpassnn</a> &nbsp; &nbsp;
<a href="filters/#fiallpassnkl">(fi.)allpassnkl</a> &nbsp; &nbsp;
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.
8 changes: 4 additions & 4 deletions filters.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ with {
//============================Ladder/Lattice Allpass Filters==============================
// An allpass filter has gain 1 at every frequency, but variable phase.
// Ladder/lattice allpass filters are specified by reflection coefficients.
// They are defined here as nested allpass filters, hence the names allpassn*.
// They are defined here as nested allpass filters, hence the names `allpassn*`.
//
// #### References
// * <https://ccrma.stanford.edu/~jos/pasp/Conventional_Ladder_Filters.html>
Expand All @@ -1141,11 +1141,11 @@ with {
// Where:
//
// * `N`: number of incoming/outgoing waves
// * `av`: vector (list) of `N` alpha parameters (each between 0 and 2, and normally summing to 2):
// <https://ccrma.stanford.edu/~jos/pasp/Alpha_Parameters.html>
// * `filter` : optional junction filter to apply (_ for none, see below)
// * `av`: vector (list) of `N` alpha parameters (each between 0 and 2, and normally summing to 2): <https://ccrma.stanford.edu/~jos/pasp/Alpha_Parameters.html>
// * `filter` : optional junction filter to apply (`_` for none, see below)
//
// With no filter:
//
// - The junction is _lossless_ when the alpha parameters sum to 2 ("allpass").
// - The junction is _passive_ but lossy when the alpha parameters sum to less than 2 ("resistive loss").
// - Dynamic and reactive junctions are obtained using the `filter` argument.
Expand Down

0 comments on commit e082113

Please sign in to comment.