Module lowpass_filter::simple[][src]

Simple first order low pass filter as described on Wikipedia.

It applies a low pass filter on a vector of samples. It mutates the input array. Therefore, the number of output values equals the number of input values.

Modules

dp

Double precision / f64 / double. Double precision / f64 / double.

sp

Single precision / f32 / float. Single precision / f32 / float.