Crate lowpass_filter[][src]

This is a no_std Rust library for simple digital low pass filters. You can use it for example to get the low frequencies from a song.

Modules

simple

Simple first order low pass filter as described on Wikipedia.