Skip to content

Commit

Permalink
Regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jun 20, 2021
1 parent fd4b434 commit 99032a4
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@ -387,5 +387,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2021-06-20 18:10:17.326287+00:00
Build Date UTC : 2021-06-20 18:21:48.218970+00:00
-->
5 changes: 3 additions & 2 deletions docs/libs/noises/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h4 id="alternatives">Alternatives</h4>
power spectral density, and can be changed to other real values.</p>
<h4 id="example">Example</h4>
<p>// pink_noise_compare.dsp - compare three pinking filters</p>
<p>process = pink_noises with {
<pre><code>process = pink_noises with {
f0 = 35; // Lower bandlimit in Hz
bw3 = 0.7 * ma.SR/2.0 - f0; // Bandwidth in Hz, 3rd order case
bw9 = 0.8 * ma.SR/2.0 - f0; // Bandwidth in Hz, 9th order case
Expand All @@ -336,7 +336,8 @@ <h4 id="example">Example</h4>
no.pink_filter, // original designed by invfreqz in Octave
pink_tilt_3, // newer method using the same filter order
pink_tilt_9; // newer method using a higher filter order
};</p>
};
</code></pre>
<h4 id="output-of-example">Output of Example</h4>
<pre><code>faust2octave pink_noise_compare.dsp
Octave:1&gt; semilogx(20*log10(abs(fft(faustout,8192))(1:4096,:)));
Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion noises.lib
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Michon and/or Julius O. Smith III, and are released under the
//
// #### Example
// // pink_noise_compare.dsp - compare three pinking filters
//
// ```
// process = pink_noises with {
// f0 = 35; // Lower bandlimit in Hz
// bw3 = 0.7 * ma.SR/2.0 - f0; // Bandwidth in Hz, 3rd order case
Expand All @@ -157,6 +157,7 @@ Michon and/or Julius O. Smith III, and are released under the
// pink_tilt_3, // newer method using the same filter order
// pink_tilt_9; // newer method using a higher filter order
// };
// ```
//
// #### Output of Example
// ```
Expand Down

0 comments on commit 99032a4

Please sign in to comment.