ferray-window
Window functions and functional programming utilities for the ferray scientific computing library.
What's in this crate
- Window functions:
hann,hamming,blackman,kaiser,bartlett,gaussian,tukey, etc. - Functional:
vectorize,piecewise,apply_along_axis,apply_over_axes
Usage
use ;
let w = hann?;
let h = hamming?;
This crate is re-exported through the main ferray crate with the window feature (enabled by default).
License
MIT OR Apache-2.0