Add ACE Notch Bank docs

This commit is contained in:
Alexandre Prokoudine 2023-01-03 13:38:58 +03:00
parent d5b724182c
commit c858f4214d
2 changed files with 31 additions and 1 deletions

View File

@ -246,4 +246,34 @@ here</a> for technical details). There are just two controls:</p>
<figcaption>
Inline display
</figcaption>
</figure>
</figure>
<h2>ACE Notch Bank</h2>
<p>
This is a very basic harmonic filter that suppresses a user-defined number
of harmonics (stages) starting at a user-defined base frequency. The filter
is mostly useful as a demonstration for Ardour's built-in biquadratic filter
that can be used in Lua scripts.
</p>
<figure>
<img style="width:50%;" src="/images/ace-notch-bank.png" alt="ACE Notch bank">
<figcaption>
ACE Notch Bank
</figcaption>
</figure>
<p>
An example below is a sine wave at 120Hz with added harmonics, each
at a lower magnitude than the previous one. Applying the ACE Notch Bank
filter starting at 120Hz with 8 stages completeles silences the signal
(the purple line for processed signal is not even visible):
</p>
<figure>
<img style="width:75%;" src="/images/ace-notch-bank-before-after.png" alt="Results of applying ACE Notch Bank">
<figcaption>
Results of applying ACE Notch Bank
</figcaption>
</figure>

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB