An integrator of a continuous signal which leaks a small amount of said signal over time. More...
#include <marvin_LeakyIntegrator.h>
Public Member Functions | |
SampleType | operator() (SampleType x, SampleType a) noexcept |
An integrator of a continuous signal which leaks a small amount of said signal over time.
|
nodiscardnoexcept |
Processes the next tick of the integrator.
x | The input sample. |
a | The rate of of the leak. |