Calculates the time factor for an LP6 filter. Filter formula: y[n] = y[n-1] + (x[n] - y[n-1]) * factor Where factor is: 1.0 - exp(-1.0 / (timeConstantInSeconds * samplerate))
Sampling frequency.
Cutoff frequency.
The factor value.
See Implementation
Calculates the time factor for an LP6 filter. Filter formula: y[n] = y[n-1] + (x[n] - y[n-1]) * factor Where factor is: 1.0 - exp(-1.0 / (timeConstantInSeconds * samplerate))