11#ifndef MARVIN_LEAKYINTEGRATOR_H
12#define MARVIN_LEAKYINTEGRATOR_H
20 template <FloatType SampleType>
29 [[nodiscard]] SampleType
operator()(SampleType x, SampleType a)
noexcept;
An integrator of a continuous signal which leaks a small amount of said signal over time.
Definition marvin_LeakyIntegrator.h:21
SampleType operator()(SampleType x, SampleType a) noexcept
Math helper functions and classes.
Definition marvin_Math.h:22