liebharc / basic_dsp

Basic DSP vector operations for Rust.
Apache License 2.0
43 stars 5 forks source link

Help wanted: Additional FFT windows #28

Open liebharc opened 8 years ago

liebharc commented 8 years ago

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 order to implement this the following files need to be touched:

The task would include: