Christian Liebhardt
Christian Liebhardt
Right now _basic_dsp_ uses its own SIMD abstractions which are built on _simd_. The only reason for that is that at the time that code was written nothing else was...
The matrix crate could likely benefit from const generics as soon as this feature is stable: https://github.com/rust-lang/rust/issues/44580
There are some (23 Aug 16 it's exactly 8) sections in the documentation which are marked with _Unstable_. The corresponding code needs review, further tests and likely improvement. Some examples:...
I tried my best to provide a complete and helpful documentation (http://liebharc.github.io/basic_dsp/basic_dsp/). But it for sure has lots of room for improvement so I really would appreciate if someone could...
The lib comes so far with two convolution functions: http://liebharc.github.io/basic_dsp/basic_dsp/conv_types/index.html There are a lot more common convolution functions and it would be nice to have some of them. To my...
The lib comes so far with two window functions: https://liebharc.github.io/basic_dsp/basic_dsp/window_functions/index.html There are a lot more common FFT windows and it would be nice to have a couple of them. In...