dplug v6.0.22
Dub
Repo
MeanFilter.initialize
dplug
dsp
smooth
MeanFilter
Initialize with with cutoff frequency and samplerate.
void
initialize
(T initialValue, int samples, T maxExpectedValue)
void
initialize
(T initialValue, double cutoffHz, double samplerate, T maxExpectedValue)
struct
MeanFilter
(T)
nothrow @
nogc
void
initialize
(
T
initialValue
,
double
cutoffHz
,
double
samplerate
,
T
maxExpectedValue
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
)
Meta
Source
See Implementation
dplug
dsp
smooth
MeanFilter
functions
initialize
Initialize with with cutoff frequency and samplerate.