Crate gaussfilt

source ·
Expand description

Gaussian Filter

This no_std library provides Gaussian filter design.

Filters may be designed by a known sigma or a known cutoff frequency and sample rate.

Orders 0 through 3 are supported.

Structs

  • Iterator for applying a Gaussian filter to a 1D signal. This is the iterator returned by apply_gaussian_filter1d.

Functions