2019-08-26 05:47:36 +00:00
|
|
|
# two_pole_dc_pass
|
2019-08-26 05:53:15 +00:00
|
|
|
|
2019-09-10 10:45:19 +00:00
|
|
|
Implements the old 7/8ths LAG filter but squared and a 15/16 squared lag filter
|
|
|
|
i.e. two pole versions.
|
|
|
|
|
|
|
|
Optimised for 8 bit implementations.
|
2019-09-16 07:34:37 +00:00
|
|
|
|
|
|
|
Also feeds the output of the 15/16th squared lag to a 0.01/0.99 double precision lag that
|
|
|
|
has a very long RC time
|