Expand description
Digital Filtering
Re-exports§
pub use gaussfilt as gaussian_filter;
Modules§
- design
- Digital IIR/FIR filter design
- gh_
filter - GH (alpha-beta), GHK (alpha-beta-gamma) filters
- kalman_
filter - Multivariate or Univariant Kalman filters
Enums§
- Pad
- Pad types.
Functions§
- lfilter_
zi_ dyn - Construct initial conditions for lfilter for step response steady-state.
- odd_
ext_ dyn - Pad an array with odd extension.
- pad
- Pad an array.
- savgol_
coeffs_ dyn - Design 1-D Savitzky-Golay filter coefficients
- savgol_
filter_ dyn - Savitzky-Golay filtering
- sosfilt_
dyn - A series of Second Order Sections may be used to filter a stream of inputs with a normalization factor
- sosfilt_
fast32_ st - A specialized cascaded Biquad filter for 32-bit floating point samples
- sosfilt_
ifast32_ st - A specialized cascaded Biquad filter for signed samples
filtered as 32-bit floating point samples. Samples implement
Into
to convert to a signed integer for speed on native bitwidths. - sosfilt_
item - Apply the cascaded Biquad filter represented by
sosto the inputyrepresenting a single sample. This may be useful if the filter is being applied to a single sample at a time as data is discretely sampled. - sosfilt_
st - Apply the cascaded Biquad filter represented by
sosto the inputyrepresenting a single sample. This avoids allocating at the cost of not being able to specialize the filter length. - sosfilt_
zi_ dyn - Construct initial conditions for sosfilt for step response steady-state.
- sosfiltfilt_
dyn - A forward-backward digital filter using cascaded second-order sections