basic_dsp_vector 0.5.6

Digital signal processing based on real or complex vectors in time or frequency domain. Vectors come with basic arithmetic, convolution, Fourier transformation and interpolation operations. The vectors are optimized for sizes of a couple of thousand elements or more.
Documentation
1
2
3
4
// In this module we just export types from other modules with a deeper nesting
// level. This makes the API as presented to the user flatter.
pub use vector_types::multi_ops::*;
pub use vector_types::operations_enum::Operation;