liebharc / basic_dsp

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

Create swap halves #18

Closed liebharc closed 8 years ago

liebharc commented 8 years ago

Add a swap halves function. I believe this makes only sense in freq domain, however since the operation is clearly defined for time domain too there is no reason to not add it for time domain too.